@maci-protocol/contracts 0.0.0-ci.38c76f2 → 0.0.0-ci.3b3af13

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/contracts",
3
- "version": "0.0.0-ci.38c76f2",
3
+ "version": "0.0.0-ci.3b3af13",
4
4
  "private": false,
5
5
  "description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
6
6
  "main": "build/ts/index.js",
@@ -222,9 +222,9 @@
222
222
  },
223
223
  "dependencies": {
224
224
  "@excubiae/contracts": "^0.11.0",
225
- "@maci-protocol/core": "0.0.0-ci.38c76f2",
226
- "@maci-protocol/crypto": "0.0.0-ci.38c76f2",
227
- "@maci-protocol/domainobjs": "0.0.0-ci.38c76f2",
225
+ "@maci-protocol/core": "0.0.0-ci.3b3af13",
226
+ "@maci-protocol/crypto": "0.0.0-ci.3b3af13",
227
+ "@maci-protocol/domainobjs": "0.0.0-ci.3b3af13",
228
228
  "@nomicfoundation/hardhat-ethers": "^3.0.9",
229
229
  "@nomicfoundation/hardhat-toolbox": "^6.0.0",
230
230
  "@nomicfoundation/hardhat-verify": "^2.0.14",
@@ -234,7 +234,7 @@
234
234
  "@zk-kit/imt.sol": "2.0.0-beta.12",
235
235
  "@zk-kit/lean-imt": "^2.2.3",
236
236
  "circomlibjs": "^0.1.7",
237
- "ethers": "^6.15.0",
237
+ "ethers": "^6.14.4",
238
238
  "hardhat": "^2.25.0",
239
239
  "lowdb": "^1.0.0",
240
240
  "snarkjs": "^0.7.5",
@@ -249,7 +249,7 @@
249
249
  "@types/circomlibjs": "^0.1.6",
250
250
  "@types/lowdb": "^1.0.15",
251
251
  "@types/mocha": "^10.0.10",
252
- "@types/node": "^24.0.13",
252
+ "@types/node": "^24.0.12",
253
253
  "@types/sinon": "^17.0.4",
254
254
  "@types/snarkjs": "^0.7.9",
255
255
  "@types/uuid": "^10.0.0",
@@ -262,5 +262,5 @@
262
262
  "ts-node": "^10.9.1",
263
263
  "typescript": "^5.8.3"
264
264
  },
265
- "gitHead": "aa9774b8a82d49c72b7596122fc5cb75b324dc0a"
265
+ "gitHead": "cbc00ea6c92ee2188274ae774f64f62cfa77fe87"
266
266
  }