@dynamic-labs-wallet/midnight 1.0.74 → 1.0.76
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.js +3 -1
- package/index.esm.js +3 -1
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -1263,7 +1263,9 @@ var DynamicMidnightWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
1263
1263
|
case 4:
|
|
1264
1264
|
error = _state.sent();
|
|
1265
1265
|
_this.logger.error(ERROR_SIGN_MESSAGE, error);
|
|
1266
|
-
throw new Error(ERROR_SIGN_MESSAGE
|
|
1266
|
+
throw new Error(ERROR_SIGN_MESSAGE, {
|
|
1267
|
+
cause: error
|
|
1268
|
+
});
|
|
1267
1269
|
case 5:
|
|
1268
1270
|
return [
|
|
1269
1271
|
2
|
package/index.esm.js
CHANGED
|
@@ -1242,7 +1242,9 @@ var DynamicMidnightWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
1242
1242
|
case 4:
|
|
1243
1243
|
error = _state.sent();
|
|
1244
1244
|
_this.logger.error(ERROR_SIGN_MESSAGE, error);
|
|
1245
|
-
throw new Error(ERROR_SIGN_MESSAGE
|
|
1245
|
+
throw new Error(ERROR_SIGN_MESSAGE, {
|
|
1246
|
+
cause: error
|
|
1247
|
+
});
|
|
1246
1248
|
case 5:
|
|
1247
1249
|
return [
|
|
1248
1250
|
2
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/midnight",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.76",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/browser": "1.0.
|
|
7
|
+
"@dynamic-labs-wallet/browser": "1.0.76",
|
|
8
8
|
"@dynamic-labs/sdk-api-core": "^0.0.1082",
|
|
9
9
|
"@midnight-ntwrk/ledger-v8": "^8.1.0",
|
|
10
10
|
"@midnight-ntwrk/wallet-sdk-abstractions": "2.1.0",
|