Skip to content

Commit ea6c297

Browse files
committed
also update npm version
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 587b02a commit ea6c297

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.5",
3+
"version": "0.3.1",
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.5",
3+
"version": "0.3.1",
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.5",
3+
"version": "0.3.1",
44
"os": [
55
"win32"
66
],

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.5",
3+
"version": "0.3.1",
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.5",
39-
"@hyperlight-dev/js-host-api-linux-x64-musl": "0.2.5",
40-
"@hyperlight-dev/js-host-api-win32-x64-msvc": "0.2.5"
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"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^10.0.1",

0 commit comments

Comments
 (0)