@sudobility/contracts 1.17.43 → 1.17.44

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/contracts",
3
- "version": "1.17.43",
3
+ "version": "1.17.44",
4
4
  "type": "module",
5
5
  "main": "dist/unified/src/unified/index.js",
6
6
  "types": "dist/unified/src/unified/index.d.ts",
@@ -102,6 +102,7 @@
102
102
  "build:solana": "cargo build --manifest-path programs/mailer/Cargo.toml && tsc --project tsconfig.solana.json",
103
103
  "build:unified": "tsc --project tsconfig.unified.json",
104
104
  "build:react-native": "tsc --project tsconfig.react-native.json",
105
+ "pretest": "npx hardhat compile",
105
106
  "test": "bun run test:evm && bun run test:solana && bun run test:unified:direct",
106
107
  "test:ci": "bun run build:unified && bun run test:unified:direct",
107
108
  "test:evm": "npx hardhat test test/evm/Mailer.test.ts",
@@ -293,8 +294,8 @@
293
294
  },
294
295
  "dependencies": {
295
296
  "@openzeppelin/contracts": "^5.4.0",
296
- "@sudobility/configs": "^0.0.49",
297
- "@sudobility/types": "^1.9.40"
297
+ "@sudobility/configs": "^0.0.50",
298
+ "@sudobility/types": "^1.9.41"
298
299
  },
299
300
  "overrides": {
300
301
  "bigint-buffer": "^1.1.5",