@maci-protocol/coordinator 0.0.0-ci.e3476db → 0.0.0-ci.f94d0a4
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/build/tests/e2e.deploy.test.js +5 -5
- package/build/tests/e2e.deploy.test.js.map +1 -1
- package/build/ts/deployer/__tests__/utils.d.ts.map +1 -1
- package/build/ts/deployer/__tests__/utils.js +3 -1
- package/build/ts/deployer/__tests__/utils.js.map +1 -1
- package/build/ts/deployer/deployer.service.d.ts.map +1 -1
- package/build/ts/deployer/deployer.service.js +21 -4
- package/build/ts/deployer/deployer.service.js.map +1 -1
- package/build/ts/deployer/types.d.ts +24 -3
- package/build/ts/deployer/types.d.ts.map +1 -1
- package/build/ts/proof/__tests__/proof.service.test.js +5 -5
- package/build/ts/proof/__tests__/proof.service.test.js.map +1 -1
- package/build/ts/proof/proof.service.js +5 -5
- package/build/ts/proof/proof.service.js.map +1 -1
- package/build/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maci-protocol/coordinator",
|
|
3
|
-
"version": "0.0.0-ci.
|
|
3
|
+
"version": "0.0.0-ci.f94d0a4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Coordinator service for MACI",
|
|
6
6
|
"main": "build/ts/main.js",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@graphprotocol/graph-cli": "^0.97.0",
|
|
35
|
-
"@maci-protocol/crypto": "0.0.0-ci.
|
|
36
|
-
"@maci-protocol/domainobjs": "0.0.0-ci.
|
|
37
|
-
"@maci-protocol/sdk": "0.0.0-ci.
|
|
38
|
-
"@maci-protocol/subgraph": "0.0.0-ci.
|
|
39
|
-
"@nestjs/common": "^11.0.
|
|
40
|
-
"@nestjs/core": "^11.0.
|
|
41
|
-
"@nestjs/platform-express": "^11.0.
|
|
42
|
-
"@nestjs/platform-socket.io": "^11.0.
|
|
43
|
-
"@nestjs/swagger": "^11.1.
|
|
35
|
+
"@maci-protocol/crypto": "0.0.0-ci.f94d0a4",
|
|
36
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.f94d0a4",
|
|
37
|
+
"@maci-protocol/sdk": "0.0.0-ci.f94d0a4",
|
|
38
|
+
"@maci-protocol/subgraph": "0.0.0-ci.f94d0a4",
|
|
39
|
+
"@nestjs/common": "^11.0.17",
|
|
40
|
+
"@nestjs/core": "^11.0.20",
|
|
41
|
+
"@nestjs/platform-express": "^11.0.20",
|
|
42
|
+
"@nestjs/platform-socket.io": "^11.0.17",
|
|
43
|
+
"@nestjs/swagger": "^11.1.3",
|
|
44
44
|
"@nestjs/throttler": "^6.4.0",
|
|
45
|
-
"@nestjs/websockets": "^11.0.
|
|
45
|
+
"@nestjs/websockets": "^11.0.20",
|
|
46
46
|
"@nomicfoundation/hardhat-ethers": "^3.0.8",
|
|
47
47
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
48
48
|
"@zerodev/ecdsa-validator": "5.4.5",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"class-transformer": "^0.5.1",
|
|
52
52
|
"class-validator": "^0.14.1",
|
|
53
53
|
"date-fns": "^4.1.0",
|
|
54
|
-
"dotenv": "^16.
|
|
54
|
+
"dotenv": "^16.5.0",
|
|
55
55
|
"ethers": "^6.13.5",
|
|
56
|
-
"hardhat": "^2.
|
|
56
|
+
"hardhat": "^2.23.0",
|
|
57
57
|
"helmet": "^8.1.0",
|
|
58
58
|
"lowdb": "^1.0.0",
|
|
59
59
|
"mustache": "^4.2.0",
|
|
@@ -63,18 +63,18 @@
|
|
|
63
63
|
"socket.io": "^4.7.5",
|
|
64
64
|
"tar": "^7.4.1",
|
|
65
65
|
"ts-node": "^10.9.1",
|
|
66
|
-
"viem": "^2.
|
|
66
|
+
"viem": "^2.27.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@nestjs/cli": "^11.0.6",
|
|
70
|
-
"@nestjs/schematics": "^11.0.
|
|
71
|
-
"@nestjs/testing": "^11.0.
|
|
70
|
+
"@nestjs/schematics": "^11.0.5",
|
|
71
|
+
"@nestjs/testing": "^11.0.20",
|
|
72
72
|
"@types/express": "^5.0.1",
|
|
73
73
|
"@types/jest": "^29.5.2",
|
|
74
74
|
"@types/lowdb": "^1.0.15",
|
|
75
75
|
"@types/node": "^22.14.0",
|
|
76
76
|
"@types/supertest": "^6.0.2",
|
|
77
|
-
"fast-check": "^4.1.
|
|
77
|
+
"fast-check": "^4.1.1",
|
|
78
78
|
"jest": "^29.5.0",
|
|
79
79
|
"socket.io-client": "^4.7.5",
|
|
80
80
|
"supertest": "^7.0.0",
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
"coverageDirectory": "<rootDir>/coverage",
|
|
121
121
|
"testEnvironment": "node"
|
|
122
122
|
},
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "5db337934917a699f82be17ef74af9316c459e1d"
|
|
124
124
|
}
|