@sudobility/contracts 1.17.61 → 1.17.63
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/contracts",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.63",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/unified/src/unified/index.js",
|
|
6
6
|
"types": "dist/unified/src/unified/index.d.ts",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@solana/spl-token": ">=0.4.0",
|
|
55
55
|
"@solana/web3.js": ">=1.95.0",
|
|
56
|
-
"@sudobility/mail_box_types": "^1.0.
|
|
56
|
+
"@sudobility/mail_box_types": "^1.0.10",
|
|
57
57
|
"@tanstack/react-query": ">=5.0.0",
|
|
58
58
|
"buffer": ">=6.0.0",
|
|
59
59
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"mobile"
|
|
227
227
|
],
|
|
228
228
|
"author": "Mailer Team",
|
|
229
|
-
"license": "
|
|
229
|
+
"license": "BUSL-1.1",
|
|
230
230
|
"description": "Multi-chain decentralized messaging system with USDC fees, revenue sharing, and delegation management. Unified TypeScript client for EVM chains and Solana.",
|
|
231
231
|
"homepage": "https://github.com/johnqh/mail_box_contracts#readme",
|
|
232
232
|
"repository": {
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"@solana/spl-token": "^0.4.14",
|
|
266
266
|
"@solana/wallet-adapter-base": "^0.9.27",
|
|
267
267
|
"@solana/web3.js": "^1.98.4",
|
|
268
|
-
"@sudobility/mail_box_types": "^1.0.
|
|
268
|
+
"@sudobility/mail_box_types": "^1.0.10",
|
|
269
269
|
"@tanstack/react-query": "^5.90.1",
|
|
270
270
|
"@typechain/hardhat": "^9.1.0",
|
|
271
271
|
"@types/chai": "^4.3.20",
|
|
@@ -294,8 +294,8 @@
|
|
|
294
294
|
},
|
|
295
295
|
"dependencies": {
|
|
296
296
|
"@openzeppelin/contracts": "^5.4.0",
|
|
297
|
-
"@sudobility/configs": "^0.0.
|
|
298
|
-
"@sudobility/types": "^1.9.
|
|
297
|
+
"@sudobility/configs": "^0.0.63",
|
|
298
|
+
"@sudobility/types": "^1.9.51"
|
|
299
299
|
},
|
|
300
300
|
"overrides": {
|
|
301
301
|
"bigint-buffer": "^1.1.5"
|