We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b17341 commit 325822bCopy full SHA for 325822b
package.json
@@ -4,7 +4,6 @@
4
"private": true,
5
"main": "index.js",
6
"scripts": {
7
- "postinstall": "node ./scripts/patch.js",
8
"build-emscripten:win": "build.bat",
9
"build-emscripten-threads:win": "build.bat -Dwasm_threads=1",
10
"build-wasi:win": "build-wasi.bat",
@@ -20,12 +19,12 @@
20
19
"start": "node ./main.js"
21
},
22
"dependencies": {
23
- "@emnapi/core": "1.1.0",
24
- "@emnapi/runtime": "1.1.0",
25
- "emnapi": "1.1.0",
+ "@emnapi/core": "1.3.0",
+ "@emnapi/runtime": "1.3.0",
+ "emnapi": "1.3.0",
26
"node-addon-api": "*"
27
28
"devDependencies": {
29
- "node-gyp": "10.0.1"
+ "node-gyp": "10.2.0"
30
}
31
0 commit comments