We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a8d6bf + df2ebc6 commit 179e59cCopy full SHA for 179e59c
1 file changed
packages/wasm-utxo/package.json
@@ -14,7 +14,12 @@
14
"dist/*/js/wasm/wasm_utxo_bg.wasm",
15
"dist/*/js/wasm/wasm_utxo_bg.wasm.d.ts",
16
"dist/*/js/ast/*",
17
- "dist/*/js/index.*"
+ "dist/*/js/index.*",
18
+ "dist/*/js/address.*",
19
+ "dist/*/js/utxolibCompat.*",
20
+ "dist/*/js/fixedScriptWallet.*",
21
+ "dist/*/js/coinName.*",
22
+ "dist/*/js/triple.*"
23
],
24
"main": "dist/node/js/index.js",
25
"types": "dist/node/js/index.d.ts",
0 commit comments