We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4249c5 commit 5f3ce78Copy full SHA for 5f3ce78
packages/core/rust/package.json
@@ -33,6 +33,14 @@
33
"@napi-rs/cli": "^2.15.2",
34
"napi-wasm": "^1.1.2"
35
},
36
+ "peerDependencies": {
37
+ "napi-wasm": "^1.1.2"
38
+ },
39
+ "peerDependenciesMeta": {
40
+ "napi-wasm": {
41
+ "optional": true
42
+ }
43
44
"scripts": {
45
"build": "napi build --platform --cargo-cwd ../../../crates/node-bindings",
46
"build-canary": "napi build --platform --profile canary --cargo-cwd ../../../crates/node-bindings",
0 commit comments