Skip to content

Commit e3dc920

Browse files
committed
bump patch version
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent cb70927 commit e3dc920

7 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["src/hyperlight-js", "src/js-host-api", "src/hyperlight-js-runtime"]
44

55
[workspace.package]
6-
version = "0.2.1"
6+
version = "0.2.2"
77
edition = "2024"
88
rust-version = "1.89"
99
license = "Apache-2.0"
@@ -16,8 +16,8 @@ hyperlight-guest-bin = { version = "0.14.0" }
1616
hyperlight-guest = { version = "0.14.0" }
1717
hyperlight-host = { version = "0.14.0", default-features = false }
1818

19-
hyperlight-js = { version = "0.2.1", path = "src/hyperlight-js" }
20-
hyperlight-js-runtime = { version = "0.2.1", path = "src/hyperlight-js-runtime" }
19+
hyperlight-js = { version = "0.2.2", path = "src/hyperlight-js" }
20+
hyperlight-js-runtime = { version = "0.2.2", path = "src/hyperlight-js-runtime" }
2121

2222
[profile.dev]
2323
panic = "abort"

src/js-host-api/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-linux-x64-gnu",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-linux-x64-musl",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-win32-x64-msvc",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"os": [
55
"win32"
66
],

src/js-host-api/package-lock.json

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

src/js-host-api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Node.js API bindings for Hyperlight JS",
55
"main": "lib.js",
66
"module": "lib.mjs",
@@ -35,9 +35,9 @@
3535
},
3636
"license": "Apache-2.0",
3737
"optionalDependencies": {
38-
"@hyperlight-dev/js-host-api-linux-x64-gnu": "0.2.1",
39-
"@hyperlight-dev/js-host-api-linux-x64-musl": "0.2.1",
40-
"@hyperlight-dev/js-host-api-win32-x64-msvc": "0.2.1"
38+
"@hyperlight-dev/js-host-api-linux-x64-gnu": "0.2.2",
39+
"@hyperlight-dev/js-host-api-linux-x64-musl": "0.2.2",
40+
"@hyperlight-dev/js-host-api-win32-x64-msvc": "0.2.2"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^10.0.1",

0 commit comments

Comments
 (0)