@sudobility/heavymath_contracts 0.1.9 → 0.1.12
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 +11 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/heavymath_contracts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/unified/src/unified/index.js",
|
|
6
6
|
"types": "dist/unified/src/unified/index.d.ts",
|
|
@@ -135,7 +135,9 @@
|
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@solana/spl-token": ">=0.4.0",
|
|
137
137
|
"@solana/web3.js": ">=1.95.0",
|
|
138
|
-
"@sudobility/
|
|
138
|
+
"@sudobility/configs": "^0.0.63",
|
|
139
|
+
"@sudobility/heavymath_types": "^0.0.7",
|
|
140
|
+
"@sudobility/types": "^1.9.51",
|
|
139
141
|
"@tanstack/react-query": ">=5.0.0",
|
|
140
142
|
"buffer": ">=6.0.0",
|
|
141
143
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -152,6 +154,9 @@
|
|
|
152
154
|
"@solana/web3.js": {
|
|
153
155
|
"optional": true
|
|
154
156
|
},
|
|
157
|
+
"@sudobility/configs": {
|
|
158
|
+
"optional": true
|
|
159
|
+
},
|
|
155
160
|
"react": {
|
|
156
161
|
"optional": true
|
|
157
162
|
},
|
|
@@ -188,7 +193,9 @@
|
|
|
188
193
|
"@solana/spl-token": "^0.4.14",
|
|
189
194
|
"@solana/wallet-adapter-base": "^0.9.27",
|
|
190
195
|
"@solana/web3.js": "^1.98.4",
|
|
191
|
-
"@sudobility/
|
|
196
|
+
"@sudobility/configs": "^0.0.63",
|
|
197
|
+
"@sudobility/heavymath_types": "^0.0.7",
|
|
198
|
+
"@sudobility/types": "^1.9.51",
|
|
192
199
|
"@tanstack/react-query": "^5.90.1",
|
|
193
200
|
"@typechain/ethers-v6": "^0.5.1",
|
|
194
201
|
"@typechain/hardhat": "^9.1.0",
|
|
@@ -216,9 +223,7 @@
|
|
|
216
223
|
"viem": "^2.38.4"
|
|
217
224
|
},
|
|
218
225
|
"dependencies": {
|
|
219
|
-
"@openzeppelin/contracts-upgradeable": "^5.0.0"
|
|
220
|
-
"@sudobility/configs": "^0.0.60",
|
|
221
|
-
"@sudobility/types": "^1.9.48"
|
|
226
|
+
"@openzeppelin/contracts-upgradeable": "^5.0.0"
|
|
222
227
|
},
|
|
223
228
|
"overrides": {
|
|
224
229
|
"bigint-buffer": "^1.1.5"
|