@maci-protocol/contracts 0.0.0-ci.f1b50d5 → 0.0.0-ci.f2b591f
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.
|
|
3
|
+
"version": "0.0.0-ci.f2b591f",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
|
|
6
6
|
"main": "build/ts/index.js",
|
|
@@ -222,11 +222,11 @@
|
|
|
222
222
|
},
|
|
223
223
|
"dependencies": {
|
|
224
224
|
"@excubiae/contracts": "^0.11.0",
|
|
225
|
-
"@maci-protocol/core": "0.0.0-ci.
|
|
226
|
-
"@maci-protocol/crypto": "0.0.0-ci.
|
|
227
|
-
"@maci-protocol/domainobjs": "0.0.0-ci.
|
|
228
|
-
"@nomicfoundation/hardhat-ethers": "^3.0
|
|
229
|
-
"@nomicfoundation/hardhat-toolbox": "^6.
|
|
225
|
+
"@maci-protocol/core": "0.0.0-ci.f2b591f",
|
|
226
|
+
"@maci-protocol/crypto": "0.0.0-ci.f2b591f",
|
|
227
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.f2b591f",
|
|
228
|
+
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
|
229
|
+
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
|
|
230
230
|
"@nomicfoundation/hardhat-verify": "^2.1.0",
|
|
231
231
|
"@openzeppelin/contracts": "^5.3.0",
|
|
232
232
|
"@openzeppelin/merkle-tree": "^1.0.8",
|
|
@@ -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
|
|
252
|
+
"@types/node": "^24.2.0",
|
|
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": "
|
|
265
|
+
"gitHead": "1b3782efcc3c5f1bab6cbc5232fb3b5e4a1fd055"
|
|
266
266
|
}
|