@sudobility/contracts 1.17.72 → 1.17.73
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/contracts",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.73",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/unified/src/unified/index.js",
|
|
6
6
|
"types": "dist/unified/src/unified/index.d.ts",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@solana/spl-token": ">=0.4.0",
|
|
55
55
|
"@solana/web3.js": ">=1.95.0",
|
|
56
|
-
"@sudobility/configs": "^0.0.
|
|
57
|
-
"@sudobility/mail_box_types": "^1.0.
|
|
58
|
-
"@sudobility/types": "^1.9.
|
|
56
|
+
"@sudobility/configs": "^0.0.71",
|
|
57
|
+
"@sudobility/mail_box_types": "^1.0.19",
|
|
58
|
+
"@sudobility/types": "^1.9.60",
|
|
59
59
|
"@tanstack/react-query": ">=5.0.0",
|
|
60
60
|
"buffer": ">=6.0.0",
|
|
61
61
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"homepage": "https://github.com/johnqh/mail_box_contracts#readme",
|
|
234
234
|
"repository": {
|
|
235
235
|
"type": "git",
|
|
236
|
-
"url": "
|
|
236
|
+
"url": "https://github.com/johnqh/mail_box_contracts.git"
|
|
237
237
|
},
|
|
238
238
|
"bugs": {
|
|
239
239
|
"url": "https://github.com/johnqh/mail_box_contracts/issues"
|
|
@@ -267,9 +267,9 @@
|
|
|
267
267
|
"@solana/spl-token": "^0.4.14",
|
|
268
268
|
"@solana/wallet-adapter-base": "^0.9.27",
|
|
269
269
|
"@solana/web3.js": "^1.98.4",
|
|
270
|
-
"@sudobility/configs": "^0.0.
|
|
271
|
-
"@sudobility/mail_box_types": "^1.0.
|
|
272
|
-
"@sudobility/types": "^1.9.
|
|
270
|
+
"@sudobility/configs": "^0.0.71",
|
|
271
|
+
"@sudobility/mail_box_types": "^1.0.19",
|
|
272
|
+
"@sudobility/types": "^1.9.60",
|
|
273
273
|
"@tanstack/react-query": "^5.90.1",
|
|
274
274
|
"@typechain/hardhat": "^9.1.0",
|
|
275
275
|
"@types/chai": "^4.3.20",
|