@sudobility/contracts 1.17.45 → 1.17.50
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/contracts",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.50",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/unified/src/unified/index.js",
|
|
6
6
|
"types": "dist/unified/src/unified/index.d.ts",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"pretest": "npx hardhat compile",
|
|
106
106
|
"test": "bun run test:evm && bun run test:solana && bun run test:unified:direct",
|
|
107
107
|
"test:ci": "bun run build:unified && bun run test:unified:direct",
|
|
108
|
-
"test:evm": "
|
|
108
|
+
"test:evm": "node --import tsx/esm ./node_modules/.bin/hardhat test test/evm/Mailer.test.ts",
|
|
109
109
|
"test:solana": "cd programs/mailer && cargo test",
|
|
110
110
|
"test:unified": "mocha dist/test/unified/**/*.test.js",
|
|
111
111
|
"test:unified:direct": "node scripts/run-unified-tests.mjs",
|
|
@@ -288,14 +288,15 @@
|
|
|
288
288
|
"react": "^19.0.0",
|
|
289
289
|
"ts-mocha": "^11.1.0",
|
|
290
290
|
"ts-node": "^10.9.2",
|
|
291
|
+
"tsx": "^4.21.0",
|
|
291
292
|
"typechain": "^8.3.2",
|
|
292
293
|
"typescript": "^5.9.3",
|
|
293
294
|
"viem": "^2.38.4"
|
|
294
295
|
},
|
|
295
296
|
"dependencies": {
|
|
296
297
|
"@openzeppelin/contracts": "^5.4.0",
|
|
297
|
-
"@sudobility/configs": "^0.0.
|
|
298
|
-
"@sudobility/types": "^1.9.
|
|
298
|
+
"@sudobility/configs": "^0.0.52",
|
|
299
|
+
"@sudobility/types": "^1.9.43"
|
|
299
300
|
},
|
|
300
301
|
"overrides": {
|
|
301
302
|
"bigint-buffer": "^1.1.5",
|