@dynamic-labs-wallet/node-ton 1.0.77 → 1.0.79
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
|
@@ -368,7 +368,9 @@ var DynamicTonWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
368
368
|
error: error,
|
|
369
369
|
context: {}
|
|
370
370
|
});
|
|
371
|
-
throw new Error(ERROR_CREATE_WALLET_ACCOUNT
|
|
371
|
+
throw new Error(ERROR_CREATE_WALLET_ACCOUNT, {
|
|
372
|
+
cause: error
|
|
373
|
+
});
|
|
372
374
|
case 5:
|
|
373
375
|
return [
|
|
374
376
|
2
|
package/index.esm.js
CHANGED
|
@@ -366,7 +366,9 @@ var DynamicTonWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
366
366
|
error: error,
|
|
367
367
|
context: {}
|
|
368
368
|
});
|
|
369
|
-
throw new Error(ERROR_CREATE_WALLET_ACCOUNT
|
|
369
|
+
throw new Error(ERROR_CREATE_WALLET_ACCOUNT, {
|
|
370
|
+
cause: error
|
|
371
|
+
});
|
|
370
372
|
case 5:
|
|
371
373
|
return [
|
|
372
374
|
2
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/node-ton",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.79",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/node": "1.0.
|
|
7
|
+
"@dynamic-labs-wallet/node": "1.0.79",
|
|
8
8
|
"@ton/crypto": "^3.3.0",
|
|
9
9
|
"@ton/ton": "^16.0.0"
|
|
10
10
|
},
|