@dynamic-labs-wallet/node-ton 0.0.325 → 0.0.327

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.
@@ -825,7 +825,7 @@ var DynamicTonWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
825
825
  case 1:
826
826
  wallets = _state.sent();
827
827
  tonWallets = wallets.filter(function(wallet) {
828
- return wallet.chainName === 'ton';
828
+ return wallet.chainName === 'TON';
829
829
  });
830
830
  return [
831
831
  2,
package/index.esm.js CHANGED
@@ -823,7 +823,7 @@ var DynamicTonWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
823
823
  case 1:
824
824
  wallets = _state.sent();
825
825
  tonWallets = wallets.filter(function(wallet) {
826
- return wallet.chainName === 'ton';
826
+ return wallet.chainName === 'TON';
827
827
  });
828
828
  return [
829
829
  2,
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/node-ton",
3
- "version": "0.0.325",
3
+ "version": "0.0.327",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/node": "0.0.325",
7
+ "@dynamic-labs-wallet/node": "0.0.327",
8
8
  "@ton/crypto": "^3.3.0",
9
9
  "@ton/ton": "^16.0.0"
10
10
  },
@@ -19,7 +19,7 @@
19
19
  "build": {}
20
20
  }
21
21
  },
22
- "main": "./index.cjs.js",
22
+ "main": "./index.cjs",
23
23
  "module": "./index.esm.js",
24
24
  "types": "./index.esm.d.ts",
25
25
  "exports": {
@@ -27,7 +27,7 @@
27
27
  ".": {
28
28
  "types": "./index.esm.d.ts",
29
29
  "import": "./index.esm.js",
30
- "require": "./index.cjs.js"
30
+ "require": "./index.cjs"
31
31
  }
32
32
  },
33
33
  "devDependencies": {
File without changes