@sudobility/heavymath_contracts 0.1.29 → 0.1.31
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/heavymath_contracts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/unified/src/unified/index.js",
|
|
6
6
|
"types": "dist/unified/src/unified/index.d.ts",
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
"mobile"
|
|
105
105
|
],
|
|
106
106
|
"author": "HeavyMath Team",
|
|
107
|
-
"license": "
|
|
107
|
+
"license": "BUSL-1.1",
|
|
108
108
|
"description": "Multi-chain prediction market system with UUPS upgradeable contracts, equilibrium-based odds, and unified TypeScript client for EVM chains and Solana.",
|
|
109
109
|
"homepage": "https://github.com/heavymath/heavymath_contracts#readme",
|
|
110
110
|
"repository": {
|
|
111
111
|
"type": "git",
|
|
112
|
-
"url": "
|
|
112
|
+
"url": "https://github.com/johnqh/heavymath_contracts.git"
|
|
113
113
|
},
|
|
114
114
|
"bugs": {
|
|
115
115
|
"url": "https://github.com/heavymath/heavymath_contracts/issues"
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@solana/spl-token": ">=0.4.0",
|
|
137
137
|
"@solana/web3.js": ">=1.95.0",
|
|
138
|
-
"@sudobility/configs": "^0.0.
|
|
139
|
-
"@sudobility/heavymath_types": "^0.0.
|
|
140
|
-
"@sudobility/types": "^1.9.
|
|
138
|
+
"@sudobility/configs": "^0.0.72",
|
|
139
|
+
"@sudobility/heavymath_types": "^0.0.15",
|
|
140
|
+
"@sudobility/types": "^1.9.61",
|
|
141
141
|
"@tanstack/react-query": ">=5.0.0",
|
|
142
142
|
"buffer": ">=6.0.0",
|
|
143
143
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -193,9 +193,9 @@
|
|
|
193
193
|
"@solana/spl-token": "^0.4.14",
|
|
194
194
|
"@solana/wallet-adapter-base": "^0.9.27",
|
|
195
195
|
"@solana/web3.js": "^1.98.4",
|
|
196
|
-
"@sudobility/configs": "^0.0.
|
|
197
|
-
"@sudobility/heavymath_types": "^0.0.
|
|
198
|
-
"@sudobility/types": "^1.9.
|
|
196
|
+
"@sudobility/configs": "^0.0.72",
|
|
197
|
+
"@sudobility/heavymath_types": "^0.0.15",
|
|
198
|
+
"@sudobility/types": "^1.9.61",
|
|
199
199
|
"@tanstack/react-query": "^5.90.1",
|
|
200
200
|
"@typechain/ethers-v6": "^0.5.1",
|
|
201
201
|
"@typechain/hardhat": "^9.1.0",
|