@dynamic-labs-wallet/btc 1.0.74 → 1.0.75
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/index.cjs +3 -1
- package/index.esm.js +3 -1
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -266,7 +266,9 @@ class DynamicBtcWalletClient extends browser.DynamicWalletClient {
|
|
|
266
266
|
if (onError) {
|
|
267
267
|
onError(error);
|
|
268
268
|
}
|
|
269
|
-
throw new Error(browser.ERROR_SIGN_MESSAGE
|
|
269
|
+
throw new Error(browser.ERROR_SIGN_MESSAGE, {
|
|
270
|
+
cause: error
|
|
271
|
+
});
|
|
270
272
|
}
|
|
271
273
|
}
|
|
272
274
|
/**
|
package/index.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/btc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.75",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@dynamic-labs/sdk-api-core": "^0.0.1082",
|
|
9
|
-
"@dynamic-labs-wallet/browser": "1.0.
|
|
10
|
-
"@dynamic-labs-wallet/btc-utils": "1.0.
|
|
9
|
+
"@dynamic-labs-wallet/browser": "1.0.75",
|
|
10
|
+
"@dynamic-labs-wallet/btc-utils": "1.0.75",
|
|
11
11
|
"@bitcoinerlab/secp256k1": "^1.2.0",
|
|
12
12
|
"bitcoinjs-lib": "^7.0.0"
|
|
13
13
|
},
|