Skip to content

Commit bfa8131

Browse files
chore(deps): update dependency @napi-rs/wasm-runtime to v1
1 parent b11d100 commit bfa8131

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
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: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ __metadata:
5757
languageName: node
5858
linkType: hard
5959

60+
"@emnapi/core@npm:^1.5.0":
61+
version: 1.7.0
62+
resolution: "@emnapi/core@npm:1.7.0"
63+
dependencies:
64+
"@emnapi/wasi-threads": "npm:1.1.0"
65+
tslib: "npm:^2.4.0"
66+
checksum: 10c0/ea57802079fda31f87506bba63f1299f0fa60546c1a1a424d2d5926f98f1ffc4a94ae3c885155f4a60114c19d314addb45d94dc0e427ac1594cbfca7cd910a31
67+
languageName: node
68+
linkType: hard
69+
6070
"@emnapi/runtime@npm:^1.1.0, @emnapi/runtime@npm:^1.3.1":
6171
version: 1.3.1
6272
resolution: "@emnapi/runtime@npm:1.3.1"
@@ -75,6 +85,15 @@ __metadata:
7585
languageName: node
7686
linkType: hard
7787

88+
"@emnapi/runtime@npm:^1.5.0":
89+
version: 1.7.0
90+
resolution: "@emnapi/runtime@npm:1.7.0"
91+
dependencies:
92+
tslib: "npm:^2.4.0"
93+
checksum: 10c0/b99334582effe146e9fb5cd9e7f866c6c7047a8576f642456d56984b574b40b2ba14e4aede26217fcefa1372ddd1e098a19912f17033a9ae469928b0dc65a682
94+
languageName: node
95+
linkType: hard
96+
7897
"@emnapi/wasi-threads@npm:1.0.1":
7998
version: 1.0.1
8099
resolution: "@emnapi/wasi-threads@npm:1.0.1"
@@ -93,6 +112,15 @@ __metadata:
93112
languageName: node
94113
linkType: hard
95114

115+
"@emnapi/wasi-threads@npm:1.1.0":
116+
version: 1.1.0
117+
resolution: "@emnapi/wasi-threads@npm:1.1.0"
118+
dependencies:
119+
tslib: "npm:^2.4.0"
120+
checksum: 10c0/e6d54bf2b1e64cdd83d2916411e44e579b6ae35d5def0dea61a3c452d9921373044dff32a8b8473ae60c80692bdc39323e98b96a3f3d87ba6886b24dd0ef7ca1
121+
languageName: node
122+
linkType: hard
123+
96124
"@epic-web/invariant@npm:^1.0.0":
97125
version: 1.0.0
98126
resolution: "@epic-web/invariant@npm:1.0.0"
@@ -932,7 +960,7 @@ __metadata:
932960
languageName: node
933961
linkType: hard
934962

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":
963+
"@napi-rs/wasm-runtime@npm:^0.2.3, @napi-rs/wasm-runtime@npm:^0.2.4":
936964
version: 0.2.6
937965
resolution: "@napi-rs/wasm-runtime@npm:0.2.6"
938966
dependencies:
@@ -943,6 +971,17 @@ __metadata:
943971
languageName: node
944972
linkType: hard
945973

974+
"@napi-rs/wasm-runtime@npm:^1.0.0":
975+
version: 1.0.7
976+
resolution: "@napi-rs/wasm-runtime@npm:1.0.7"
977+
dependencies:
978+
"@emnapi/core": "npm:^1.5.0"
979+
"@emnapi/runtime": "npm:^1.5.0"
980+
"@tybys/wasm-util": "npm:^0.10.1"
981+
checksum: 10c0/2d8635498136abb49d6dbf7395b78c63422292240963bf055f307b77aeafbde57ae2c0ceaaef215601531b36d6eb92a2cdd6f5ba90ed2aa8127c27aff9c4ae55
982+
languageName: node
983+
linkType: hard
984+
946985
"@napi-rs/wasm-runtime@npm:^1.0.3":
947986
version: 1.0.3
948987
resolution: "@napi-rs/wasm-runtime@npm:1.0.3"
@@ -2176,6 +2215,15 @@ __metadata:
21762215
languageName: node
21772216
linkType: hard
21782217

2218+
"@tybys/wasm-util@npm:^0.10.1":
2219+
version: 0.10.1
2220+
resolution: "@tybys/wasm-util@npm:0.10.1"
2221+
dependencies:
2222+
tslib: "npm:^2.4.0"
2223+
checksum: 10c0/b255094f293794c6d2289300c5fbcafbb5532a3aed3a5ffd2f8dc1828e639b88d75f6a376dd8f94347a44813fd7a7149d8463477a9a49525c8b2dcaa38c2d1e8
2224+
languageName: node
2225+
linkType: hard
2226+
21792227
"@tybys/wasm-util@npm:^0.9.0":
21802228
version: 0.9.0
21812229
resolution: "@tybys/wasm-util@npm:0.9.0"
@@ -6399,7 +6447,7 @@ __metadata:
63996447
resolution: "node-rs@workspace:."
64006448
dependencies:
64016449
"@napi-rs/cli": "npm:^3.0.0-alpha.64"
6402-
"@napi-rs/wasm-runtime": "npm:^0.2.5"
6450+
"@napi-rs/wasm-runtime": "npm:^1.0.0"
64036451
"@taplo/cli": "npm:^0.7.0"
64046452
"@tybys/wasm-util": "npm:^0.10.0"
64056453
"@types/node": "npm:^22.7.4"

0 commit comments

Comments
 (0)