@argonprotocol/bitcoin 1.3.23 → 1.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -39,7 +39,7 @@ __export(bitcoin_bindings_bg_exports, {
39
39
  });
40
40
 
41
41
  // wasm-deferred:/home/runner/work/mainchain/mainchain/bitcoin/nodejs/ts/wasm/bitcoin_bindings_bg.wasm
42
- var bitcoin_bindings_bg_default = "./bitcoin_bindings_bg-ILDL3KBX.wasm";
42
+ var bitcoin_bindings_bg_default = "./bitcoin_bindings_bg-7NZS3DL5.wasm";
43
43
 
44
44
  // ts/wasm/bitcoin_bindings_bg.js
45
45
  var wasm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argonprotocol/bitcoin",
3
- "version": "1.3.23",
3
+ "version": "1.3.25",
4
4
  "description": "A client for interop with bitcoin in nodejs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,7 +51,7 @@
51
51
  "./browser/index.js"
52
52
  ],
53
53
  "dependencies": {
54
- "@argonprotocol/mainchain": "1.3.23",
54
+ "@argonprotocol/mainchain": "1.3.25",
55
55
  "@noble/secp256k1": "^2.3.0",
56
56
  "@scure/bip32": "^1.7.0",
57
57
  "@scure/bip39": "^1.6.0",
@@ -59,7 +59,7 @@
59
59
  "bignumber.js": "^9.3.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@argonprotocol/testing": "1.3.23",
62
+ "@argonprotocol/testing": "1.3.25",
63
63
  "@types/node": "22.17.1",
64
64
  "esbuild-plugin-wasm": "^1.1.0",
65
65
  "tsup": "^8.5.0",