@dodoex/widgets 3.0.2-zetachain.110.ton.1 → 3.0.2-zetachain.111

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodoex/widgets",
3
- "version": "3.0.2-zetachain.110.ton.1",
3
+ "version": "3.0.2-zetachain.111",
4
4
  "description": "DODO Widgets",
5
5
  "source": "src/index.tsx",
6
6
  "types": "dist/types/index.d.ts",
@@ -25,8 +25,7 @@
25
25
  "release.npm-publish": "npm publish --access public",
26
26
  "release.npm-publish-beta": "yarn run build && npm publish --tag beta",
27
27
  "test": "jest src",
28
- "test:e2e": "jest e2e",
29
- "test:ton": "ts-node --transpile-only --compiler-options '{\"module\":\"commonjs\"}' ./src/tests/1-send-ton.ts"
28
+ "test:e2e": "jest e2e"
30
29
  },
31
30
  "author": "",
32
31
  "publishConfig": {
@@ -60,7 +59,7 @@
60
59
  "dependencies": {
61
60
  "@babel/runtime": "^7.17.0",
62
61
  "@bitcoinerlab/secp256k1": "1.2.0",
63
- "@dodoex/api": "3.0.3-zetachain.24.ton.2",
62
+ "@dodoex/api": "3.0.3-zetachain.23",
64
63
  "@dodoex/components": "3.0.3-zetachain.14",
65
64
  "@dodoex/contract-request": "^1.3.0",
66
65
  "@dodoex/dodo-contract-request": "1.19.0-alpha.4",
@@ -100,21 +99,15 @@
100
99
  },
101
100
  "peerDependencies": {
102
101
  "@babel/runtime": ">=7.17.0",
103
- "@dodoex/btc-connect-react": "^1.5.10",
104
- "@ethersproject/providers": "^5.8.0",
105
- "@mysten/dapp-kit": "^0.18.0",
106
- "@mysten/sui": "^1.38.0",
107
102
  "@reown/appkit": "^1.7.5",
108
103
  "@reown/appkit-adapter-solana": "^1.7.5",
109
- "@reown/appkit-common": "^1.7.5",
110
104
  "@reown/appkit-utils": "^1.7.5",
105
+ "@reown/appkit-common": "^1.7.5",
111
106
  "@solana/spl-token": "^0.4.13",
112
107
  "@solana/web3.js": "1.98.2",
113
- "@ton/core": "^0.61.0",
114
- "@ton/crypto": "^3.3.0",
115
- "@ton/ton": "^15.3.1",
116
- "@tonconnect/ui-react": "^2.3.0",
117
108
  "bitcoinjs-lib": "6.1.7",
109
+ "@dodoex/btc-connect-react": "^1.5.10",
110
+ "@ethersproject/providers": "^5.8.0",
118
111
  "react": "^18.0.0",
119
112
  "react-dom": "^18.0.0"
120
113
  },
@@ -158,7 +151,6 @@
158
151
  "rollup-plugin-import-css": "^3.5.5",
159
152
  "svg-jest": "^1.0.1",
160
153
  "ts-jest": "^29.0.1",
161
- "ts-node": "^10.8.1",
162
154
  "typescript": "^5.6.3"
163
155
  }
164
156
  }