@reactmore/crypto-wallet-sdk 1.2.0 → 1.3.1

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,72 +1,72 @@
1
- {
2
- "name": "@reactmore/crypto-wallet-sdk",
3
- "version": "1.2.0",
4
- "description": "Multi-chain crypto wallet SDK for EVM, Bitcoin, Solana, and more",
5
- "author": "Reactmore",
6
- "license": "ISC",
7
- "main": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "module": "dist/crypto-wallet-sdk.esm.js",
10
- "files": [
11
- "dist"
12
- ],
13
- "publishConfig": {
14
- "access": "public"
15
- },
16
- "scripts": {
17
- "start": "tsdx watch",
18
- "build": "tsdx build",
19
- "test": "tsdx test",
20
- "test:smoke": "tsdx test --testPathPattern=smoke",
21
- "test:btc": "tsdx test --testPathPattern=bitcoin",
22
- "test:eth": "tsdx test --testPathPattern=ethereum",
23
- "test:sol": "tsdx test --testPathPattern=solana",
24
- "test:tron": "tsdx test --testPathPattern=tron",
25
- "test:waves": "tsdx test --testPathPattern=waves",
26
- "test:sui": "tsdx test --testPathPattern=sui",
27
- "test:ton": "tsdx test --testPathPattern=ton",
28
- "lint": "tsdx lint",
29
- "prepare": "tsdx build",
30
- "size": "size-limit",
31
- "analyze": "size-limit --why"
32
- },
33
- "husky": {
34
- "hooks": {
35
- "pre-commit": "tsdx lint"
36
- }
37
- },
38
- "size-limit": [
39
- {
40
- "path": "dist/crypto-wallet-sdk.cjs.production.min.js",
41
- "limit": "500 KB"
42
- },
43
- {
44
- "path": "dist/crypto-wallet-sdk.esm.js",
45
- "limit": "500 KB"
46
- }
47
- ],
48
- "devDependencies": {
49
- "@types/jest": "^29.0.0",
50
- "baseline-browser-mapping": "^2.9.19",
51
- "eslint": "^8.0.0",
52
- "husky": "^7.0.4",
53
- "jest": "^29.0.0",
54
- "ts-jest": "^29.0.0",
55
- "tsdx": "^0.14.1",
56
- "tslib": "^2.3.1",
57
- "typescript": "^5.0.0"
58
- },
59
- "dependencies": {
60
- "@metaplex-foundation/js": "^0.20.1",
61
- "@okxweb3/coin-base": "^1.1.6",
62
- "@okxweb3/coin-bitcoin": "^1.2.1",
63
- "@okxweb3/coin-ethereum": "^1.1.2",
64
- "@okxweb3/coin-solana": "^1.1.0",
65
- "@okxweb3/crypto-lib": "^1.0.13",
66
- "@solana/spl-token": "^0.4.14",
67
- "@solana/spl-token-registry": "^0.2.4574",
68
- "@solana/web3.js": "^1.98.4",
69
- "buffer-layout": "^1.2.2",
70
- "ethers": "^6.15.0"
71
- }
72
- }
1
+ {
2
+ "name": "@reactmore/crypto-wallet-sdk",
3
+ "version": "1.3.1",
4
+ "description": "Multi-chain crypto wallet SDK for EVM, Bitcoin, Solana, and more",
5
+ "author": "Reactmore",
6
+ "license": "ISC",
7
+ "main": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "module": "dist/crypto-wallet-sdk.esm.js",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "scripts": {
17
+ "start": "tsdx watch",
18
+ "build": "tsdx build",
19
+ "test": "tsdx test",
20
+ "test:smoke": "tsdx test --testPathPattern=smoke",
21
+ "test:btc": "tsdx test --testPathPattern=bitcoin",
22
+ "test:eth": "tsdx test --testPathPattern=ethereum",
23
+ "test:sol": "tsdx test --testPathPattern=solana",
24
+ "test:tron": "tsdx test --testPathPattern=tron",
25
+ "test:waves": "tsdx test --testPathPattern=waves",
26
+ "test:sui": "tsdx test --testPathPattern=sui",
27
+ "test:ton": "tsdx test --testPathPattern=ton",
28
+ "lint": "tsdx lint",
29
+ "prepare": "tsdx build",
30
+ "size": "size-limit",
31
+ "analyze": "size-limit --why"
32
+ },
33
+ "husky": {
34
+ "hooks": {
35
+ "pre-commit": "tsdx lint"
36
+ }
37
+ },
38
+ "size-limit": [
39
+ {
40
+ "path": "dist/crypto-wallet-sdk.cjs.production.min.js",
41
+ "limit": "500 KB"
42
+ },
43
+ {
44
+ "path": "dist/crypto-wallet-sdk.esm.js",
45
+ "limit": "500 KB"
46
+ }
47
+ ],
48
+ "devDependencies": {
49
+ "@types/jest": "^29.0.0",
50
+ "baseline-browser-mapping": "^2.9.19",
51
+ "eslint": "^8.0.0",
52
+ "husky": "^7.0.4",
53
+ "jest": "^29.0.0",
54
+ "ts-jest": "^29.0.0",
55
+ "tsdx": "^0.14.1",
56
+ "tslib": "^2.3.1",
57
+ "typescript": "^5.0.0"
58
+ },
59
+ "dependencies": {
60
+ "@metaplex-foundation/js": "^0.20.1",
61
+ "@okxweb3/coin-base": "^1.1.6",
62
+ "@okxweb3/coin-bitcoin": "^1.2.1",
63
+ "@okxweb3/coin-ethereum": "^1.1.2",
64
+ "@okxweb3/coin-solana": "^1.1.0",
65
+ "@okxweb3/crypto-lib": "^1.0.13",
66
+ "@solana/spl-token": "^0.4.14",
67
+ "@solana/spl-token-registry": "^0.2.4574",
68
+ "@solana/web3.js": "^1.98.4",
69
+ "buffer-layout": "^1.2.2",
70
+ "ethers": "^6.15.0"
71
+ }
72
+ }