@maci-protocol/coordinator 0.0.0-ci.9819a21 → 0.0.0-ci.991fa14
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/README.md +60 -24
- package/build/hardhat.config.cjs +10 -8
- package/build/hardhat.config.cjs.map +1 -1
- package/build/hardhat.config.d.cts +6 -8
- package/build/hardhat.config.d.cts.map +1 -1
- package/build/tests/e2e.deploy.test.js +4 -4
- package/build/tests/e2e.deploy.test.js.map +1 -1
- package/build/ts/deployer/__tests__/deployer.service.test.js +2 -0
- package/build/ts/deployer/__tests__/deployer.service.test.js.map +1 -1
- package/build/ts/deployer/__tests__/utils.d.ts.map +1 -1
- package/build/ts/deployer/__tests__/utils.js +1 -8
- 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 +9 -10
- package/build/ts/deployer/deployer.service.js.map +1 -1
- package/build/ts/deployer/types.d.ts +1 -1
- package/build/ts/deployer/types.d.ts.map +1 -1
- package/build/ts/main.js +1 -1
- package/build/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +13 -13
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.991fa14",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Coordinator service for MACI",
|
|
6
6
|
"main": "build/ts/main.js",
|
|
@@ -32,29 +32,29 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@graphprotocol/graph-cli": "^0.97.1",
|
|
35
|
-
"@maci-protocol/contracts": "0.0.0-ci.
|
|
36
|
-
"@maci-protocol/crypto": "0.0.0-ci.
|
|
37
|
-
"@maci-protocol/domainobjs": "0.0.0-ci.
|
|
38
|
-
"@maci-protocol/sdk": "0.0.0-ci.
|
|
39
|
-
"@maci-protocol/subgraph": "0.0.0-ci.
|
|
35
|
+
"@maci-protocol/contracts": "0.0.0-ci.991fa14",
|
|
36
|
+
"@maci-protocol/crypto": "0.0.0-ci.991fa14",
|
|
37
|
+
"@maci-protocol/domainobjs": "0.0.0-ci.991fa14",
|
|
38
|
+
"@maci-protocol/sdk": "0.0.0-ci.991fa14",
|
|
39
|
+
"@maci-protocol/subgraph": "0.0.0-ci.991fa14",
|
|
40
40
|
"@nestjs/common": "^11.1.5",
|
|
41
41
|
"@nestjs/core": "^11.1.5",
|
|
42
|
-
"@nestjs/platform-express": "^11.1.
|
|
42
|
+
"@nestjs/platform-express": "^11.1.6",
|
|
43
43
|
"@nestjs/platform-socket.io": "^11.1.6",
|
|
44
44
|
"@nestjs/schedule": "^6.0.0",
|
|
45
45
|
"@nestjs/swagger": "^11.2.0",
|
|
46
46
|
"@nestjs/throttler": "^6.4.0",
|
|
47
|
-
"@nestjs/websockets": "^11.1.
|
|
47
|
+
"@nestjs/websockets": "^11.1.6",
|
|
48
48
|
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
|
49
49
|
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
|
|
50
|
-
"@redis/client": "^5.8.
|
|
50
|
+
"@redis/client": "^5.8.3",
|
|
51
51
|
"@zerodev/ecdsa-validator": "5.4.9",
|
|
52
52
|
"@zerodev/permissions": "5.5.14",
|
|
53
53
|
"@zerodev/sdk": "5.4.41",
|
|
54
54
|
"class-transformer": "^0.5.1",
|
|
55
55
|
"class-validator": "^0.14.2",
|
|
56
56
|
"date-fns": "^4.1.0",
|
|
57
|
-
"dotenv": "^17.2.
|
|
57
|
+
"dotenv": "^17.2.2",
|
|
58
58
|
"ethers": "^6.15.0",
|
|
59
59
|
"hardhat": "^2.25.0",
|
|
60
60
|
"helmet": "^8.1.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"reflect-metadata": "^0.2.0",
|
|
64
64
|
"rxjs": "^7.8.2",
|
|
65
65
|
"socket.io": "^4.7.5",
|
|
66
|
-
"tar": "^7.
|
|
66
|
+
"tar": "^7.5.1",
|
|
67
67
|
"ts-node": "^10.9.1",
|
|
68
68
|
"viem": "^2.33.2"
|
|
69
69
|
},
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@types/node": "^24.2.0",
|
|
78
78
|
"@types/supertest": "^6.0.2",
|
|
79
79
|
"fast-check": "^4.2.0",
|
|
80
|
-
"jest": "^30.0
|
|
80
|
+
"jest": "^30.2.0",
|
|
81
81
|
"socket.io-client": "^4.7.5",
|
|
82
82
|
"supertest": "^7.1.4",
|
|
83
83
|
"ts-jest": "^29.4.1",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"coverageDirectory": "<rootDir>/coverage",
|
|
128
128
|
"testEnvironment": "node"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "5e5511f3d75a046c4c270d4de4669061a65ba7eb"
|
|
131
131
|
}
|