@sudobility/contracts 1.17.67 → 1.17.69

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/contracts",
3
- "version": "1.17.67",
3
+ "version": "1.17.69",
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.13",
56
+ "@sudobility/mail_box_types": "^1.0.15",
57
57
  "@tanstack/react-query": ">=5.0.0",
58
58
  "buffer": ">=6.0.0",
59
59
  "react": "^18.0.0 || ^19.0.0",
@@ -99,14 +99,14 @@
99
99
  "build": "bun run build:evm && bun run build:solana && bun run build:unified && bun run build:react-native",
100
100
  "build:ci": "bun run build:unified && bun run build:react-native",
101
101
  "build:evm": "npx hardhat compile && tsc --project tsconfig.evm.json",
102
- "build:solana": "cargo build --manifest-path programs/mailer/Cargo.toml && tsc --project tsconfig.solana.json",
102
+ "build:solana": ". \"$HOME/.cargo/env\" 2>/dev/null; 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
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
108
  "test:evm": "node --import tsx/esm ./node_modules/.bin/hardhat test test/evm/Mailer.test.ts",
109
- "test:solana": "cd programs/mailer && cargo test",
109
+ "test:solana": ". \"$HOME/.cargo/env\" 2>/dev/null; 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",
112
112
  "compile": "bun run compile:evm",
@@ -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.13",
268
+ "@sudobility/mail_box_types": "^1.0.15",
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.66",
298
- "@sudobility/types": "^1.9.54"
297
+ "@sudobility/configs": "^0.0.67",
298
+ "@sudobility/types": "^1.9.55"
299
299
  },
300
300
  "overrides": {
301
301
  "bigint-buffer": "^1.1.5"