@dynamic-labs-wallet/stellar 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 +2 -2
package/index.cjs
CHANGED
|
@@ -498,7 +498,9 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
498
498
|
case 4:
|
|
499
499
|
error = _state.sent();
|
|
500
500
|
_this.logger.error(ERROR_SIGN_MESSAGE, error);
|
|
501
|
-
throw new Error(ERROR_SIGN_MESSAGE
|
|
501
|
+
throw new Error(ERROR_SIGN_MESSAGE, {
|
|
502
|
+
cause: error
|
|
503
|
+
});
|
|
502
504
|
case 5:
|
|
503
505
|
return [
|
|
504
506
|
2
|
package/index.esm.js
CHANGED
|
@@ -478,7 +478,9 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
478
478
|
case 4:
|
|
479
479
|
error = _state.sent();
|
|
480
480
|
_this.logger.error(ERROR_SIGN_MESSAGE, error);
|
|
481
|
-
throw new Error(ERROR_SIGN_MESSAGE
|
|
481
|
+
throw new Error(ERROR_SIGN_MESSAGE, {
|
|
482
|
+
cause: error
|
|
483
|
+
});
|
|
482
484
|
case 5:
|
|
483
485
|
return [
|
|
484
486
|
2
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/stellar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.75",
|
|
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.75",
|
|
8
8
|
"@stellar/stellar-sdk": "^12.3.0",
|
|
9
9
|
"@dynamic-labs/sdk-api-core": "^0.0.1082"
|
|
10
10
|
},
|