@maci-protocol/coordinator 0.0.0-ci.ad19072 → 0.0.0-ci.af0a87e

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/coordinator",
3
- "version": "0.0.0-ci.ad19072",
3
+ "version": "0.0.0-ci.af0a87e",
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.ad19072",
36
- "@maci-protocol/crypto": "0.0.0-ci.ad19072",
37
- "@maci-protocol/domainobjs": "0.0.0-ci.ad19072",
38
- "@maci-protocol/sdk": "0.0.0-ci.ad19072",
39
- "@maci-protocol/subgraph": "0.0.0-ci.ad19072",
35
+ "@maci-protocol/contracts": "0.0.0-ci.af0a87e",
36
+ "@maci-protocol/crypto": "0.0.0-ci.af0a87e",
37
+ "@maci-protocol/domainobjs": "0.0.0-ci.af0a87e",
38
+ "@maci-protocol/sdk": "0.0.0-ci.af0a87e",
39
+ "@maci-protocol/subgraph": "0.0.0-ci.af0a87e",
40
40
  "@nestjs/common": "^11.1.3",
41
41
  "@nestjs/core": "^11.1.3",
42
42
  "@nestjs/platform-express": "^11.1.3",
@@ -48,12 +48,12 @@
48
48
  "@nomicfoundation/hardhat-toolbox": "^6.0.0",
49
49
  "@zerodev/ecdsa-validator": "5.4.9",
50
50
  "@zerodev/permissions": "5.5.11",
51
- "@zerodev/sdk": "5.4.39",
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": "^17.1.0",
56
- "ethers": "^6.14.4",
55
+ "dotenv": "^17.2.0",
56
+ "ethers": "^6.15.0",
57
57
  "hardhat": "^2.25.0",
58
58
  "helmet": "^8.1.0",
59
59
  "lowdb": "^1.0.0",
@@ -72,12 +72,12 @@
72
72
  "@types/express": "^5.0.3",
73
73
  "@types/jest": "^30.0.0",
74
74
  "@types/lowdb": "^1.0.15",
75
- "@types/node": "^24.0.7",
75
+ "@types/node": "^24.0.12",
76
76
  "@types/supertest": "^6.0.2",
77
77
  "fast-check": "^4.1.1",
78
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": "d9a90667b78b9e47d8be09345e07cd3f2419d5da"
123
+ "gitHead": "73a804c5de0fb17f9db9d4818324ecffc6c2a7a4"
124
124
  }