@maci-protocol/contracts 0.0.0-ci.fc91dc9 → 0.0.0-ci.fd5247e

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.fc91dc9",
3
+ "version": "0.0.0-ci.fd5247e",
4
4
  "private": false,
5
5
  "description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
6
6
  "main": "build/ts/index.js",
@@ -172,9 +172,9 @@
172
172
  },
173
173
  "dependencies": {
174
174
  "@excubiae/contracts": "^0.11.0",
175
- "@maci-protocol/core": "0.0.0-ci.fc91dc9",
176
- "@maci-protocol/crypto": "0.0.0-ci.fc91dc9",
177
- "@maci-protocol/domainobjs": "0.0.0-ci.fc91dc9",
175
+ "@maci-protocol/core": "0.0.0-ci.fd5247e",
176
+ "@maci-protocol/crypto": "0.0.0-ci.fd5247e",
177
+ "@maci-protocol/domainobjs": "0.0.0-ci.fd5247e",
178
178
  "@nomicfoundation/hardhat-ethers": "^3.0.8",
179
179
  "@nomicfoundation/hardhat-toolbox": "^5.0.0",
180
180
  "@nomicfoundation/hardhat-verify": "^2.0.13",
@@ -184,7 +184,7 @@
184
184
  "@zk-kit/imt.sol": "2.0.0-beta.12",
185
185
  "@zk-kit/lean-imt": "^2.2.3",
186
186
  "circomlibjs": "^0.1.7",
187
- "ethers": "^6.13.5",
187
+ "ethers": "^6.13.7",
188
188
  "hardhat": "^2.23.0",
189
189
  "lowdb": "^1.0.0",
190
190
  "snarkjs": "^0.7.5",
@@ -199,6 +199,7 @@
199
199
  "@types/lowdb": "^1.0.15",
200
200
  "@types/mocha": "^10.0.10",
201
201
  "@types/node": "^22.14.1",
202
+ "@types/sinon": "^17.0.4",
202
203
  "@types/snarkjs": "^0.7.9",
203
204
  "@types/uuid": "^10.0.0",
204
205
  "chai": "^4.3.10",
@@ -206,8 +207,9 @@
206
207
  "dotenv": "^16.5.0",
207
208
  "hardhat-artifactor": "^0.2.0",
208
209
  "hardhat-contract-sizer": "^2.10.0",
210
+ "sinon": "^20.0.0",
209
211
  "ts-node": "^10.9.1",
210
212
  "typescript": "^5.8.3"
211
213
  },
212
- "gitHead": "cae5ed7363dca196c50b429e81c3d6c87c11ee39"
214
+ "gitHead": "82107dafe2dcdb9d11a30402ca81db9605accdec"
213
215
  }