@maci-protocol/contracts 0.0.0-ci.70efb09 → 0.0.0-ci.76f88f0
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.76f88f0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
|
|
6
6
|
"main": "build/ts/index.js",
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
},
|
|
168
168
|
"dependencies": {
|
|
169
169
|
"@excubiae/contracts": "^0.7.0",
|
|
170
|
-
"@maci-protocol/core": "0.0.0-ci.
|
|
171
|
-
"@maci-protocol/crypto": "0.0.0-ci.
|
|
172
|
-
"@maci-protocol/domainobjs": "0.0.0-ci.
|
|
170
|
+
"@maci-protocol/core": "0.0.0-ci.76f88f0",
|
|
171
|
+
"@maci-protocol/crypto": "0.0.0-ci.76f88f0",
|
|
172
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.76f88f0",
|
|
173
173
|
"@nomicfoundation/hardhat-ethers": "^3.0.8",
|
|
174
174
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
175
175
|
"@openzeppelin/contracts": "^5.2.0",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"@types/circomlibjs": "^0.1.6",
|
|
193
193
|
"@types/lowdb": "^1.0.15",
|
|
194
194
|
"@types/mocha": "^10.0.10",
|
|
195
|
-
"@types/node": "^22.
|
|
195
|
+
"@types/node": "^22.13.10",
|
|
196
196
|
"@types/snarkjs": "^0.7.9",
|
|
197
197
|
"@types/uuid": "^10.0.0",
|
|
198
198
|
"chai": "^4.3.10",
|
|
@@ -203,5 +203,5 @@
|
|
|
203
203
|
"ts-node": "^10.9.1",
|
|
204
204
|
"typescript": "^5.8.2"
|
|
205
205
|
},
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "cfd82d732045b2f1cc5338413c778a7fa4aa8d13"
|
|
207
207
|
}
|