@maci-protocol/testing 0.0.0-ci.752ce71 → 0.0.0-ci.75ef321

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 (34) hide show
  1. package/build/ts/__tests__/e2e.full.test.js +18 -24
  2. package/build/ts/__tests__/e2e.full.test.js.map +1 -1
  3. package/build/ts/__tests__/e2e.nonQv.test.js +17 -20
  4. package/build/ts/__tests__/e2e.nonQv.test.js.map +1 -1
  5. package/build/ts/__tests__/e2e.test.js +23 -33
  6. package/build/ts/__tests__/e2e.test.js.map +1 -1
  7. package/build/ts/__tests__/integration.test.js +16 -16
  8. package/build/ts/__tests__/integration.test.js.map +1 -1
  9. package/build/ts/__tests__/keyChange.test.js +13 -15
  10. package/build/ts/__tests__/keyChange.test.js.map +1 -1
  11. package/build/ts/__tests__/maciKeys.test.js +3 -3
  12. package/build/ts/__tests__/maciKeys.test.js.map +1 -1
  13. package/build/ts/__tests__/unit/joinPoll.test.js +12 -51
  14. package/build/ts/__tests__/unit/joinPoll.test.js.map +1 -1
  15. package/build/ts/__tests__/unit/poll.test.js +2 -1
  16. package/build/ts/__tests__/unit/poll.test.js.map +1 -1
  17. package/build/ts/__tests__/unit/publish.test.js +2 -1
  18. package/build/ts/__tests__/unit/publish.test.js.map +1 -1
  19. package/build/ts/__tests__/unit/setVerifyingKeys.test.d.ts +2 -0
  20. package/build/ts/__tests__/unit/setVerifyingKeys.test.d.ts.map +1 -0
  21. package/build/ts/__tests__/unit/setVerifyingKeys.test.js +52 -0
  22. package/build/ts/__tests__/unit/setVerifyingKeys.test.js.map +1 -0
  23. package/build/ts/constants.d.ts +37 -37
  24. package/build/ts/constants.d.ts.map +1 -1
  25. package/build/ts/constants.js +66 -53
  26. package/build/ts/constants.js.map +1 -1
  27. package/build/ts/testingClass.d.ts +7 -7
  28. package/build/ts/testingClass.d.ts.map +1 -1
  29. package/build/ts/testingClass.js +14 -12
  30. package/build/ts/testingClass.js.map +1 -1
  31. package/build/ts/types.d.ts +7 -7
  32. package/build/ts/types.d.ts.map +1 -1
  33. package/build/tsconfig.tsbuildinfo +1 -1
  34. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/testing",
3
- "version": "0.0.0-ci.752ce71",
3
+ "version": "0.0.0-ci.75ef321",
4
4
  "private": false,
5
5
  "description": "A package with testing utilities for MACI",
6
6
  "main": "build/ts/index.js",
@@ -29,26 +29,26 @@
29
29
  "devDependencies": {
30
30
  "@types/chai-as-promised": "^7.1.8",
31
31
  "@types/mocha": "^10.0.10",
32
- "@types/node": "^22.15.17",
32
+ "@types/node": "^24.0.13",
33
33
  "chai": "^4.3.10",
34
34
  "chai-as-promised": "^7.1.2",
35
35
  "hardhat-artifactor": "^0.2.0",
36
36
  "hardhat-contract-sizer": "^2.0.3",
37
- "mocha": "^11.2.2",
37
+ "mocha": "^11.7.1",
38
38
  "ts-mocha": "^11.1.0",
39
39
  "typescript": "^5.8.3"
40
40
  },
41
41
  "dependencies": {
42
- "@maci-protocol/circuits": "0.0.0-ci.752ce71",
43
- "@maci-protocol/cli": "0.0.0-ci.752ce71",
44
- "@maci-protocol/core": "0.0.0-ci.752ce71",
45
- "@maci-protocol/crypto": "0.0.0-ci.752ce71",
46
- "@maci-protocol/domainobjs": "0.0.0-ci.752ce71",
47
- "@maci-protocol/sdk": "0.0.0-ci.752ce71",
48
- "@nomicfoundation/hardhat-toolbox": "^5.0.0",
42
+ "@maci-protocol/circuits": "0.0.0-ci.75ef321",
43
+ "@maci-protocol/cli": "0.0.0-ci.75ef321",
44
+ "@maci-protocol/core": "0.0.0-ci.75ef321",
45
+ "@maci-protocol/crypto": "0.0.0-ci.75ef321",
46
+ "@maci-protocol/domainobjs": "0.0.0-ci.75ef321",
47
+ "@maci-protocol/sdk": "0.0.0-ci.75ef321",
48
+ "@nomicfoundation/hardhat-toolbox": "^6.0.0",
49
49
  "@types/chai": "^4.3.11",
50
- "ethers": "^6.14.0",
51
- "hardhat": "^2.24.0"
50
+ "ethers": "^6.15.0",
51
+ "hardhat": "^2.25.0"
52
52
  },
53
- "gitHead": "8d7c521fdeec695705232ec083e6cd70d34c7e84"
53
+ "gitHead": "bf5073ee655484a0df3ea49675976a0f2788faeb"
54
54
  }