@maci-protocol/coordinator 0.0.0-ci.d4be71b → 0.0.0-ci.d55cc2e

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.
Files changed (37) hide show
  1. package/README.md +4 -4
  2. package/build/tests/e2e.deploy.test.js +8 -0
  3. package/build/tests/e2e.deploy.test.js.map +1 -1
  4. package/build/ts/app.module.d.ts.map +1 -1
  5. package/build/ts/app.module.js +2 -0
  6. package/build/ts/app.module.js.map +1 -1
  7. package/build/ts/common/chain.d.ts.map +1 -1
  8. package/build/ts/common/chain.js +1 -2
  9. package/build/ts/common/chain.js.map +1 -1
  10. package/build/ts/file/file.service.js +2 -2
  11. package/build/ts/file/file.service.js.map +1 -1
  12. package/build/ts/health/__tests__/health.controller.test.d.ts +2 -0
  13. package/build/ts/health/__tests__/health.controller.test.d.ts.map +1 -0
  14. package/build/ts/health/__tests__/health.controller.test.js +22 -0
  15. package/build/ts/health/__tests__/health.controller.test.js.map +1 -0
  16. package/build/ts/health/__tests__/health.service.test.d.ts +2 -0
  17. package/build/ts/health/__tests__/health.service.test.d.ts.map +1 -0
  18. package/build/ts/health/__tests__/health.service.test.js +77 -0
  19. package/build/ts/health/__tests__/health.service.test.js.map +1 -0
  20. package/build/ts/health/health.controller.d.ts +16 -0
  21. package/build/ts/health/health.controller.d.ts.map +1 -0
  22. package/build/ts/health/health.controller.js +43 -0
  23. package/build/ts/health/health.controller.js.map +1 -0
  24. package/build/ts/health/health.module.d.ts +3 -0
  25. package/build/ts/health/health.module.d.ts.map +1 -0
  26. package/build/ts/health/health.module.js +21 -0
  27. package/build/ts/health/health.module.js.map +1 -0
  28. package/build/ts/health/health.service.d.ts +35 -0
  29. package/build/ts/health/health.service.d.ts.map +1 -0
  30. package/build/ts/health/health.service.js +169 -0
  31. package/build/ts/health/health.service.js.map +1 -0
  32. package/build/ts/health/types.d.ts +79 -0
  33. package/build/ts/health/types.d.ts.map +1 -0
  34. package/build/ts/health/types.js +2 -0
  35. package/build/ts/health/types.js.map +1 -0
  36. package/build/tsconfig.build.tsbuildinfo +1 -1
  37. package/package.json +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/coordinator",
3
- "version": "0.0.0-ci.d4be71b",
3
+ "version": "0.0.0-ci.d55cc2e",
4
4
  "private": false,
5
5
  "description": "Coordinator service for MACI",
6
6
  "main": "build/ts/main.js",
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@graphprotocol/graph-cli": "^0.97.1",
35
- "@maci-protocol/contracts": "0.0.0-ci.d4be71b",
36
- "@maci-protocol/crypto": "0.0.0-ci.d4be71b",
37
- "@maci-protocol/domainobjs": "0.0.0-ci.d4be71b",
38
- "@maci-protocol/sdk": "0.0.0-ci.d4be71b",
39
- "@maci-protocol/subgraph": "0.0.0-ci.d4be71b",
35
+ "@maci-protocol/contracts": "0.0.0-ci.d55cc2e",
36
+ "@maci-protocol/crypto": "0.0.0-ci.d55cc2e",
37
+ "@maci-protocol/domainobjs": "0.0.0-ci.d55cc2e",
38
+ "@maci-protocol/sdk": "0.0.0-ci.d55cc2e",
39
+ "@maci-protocol/subgraph": "0.0.0-ci.d55cc2e",
40
40
  "@nestjs/common": "^11.1.3",
41
41
  "@nestjs/core": "^11.1.3",
42
42
  "@nestjs/platform-express": "^11.1.3",
@@ -45,16 +45,16 @@
45
45
  "@nestjs/throttler": "^6.4.0",
46
46
  "@nestjs/websockets": "^11.1.3",
47
47
  "@nomicfoundation/hardhat-ethers": "^3.0.9",
48
- "@nomicfoundation/hardhat-toolbox": "^5.0.0",
48
+ "@nomicfoundation/hardhat-toolbox": "^6.0.0",
49
49
  "@zerodev/ecdsa-validator": "5.4.9",
50
- "@zerodev/permissions": "5.5.8",
51
- "@zerodev/sdk": "5.4.34",
50
+ "@zerodev/permissions": "5.5.11",
51
+ "@zerodev/sdk": "5.4.40",
52
52
  "class-transformer": "^0.5.1",
53
53
  "class-validator": "^0.14.2",
54
54
  "date-fns": "^4.1.0",
55
- "dotenv": "^16.5.0",
56
- "ethers": "^6.14.4",
57
- "hardhat": "^2.24.3",
55
+ "dotenv": "^17.2.0",
56
+ "ethers": "^6.15.0",
57
+ "hardhat": "^2.25.0",
58
58
  "helmet": "^8.1.0",
59
59
  "lowdb": "^1.0.0",
60
60
  "mustache": "^4.2.0",
@@ -63,21 +63,21 @@
63
63
  "socket.io": "^4.7.5",
64
64
  "tar": "^7.4.1",
65
65
  "ts-node": "^10.9.1",
66
- "viem": "^2.31.2"
66
+ "viem": "^2.31.7"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@nestjs/cli": "^11.0.7",
70
70
  "@nestjs/schematics": "^11.0.5",
71
71
  "@nestjs/testing": "^11.1.3",
72
72
  "@types/express": "^5.0.3",
73
- "@types/jest": "^29.5.2",
73
+ "@types/jest": "^30.0.0",
74
74
  "@types/lowdb": "^1.0.15",
75
- "@types/node": "^22.15.17",
75
+ "@types/node": "^24.0.13",
76
76
  "@types/supertest": "^6.0.2",
77
- "fast-check": "^4.1.1",
78
- "jest": "^30.0.0",
77
+ "fast-check": "^4.2.0",
78
+ "jest": "^30.0.4",
79
79
  "socket.io-client": "^4.7.5",
80
- "supertest": "^7.1.1",
80
+ "supertest": "^7.1.3",
81
81
  "ts-jest": "^29.4.0",
82
82
  "typescript": "^5.8.3"
83
83
  },
@@ -120,5 +120,5 @@
120
120
  "coverageDirectory": "<rootDir>/coverage",
121
121
  "testEnvironment": "node"
122
122
  },
123
- "gitHead": "e23a1a52f7a9ede9c18c13cadd7aebb27a66aa88"
123
+ "gitHead": "c4482d85c4ed4f0c3d048fe80fabda0adc91dcdc"
124
124
  }