@maci-protocol/coordinator 0.0.0-ci.ca15230 → 0.0.0-ci.ce28fe6

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/coordinator",
3
- "version": "0.0.0-ci.ca15230",
3
+ "version": "0.0.0-ci.ce28fe6",
4
4
  "private": false,
5
5
  "description": "Coordinator service for MACI",
6
6
  "main": "build/ts/main.js",
@@ -22,10 +22,9 @@
22
22
  "run:node": "node --import 'data:text/javascript,import { register } from \"node:module\"; import { pathToFileURL } from \"node:url\"; register(\"ts-node/esm\", pathToFileURL(\"./\"));'",
23
23
  "start": "pnpm run run:node ./ts/main.ts",
24
24
  "start:prod": "pnpm run run:node build/ts/main.js",
25
- "test": "jest --testPathIgnorePatterns=e2e.aa.test.ts --forceExit",
25
+ "test": "jest --testPathIgnorePatterns=e2e.deploy.test.ts --testPathIgnorePatterns=e2e.test.ts --forceExit",
26
26
  "test:coverage": "jest --coverage --forceExit",
27
- "test:e2e": "jest ./tests/e2e.deploy.test.ts --forceExit",
28
- "test:aa": "jest ./tests/e2e.aa.test.ts --forceExit",
27
+ "test:e2e": "jest ./tests/*.test.ts --forceExit",
29
28
  "types": "tsc -p tsconfig.json --noEmit",
30
29
  "generate-maci-keypair": "pnpm run run:node ./scripts/generateMaciKeypair.ts",
31
30
  "generate-keypair": "pnpm run run:node ./scripts/generateKeypair.ts",
@@ -33,14 +32,14 @@
33
32
  },
34
33
  "dependencies": {
35
34
  "@graphprotocol/graph-cli": "^0.97.0",
36
- "@maci-protocol/contracts": "0.0.0-ci.ca15230",
37
- "@maci-protocol/crypto": "0.0.0-ci.ca15230",
38
- "@maci-protocol/domainobjs": "0.0.0-ci.ca15230",
39
- "@maci-protocol/sdk": "0.0.0-ci.ca15230",
40
- "@maci-protocol/subgraph": "0.0.0-ci.ca15230",
35
+ "@maci-protocol/contracts": "0.0.0-ci.ce28fe6",
36
+ "@maci-protocol/crypto": "0.0.0-ci.ce28fe6",
37
+ "@maci-protocol/domainobjs": "0.0.0-ci.ce28fe6",
38
+ "@maci-protocol/sdk": "0.0.0-ci.ce28fe6",
39
+ "@maci-protocol/subgraph": "0.0.0-ci.ce28fe6",
41
40
  "@nestjs/common": "^11.1.0",
42
- "@nestjs/core": "^11.0.20",
43
- "@nestjs/platform-express": "^11.0.20",
41
+ "@nestjs/core": "^11.1.0",
42
+ "@nestjs/platform-express": "^11.1.0",
44
43
  "@nestjs/platform-socket.io": "^11.1.0",
45
44
  "@nestjs/swagger": "^11.2.0",
46
45
  "@nestjs/throttler": "^6.4.0",
@@ -54,7 +53,7 @@
54
53
  "class-validator": "^0.14.2",
55
54
  "date-fns": "^4.1.0",
56
55
  "dotenv": "^16.5.0",
57
- "ethers": "^6.13.7",
56
+ "ethers": "^6.14.0",
58
57
  "hardhat": "^2.24.0",
59
58
  "helmet": "^8.1.0",
60
59
  "lowdb": "^1.0.0",
@@ -64,7 +63,7 @@
64
63
  "socket.io": "^4.7.5",
65
64
  "tar": "^7.4.1",
66
65
  "ts-node": "^10.9.1",
67
- "viem": "^2.29.1"
66
+ "viem": "^2.29.2"
68
67
  },
69
68
  "devDependencies": {
70
69
  "@nestjs/cli": "^11.0.7",
@@ -78,7 +77,7 @@
78
77
  "fast-check": "^4.1.1",
79
78
  "jest": "^29.5.0",
80
79
  "socket.io-client": "^4.7.5",
81
- "supertest": "^7.0.0",
80
+ "supertest": "^7.1.1",
82
81
  "ts-jest": "^29.3.2",
83
82
  "typescript": "^5.8.3"
84
83
  },
@@ -121,5 +120,5 @@
121
120
  "coverageDirectory": "<rootDir>/coverage",
122
121
  "testEnvironment": "node"
123
122
  },
124
- "gitHead": "59235076599fc5a3ed416aa6481579dd9467f251"
123
+ "gitHead": "0d352de9ba78a2f99ac768776ae59d68a5c6ea48"
125
124
  }