@zubari/sdk 0.3.6 → 0.5.0
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/dist/PayoutsProtocol-B5z8SEA-.d.ts +734 -0
- package/dist/PayoutsProtocol-CLiMFe54.d.mts +734 -0
- package/dist/{TransactionService-DuMJmrG3.d.mts → TransactionService-1Jt8ZRqO.d.mts} +1 -1
- package/dist/{TransactionService-DURp3bRL.d.ts → TransactionService-Djonkbp4.d.ts} +1 -1
- package/dist/{WalletManager-CmiNyapl.d.ts → WalletManager-BJaLBfX5.d.ts} +143 -49
- package/dist/{WalletManager-DXt6vihp.d.mts → WalletManager-pVFpurEi.d.mts} +143 -49
- package/dist/{index-CRsZrlN0.d.mts → index-ARbXbNI-.d.ts} +3 -2
- package/dist/{index-DF0Gf8NK.d.mts → index-CTyZlHKg.d.mts} +7 -1
- package/dist/{index-DF0Gf8NK.d.ts → index-CTyZlHKg.d.ts} +7 -1
- package/dist/{index-VNzO49qu.d.ts → index-Da7SaweH.d.mts} +3 -2
- package/dist/index.d.mts +23 -6
- package/dist/index.d.ts +23 -6
- package/dist/index.js +115 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +115 -11
- package/dist/index.mjs.map +1 -1
- package/dist/protocols/index.d.mts +102 -502
- package/dist/protocols/index.d.ts +102 -502
- package/dist/protocols/index.js +1829 -0
- package/dist/protocols/index.js.map +1 -1
- package/dist/protocols/index.mjs +1829 -1
- package/dist/protocols/index.mjs.map +1 -1
- package/dist/react/index.d.mts +9 -4
- package/dist/react/index.d.ts +9 -4
- package/dist/react/index.js +128 -13
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +128 -13
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.d.mts +2 -2
- package/dist/services/index.d.ts +2 -2
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs.map +1 -1
- package/dist/storage/index.js +61 -3
- package/dist/storage/index.js.map +1 -1
- package/dist/storage/index.mjs +61 -3
- package/dist/storage/index.mjs.map +1 -1
- package/dist/wallet/index.d.mts +5 -4
- package/dist/wallet/index.d.ts +5 -4
- package/dist/wallet/index.js +115 -11
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +115 -11
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +20 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zubari/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Multi-chain self-custodial wallet SDK for Web3 creator economy. Supports Ethereum, Bitcoin, TON, TRON, Solana, and Lightning (Spark) from a single BIP-39 seed phrase.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -43,20 +43,6 @@
|
|
|
43
43
|
"LICENSE"
|
|
44
44
|
],
|
|
45
45
|
"sideEffects": false,
|
|
46
|
-
"scripts": {
|
|
47
|
-
"build": "tsup",
|
|
48
|
-
"dev": "tsup --watch",
|
|
49
|
-
"clean": "rm -rf dist .turbo coverage",
|
|
50
|
-
"test": "jest",
|
|
51
|
-
"test:watch": "jest --watch",
|
|
52
|
-
"test:coverage": "jest --coverage",
|
|
53
|
-
"lint": "eslint src --ext .ts,.tsx",
|
|
54
|
-
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
55
|
-
"type-check": "tsc --noEmit",
|
|
56
|
-
"prepublishOnly": "npm run clean && npm run build && npm run test",
|
|
57
|
-
"prepack": "npm run build",
|
|
58
|
-
"release": "npm publish --access public"
|
|
59
|
-
},
|
|
60
46
|
"keywords": [
|
|
61
47
|
"wallet",
|
|
62
48
|
"multi-chain",
|
|
@@ -105,12 +91,12 @@
|
|
|
105
91
|
"@scure/base": "^2.0.0",
|
|
106
92
|
"@scure/bip32": "^2.0.1",
|
|
107
93
|
"@tetherto/wdk": "1.0.0-beta.5",
|
|
108
|
-
"@tetherto/wdk-wallet-btc": "1.0.0-beta.
|
|
109
|
-
"@tetherto/wdk-wallet-evm": "1.0.0-beta.
|
|
110
|
-
"@tetherto/wdk-wallet-solana": "1.0.0-beta.
|
|
111
|
-
"@tetherto/wdk-wallet-spark": "1.0.0-beta.
|
|
112
|
-
"@tetherto/wdk-wallet-ton": "1.0.0-beta.
|
|
113
|
-
"@tetherto/wdk-wallet-tron": "1.0.0-beta.
|
|
94
|
+
"@tetherto/wdk-wallet-btc": "1.0.0-beta.4",
|
|
95
|
+
"@tetherto/wdk-wallet-evm": "1.0.0-beta.4",
|
|
96
|
+
"@tetherto/wdk-wallet-solana": "1.0.0-beta.4",
|
|
97
|
+
"@tetherto/wdk-wallet-spark": "1.0.0-beta.4",
|
|
98
|
+
"@tetherto/wdk-wallet-ton": "1.0.0-beta.4",
|
|
99
|
+
"@tetherto/wdk-wallet-tron": "1.0.0-beta.3",
|
|
114
100
|
"bs58": "^6.0.0",
|
|
115
101
|
"ed25519-hd-key": "^1.3.0",
|
|
116
102
|
"tweetnacl": "^1.0.3"
|
|
@@ -158,5 +144,17 @@
|
|
|
158
144
|
"@noble/curves": {
|
|
159
145
|
"optional": true
|
|
160
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"scripts": {
|
|
149
|
+
"build": "tsup",
|
|
150
|
+
"dev": "tsup --watch",
|
|
151
|
+
"clean": "rm -rf dist .turbo coverage",
|
|
152
|
+
"test": "jest",
|
|
153
|
+
"test:watch": "jest --watch",
|
|
154
|
+
"test:coverage": "jest --coverage",
|
|
155
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
156
|
+
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
157
|
+
"type-check": "tsc --noEmit",
|
|
158
|
+
"release": "npm publish --access public"
|
|
161
159
|
}
|
|
162
|
-
}
|
|
160
|
+
}
|