@maci-protocol/testing 0.0.0-ci.17c3dcd → 0.0.0-ci.17f017c

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/testing",
3
- "version": "0.0.0-ci.17c3dcd",
3
+ "version": "0.0.0-ci.17f017c",
4
4
  "private": false,
5
5
  "description": "A package with testing utilities for MACI",
6
6
  "main": "build/ts/index.js",
@@ -18,37 +18,37 @@
18
18
  "types": "tsc -p tsconfig.json --noEmit",
19
19
  "test": "ts-mocha --exit ./ts/__tests__/**/*.test.ts",
20
20
  "test:integration": "NODE_OPTIONS=--max-old-space-size=4096 ts-mocha --exit ./ts/__tests__/integration.test.ts",
21
- "test:ceremony": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/ceremonyParams.test.ts",
22
21
  "test:e2e": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e*.test.ts",
23
22
  "test:e2e-qv": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e.test.ts",
24
23
  "test:e2e-non-qv": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e.nonQv.test.ts",
25
24
  "test:e2e-full": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/e2e.full.test.ts",
26
25
  "test:keyChange": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/keyChange.test.ts",
27
- "test:unit": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/unit/*.test.ts"
26
+ "test:unit": "NODE_ENV=test ts-mocha --exit ./ts/__tests__/unit/*.test.ts",
27
+ "test:stress": "NODE_OPTIONS=--max-old-space-size=4096 NODE_ENV=test ts-mocha --exit ./ts/__tests__/stress/*.test.ts"
28
28
  },
29
29
  "devDependencies": {
30
- "@types/chai-as-promised": "^7.1.8",
30
+ "@types/chai-as-promised": "^8.0.2",
31
31
  "@types/mocha": "^10.0.10",
32
- "@types/node": "^24.0.13",
32
+ "@types/node": "^24.2.0",
33
33
  "chai": "^4.3.10",
34
- "chai-as-promised": "^7.1.2",
34
+ "chai-as-promised": "^8.0.1",
35
35
  "hardhat-artifactor": "^0.2.0",
36
36
  "hardhat-contract-sizer": "^2.0.3",
37
37
  "mocha": "^11.7.1",
38
38
  "ts-mocha": "^11.1.0",
39
- "typescript": "^5.8.3"
39
+ "typescript": "^5.9.2"
40
40
  },
41
41
  "dependencies": {
42
- "@maci-protocol/circuits": "0.0.0-ci.17c3dcd",
43
- "@maci-protocol/cli": "0.0.0-ci.17c3dcd",
44
- "@maci-protocol/core": "0.0.0-ci.17c3dcd",
45
- "@maci-protocol/crypto": "0.0.0-ci.17c3dcd",
46
- "@maci-protocol/domainobjs": "0.0.0-ci.17c3dcd",
47
- "@maci-protocol/sdk": "0.0.0-ci.17c3dcd",
48
- "@nomicfoundation/hardhat-toolbox": "^6.0.0",
42
+ "@maci-protocol/circuits": "0.0.0-ci.17f017c",
43
+ "@maci-protocol/cli": "0.0.0-ci.17f017c",
44
+ "@maci-protocol/core": "0.0.0-ci.17f017c",
45
+ "@maci-protocol/crypto": "0.0.0-ci.17f017c",
46
+ "@maci-protocol/domainobjs": "0.0.0-ci.17f017c",
47
+ "@maci-protocol/sdk": "0.0.0-ci.17f017c",
48
+ "@nomicfoundation/hardhat-toolbox": "^6.1.0",
49
49
  "@types/chai": "^4.3.11",
50
50
  "ethers": "^6.15.0",
51
51
  "hardhat": "^2.25.0"
52
52
  },
53
- "gitHead": "e089df6115c9fc040b340abb97c545c569490549"
53
+ "gitHead": "57145105579e772404e65207bad9a3beee65f418"
54
54
  }