@maci-protocol/contracts 0.0.0-ci.5af126c → 0.0.0-ci.5c85652
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.5c85652",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
|
|
6
6
|
"main": "build/ts/index.js",
|
|
@@ -221,9 +221,9 @@
|
|
|
221
221
|
},
|
|
222
222
|
"dependencies": {
|
|
223
223
|
"@excubiae/contracts": "^0.11.0",
|
|
224
|
-
"@maci-protocol/core": "0.0.0-ci.
|
|
225
|
-
"@maci-protocol/crypto": "0.0.0-ci.
|
|
226
|
-
"@maci-protocol/domainobjs": "0.0.0-ci.
|
|
224
|
+
"@maci-protocol/core": "0.0.0-ci.5c85652",
|
|
225
|
+
"@maci-protocol/crypto": "0.0.0-ci.5c85652",
|
|
226
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.5c85652",
|
|
227
227
|
"@nomicfoundation/hardhat-ethers": "^3.0.8",
|
|
228
228
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
229
229
|
"@nomicfoundation/hardhat-verify": "^2.0.14",
|
|
@@ -261,5 +261,5 @@
|
|
|
261
261
|
"ts-node": "^10.9.1",
|
|
262
262
|
"typescript": "^5.8.3"
|
|
263
263
|
},
|
|
264
|
-
"gitHead": "
|
|
264
|
+
"gitHead": "14731dab8e0223681f1d065816297343c827c860"
|
|
265
265
|
}
|