Skip to content

Commit 848f5ce

Browse files
chore(deps): update dependency @napi-rs/wasm-runtime to v1
1 parent 53f50e8 commit 848f5ce

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@napi-rs/cli": "^3.0.0-alpha.64",
26-
"@napi-rs/wasm-runtime": "^0.2.5",
26+
"@napi-rs/wasm-runtime": "^1.0.0",
2727
"@taplo/cli": "^0.7.0",
2828
"@tybys/wasm-util": "^0.10.0",
2929
"@types/node": "^22.7.4",

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ __metadata:
4747
languageName: node
4848
linkType: hard
4949

50-
"@emnapi/core@npm:^1.5.0":
50+
"@emnapi/core@npm:^1.5.0, @emnapi/core@npm:^1.7.1":
5151
version: 1.7.1
5252
resolution: "@emnapi/core@npm:1.7.1"
5353
dependencies:
@@ -66,7 +66,7 @@ __metadata:
6666
languageName: node
6767
linkType: hard
6868

69-
"@emnapi/runtime@npm:^1.5.0":
69+
"@emnapi/runtime@npm:^1.5.0, @emnapi/runtime@npm:^1.7.1":
7070
version: 1.7.1
7171
resolution: "@emnapi/runtime@npm:1.7.1"
7272
dependencies:
@@ -932,7 +932,7 @@ __metadata:
932932
languageName: node
933933
linkType: hard
934934

935-
"@napi-rs/wasm-runtime@npm:^0.2.3, @napi-rs/wasm-runtime@npm:^0.2.4, @napi-rs/wasm-runtime@npm:^0.2.5":
935+
"@napi-rs/wasm-runtime@npm:^0.2.3, @napi-rs/wasm-runtime@npm:^0.2.4":
936936
version: 0.2.6
937937
resolution: "@napi-rs/wasm-runtime@npm:0.2.6"
938938
dependencies:
@@ -943,6 +943,17 @@ __metadata:
943943
languageName: node
944944
linkType: hard
945945

946+
"@napi-rs/wasm-runtime@npm:^1.0.0":
947+
version: 1.1.0
948+
resolution: "@napi-rs/wasm-runtime@npm:1.1.0"
949+
dependencies:
950+
"@emnapi/core": "npm:^1.7.1"
951+
"@emnapi/runtime": "npm:^1.7.1"
952+
"@tybys/wasm-util": "npm:^0.10.1"
953+
checksum: 10c0/ee351052123bfc635c4cef03ac273a686522394ccd513b1e5b7b3823cecd6abb4a31f23a3a962933192b87eb7b7c3eb3def7748bd410edc66f932d90cf44e9ab
954+
languageName: node
955+
linkType: hard
956+
946957
"@napi-rs/wasm-runtime@npm:^1.0.7":
947958
version: 1.0.7
948959
resolution: "@napi-rs/wasm-runtime@npm:1.0.7"
@@ -6408,7 +6419,7 @@ __metadata:
64086419
resolution: "node-rs@workspace:."
64096420
dependencies:
64106421
"@napi-rs/cli": "npm:^3.0.0-alpha.64"
6411-
"@napi-rs/wasm-runtime": "npm:^0.2.5"
6422+
"@napi-rs/wasm-runtime": "npm:^1.0.0"
64126423
"@taplo/cli": "npm:^0.7.0"
64136424
"@tybys/wasm-util": "npm:^0.10.0"
64146425
"@types/node": "npm:^22.7.4"

0 commit comments

Comments
 (0)