Skip to content

Commit d96944f

Browse files
committed
update version to 0.3.3
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent fa79912 commit d96944f

8 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["src/hyperlight-js", "src/js-host-api", "src/hyperlight-js-runtime",
44
exclude = ["src/hyperlight-js-runtime/tests/fixtures"]
55

66
[workspace.package]
7-
version = "0.3.1"
7+
version = "0.3.3"
88
edition = "2024"
99
rust-version = "1.89"
1010
license = "Apache-2.0"
@@ -17,9 +17,9 @@ hyperlight-host = { version = "0.16.0", default-features = false }
1717
hyperlight-common = { version = "0.16.0", default-features = false }
1818
hyperlight-guest = { version = "0.16.0" }
1919

20-
hyperlight-js = { version = "0.3.1", path = "src/hyperlight-js" }
21-
hyperlight-js-runtime = { version = "0.3.1", path = "src/hyperlight-js-runtime" }
22-
hyperlight-js-common = { version = "0.3.1", path = "src/hyperlight-js-common" }
20+
hyperlight-js = { version = "0.3.3", path = "src/hyperlight-js" }
21+
hyperlight-js-runtime = { version = "0.3.3", path = "src/hyperlight-js-runtime" }
22+
hyperlight-js-common = { version = "0.3.3", path = "src/hyperlight-js-common" }
2323

2424
[profile.dev]
2525
panic = "abort"

src/hyperlight-js-runtime/tests/fixtures/extended_runtime/Cargo.lock

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

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

Lines changed: 2 additions & 2 deletions
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.3.1",
3+
"version": "0.3.3",
44
"os": [
55
"linux"
66
],
@@ -27,4 +27,4 @@
2727
"libc": [
2828
"glibc"
2929
]
30-
}
30+
}

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

Lines changed: 2 additions & 2 deletions
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.3.1",
3+
"version": "0.3.3",
44
"os": [
55
"linux"
66
],
@@ -27,4 +27,4 @@
2727
"libc": [
2828
"musl"
2929
]
30-
}
30+
}

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

Lines changed: 2 additions & 2 deletions
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.3.1",
3+
"version": "0.3.3",
44
"os": [
55
"win32"
66
],
@@ -24,4 +24,4 @@
2424
"engines": {
2525
"node": ">= 18"
2626
}
27-
}
27+
}

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

Lines changed: 5 additions & 5 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api",
3-
"version": "0.3.1",
3+
"version": "0.3.3",
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.3.1",
39-
"@hyperlight-dev/js-host-api-linux-x64-musl": "0.3.1",
40-
"@hyperlight-dev/js-host-api-win32-x64-msvc": "0.3.1"
38+
"@hyperlight-dev/js-host-api-linux-x64-gnu": "0.3.3",
39+
"@hyperlight-dev/js-host-api-linux-x64-musl": "0.3.3",
40+
"@hyperlight-dev/js-host-api-win32-x64-msvc": "0.3.3"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^10.0.1",
@@ -62,4 +62,4 @@
6262
"artifacts": "napi artifacts",
6363
"version": "napi version"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)