@dynamic-labs-wallet/tron 1.0.77 → 1.0.78

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 CHANGED
@@ -671,7 +671,9 @@ function _ts_generator(thisArg, body) {
671
671
  throw error;
672
672
  }
673
673
  _this.logger.error(ERROR_CREATE_WALLET_ACCOUNT, error);
674
- throw new Error(ERROR_CREATE_WALLET_ACCOUNT);
674
+ throw new Error(ERROR_CREATE_WALLET_ACCOUNT, {
675
+ cause: error
676
+ });
675
677
  case 6:
676
678
  return [
677
679
  2
package/index.esm.js CHANGED
@@ -651,7 +651,9 @@ function _ts_generator(thisArg, body) {
651
651
  throw error;
652
652
  }
653
653
  _this.logger.error(ERROR_CREATE_WALLET_ACCOUNT, error);
654
- throw new Error(ERROR_CREATE_WALLET_ACCOUNT);
654
+ throw new Error(ERROR_CREATE_WALLET_ACCOUNT, {
655
+ cause: error
656
+ });
655
657
  case 6:
656
658
  return [
657
659
  2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/tron",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/browser": "1.0.77",
7
+ "@dynamic-labs-wallet/browser": "1.0.78",
8
8
  "@dynamic-labs/sdk-api-core": "^0.0.1082",
9
9
  "@noble/hashes": "1.7.1",
10
10
  "bs58": "^6.0.0"