@maci-protocol/contracts 0.0.0-ci.cf2cc5b → 0.0.0-ci.d231815
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.d231815",
|
|
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.13.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.
|
|
225
|
+
"@maci-protocol/core": "0.0.0-ci.d231815",
|
|
226
|
+
"@maci-protocol/crypto": "0.0.0-ci.d231815",
|
|
227
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.d231815",
|
|
228
228
|
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
|
229
229
|
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
|
|
230
230
|
"@nomicfoundation/hardhat-verify": "^2.1.0",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"hardhat": "^2.25.0",
|
|
239
239
|
"lowdb": "^1.0.0",
|
|
240
240
|
"snarkjs": "^0.7.5",
|
|
241
|
-
"solady": "^0.1.
|
|
241
|
+
"solady": "^0.1.26",
|
|
242
242
|
"solidity-docgen": "^0.6.0-beta.36",
|
|
243
243
|
"uuid": "^11.1.0"
|
|
244
244
|
},
|
|
@@ -262,5 +262,5 @@
|
|
|
262
262
|
"ts-node": "^10.9.1",
|
|
263
263
|
"typescript": "^5.9.2"
|
|
264
264
|
},
|
|
265
|
-
"gitHead": "
|
|
265
|
+
"gitHead": "271bc779ccbd8510ae0fcbc43063aacffe39d4d9"
|
|
266
266
|
}
|