Skip to content

Commit 4426f58

Browse files
committed
release junction-core 0.3.2, junction-python 0.3.3, junction-node 0.3.2
1 parent 2c03ecc commit 4426f58

File tree

11 files changed

+28
-93
lines changed

11 files changed

+28
-93
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["crates/*"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.3.1"
7+
version = "0.3.2"
88
edition = "2021"
99
homepage = "https://junctionlabs.io"
1010
repository = "https://github.com/junction-labs/junction-client"

junction-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junction-node"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
description = """
66
Dynamically configurable HTTP service discovery bindings for NodeJS

junction-node/package-lock.json

Lines changed: 7 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

junction-node/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@junction-labs/client",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "",
55
"main": "./lib/index.cjs",
66
"scripts": {
@@ -56,10 +56,10 @@
5656
"url": "https://github.com/junction-labs/junction-client"
5757
},
5858
"optionalDependencies": {
59-
"@junction-labs/client-darwin-arm64": "0.3.1",
60-
"@junction-labs/client-darwin-x64": "0.3.1",
61-
"@junction-labs/client-linux-arm64-gnu": "0.3.1",
62-
"@junction-labs/client-linux-x64-gnu": "0.3.1",
63-
"@junction-labs/client-win32-x64-msvc": "0.3.1"
59+
"@junction-labs/client-darwin-arm64": "0.3.2",
60+
"@junction-labs/client-darwin-x64": "0.3.2",
61+
"@junction-labs/client-linux-arm64-gnu": "0.3.2",
62+
"@junction-labs/client-linux-x64-gnu": "0.3.2",
63+
"@junction-labs/client-win32-x64-msvc": "0.3.2"
6464
}
6565
}

junction-node/platforms/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@junction-labs/client-darwin-arm64",
33
"description": "Prebuilt binary package for `@junction-labs/client` on `darwin-arm64`.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"os": ["darwin"],
66
"cpu": ["arm64"],
77
"main": "index.node",

junction-node/platforms/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@junction-labs/client-darwin-x64",
33
"description": "Prebuilt binary package for `@junction-labs/client` on `darwin-x64`.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"os": ["darwin"],
66
"cpu": ["x64"],
77
"main": "index.node",

junction-node/platforms/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@junction-labs/client-linux-arm64-gnu",
33
"description": "Prebuilt binary package for `@junction-labs/client` on `linux-arm64-gnu`.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"os": ["linux"],
66
"cpu": ["arm64"],
77
"main": "index.node",

junction-node/platforms/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@junction-labs/client-linux-x64-gnu",
33
"description": "Prebuilt binary package for `@junction-labs/client` on `linux-x64-gnu`.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"os": ["linux"],
66
"cpu": ["x64"],
77
"main": "index.node",

junction-node/platforms/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@junction-labs/client-win32-x64-msvc",
33
"description": "Prebuilt binary package for `@junction-labs/client` on `win32-x64-msvc`.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"os": ["win32"],
66
"cpu": ["x64"],
77
"main": "index.node",

0 commit comments

Comments
 (0)