Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.3.1"
version = "0.3.2"
edition = "2021"
homepage = "https://junctionlabs.io"
repository = "https://github.com/junction-labs/junction-client"
Expand All @@ -22,7 +22,7 @@ enum-map = "2.7"
form_urlencoded = "1.1.1"
futures = "0.3"
h2 = "0.3"
http = "1.1"
http = "1.3"
tokio = { version = "1.40", default-features = false }
tokio-stream = "0.1"
tonic = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion junction-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junction-node"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = """
Dynamically configurable HTTP service discovery bindings for NodeJS
Expand Down
79 changes: 7 additions & 72 deletions junction-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions junction-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junction-labs/client",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"main": "./lib/index.cjs",
"scripts": {
Expand Down Expand Up @@ -56,10 +56,10 @@
"url": "https://github.com/junction-labs/junction-client"
},
"optionalDependencies": {
"@junction-labs/client-darwin-arm64": "0.3.1",
"@junction-labs/client-darwin-x64": "0.3.1",
"@junction-labs/client-linux-arm64-gnu": "0.3.1",
"@junction-labs/client-linux-x64-gnu": "0.3.1",
"@junction-labs/client-win32-x64-msvc": "0.3.1"
"@junction-labs/client-darwin-arm64": "0.3.2",
"@junction-labs/client-darwin-x64": "0.3.2",
"@junction-labs/client-linux-arm64-gnu": "0.3.2",
"@junction-labs/client-linux-x64-gnu": "0.3.2",
"@junction-labs/client-win32-x64-msvc": "0.3.2"
}
}
2 changes: 1 addition & 1 deletion junction-node/platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@junction-labs/client-darwin-arm64",
"description": "Prebuilt binary package for `@junction-labs/client` on `darwin-arm64`.",
"version": "0.3.1",
"version": "0.3.2",
"os": ["darwin"],
"cpu": ["arm64"],
"main": "index.node",
Expand Down
Loading