@maci-protocol/testing 0.0.0-ci.628d1b1 → 0.0.0-ci.64d88c9

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 (40) hide show
  1. package/LICENSE +1 -2
  2. package/build/ts/__tests__/e2e.nonQv.test.js +24 -24
  3. package/build/ts/__tests__/e2e.nonQv.test.js.map +1 -1
  4. package/build/ts/__tests__/e2e.test.js +217 -217
  5. package/build/ts/__tests__/e2e.test.js.map +1 -1
  6. package/build/ts/__tests__/integration.test.js +41 -38
  7. package/build/ts/__tests__/integration.test.js.map +1 -1
  8. package/build/ts/__tests__/keyChange.test.js +55 -55
  9. package/build/ts/__tests__/keyChange.test.js.map +1 -1
  10. package/build/ts/__tests__/maciKeys.test.js +34 -34
  11. package/build/ts/__tests__/maciKeys.test.js.map +1 -1
  12. package/build/ts/__tests__/unit/joinPoll.test.js +89 -14
  13. package/build/ts/__tests__/unit/joinPoll.test.js.map +1 -1
  14. package/build/ts/__tests__/unit/poll.test.js +5 -5
  15. package/build/ts/__tests__/unit/poll.test.js.map +1 -1
  16. package/build/ts/__tests__/unit/publish.test.js +8 -8
  17. package/build/ts/__tests__/unit/publish.test.js.map +1 -1
  18. package/build/ts/__tests__/unit/signup.test.js +8 -8
  19. package/build/ts/__tests__/unit/signup.test.js.map +1 -1
  20. package/build/ts/__tests__/unit/utils.test.js +12 -12
  21. package/build/ts/__tests__/unit/utils.test.js.map +1 -1
  22. package/build/ts/constants.d.ts +9 -6
  23. package/build/ts/constants.d.ts.map +1 -1
  24. package/build/ts/constants.js +37 -17
  25. package/build/ts/constants.js.map +1 -1
  26. package/build/ts/testingClass.d.ts.map +1 -1
  27. package/build/ts/testingClass.js +16 -14
  28. package/build/ts/testingClass.js.map +1 -1
  29. package/build/ts/types.d.ts +4 -4
  30. package/build/ts/types.d.ts.map +1 -1
  31. package/build/ts/user.d.ts +2 -2
  32. package/build/ts/user.d.ts.map +1 -1
  33. package/build/ts/user.js +1 -1
  34. package/build/ts/user.js.map +1 -1
  35. package/build/ts/utils.d.ts +2 -2
  36. package/build/ts/utils.d.ts.map +1 -1
  37. package/build/ts/utils.js +4 -4
  38. package/build/ts/utils.js.map +1 -1
  39. package/build/tsconfig.tsbuildinfo +1 -1
  40. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/testing",
3
- "version": "0.0.0-ci.628d1b1",
3
+ "version": "0.0.0-ci.64d88c9",
4
4
  "private": false,
5
5
  "description": "A package with testing utilities for MACI",
6
6
  "main": "build/ts/index.js",
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@types/chai-as-promised": "^7.1.8",
30
30
  "@types/mocha": "^10.0.10",
31
- "@types/node": "^22.14.0",
31
+ "@types/node": "^22.15.8",
32
32
  "chai": "^4.3.10",
33
33
  "chai-as-promised": "^7.1.2",
34
34
  "hardhat-artifactor": "^0.2.0",
@@ -38,16 +38,16 @@
38
38
  "typescript": "^5.8.3"
39
39
  },
40
40
  "dependencies": {
41
- "@maci-protocol/circuits": "0.0.0-ci.628d1b1",
42
- "@maci-protocol/cli": "0.0.0-ci.628d1b1",
43
- "@maci-protocol/core": "0.0.0-ci.628d1b1",
44
- "@maci-protocol/crypto": "0.0.0-ci.628d1b1",
45
- "@maci-protocol/domainobjs": "0.0.0-ci.628d1b1",
46
- "@maci-protocol/sdk": "0.0.0-ci.628d1b1",
41
+ "@maci-protocol/circuits": "0.0.0-ci.64d88c9",
42
+ "@maci-protocol/cli": "0.0.0-ci.64d88c9",
43
+ "@maci-protocol/core": "0.0.0-ci.64d88c9",
44
+ "@maci-protocol/crypto": "0.0.0-ci.64d88c9",
45
+ "@maci-protocol/domainobjs": "0.0.0-ci.64d88c9",
46
+ "@maci-protocol/sdk": "0.0.0-ci.64d88c9",
47
47
  "@nomicfoundation/hardhat-toolbox": "^5.0.0",
48
48
  "@types/chai": "^4.3.11",
49
- "ethers": "^6.13.5",
50
- "hardhat": "^2.22.19"
49
+ "ethers": "^6.13.7",
50
+ "hardhat": "^2.23.0"
51
51
  },
52
- "gitHead": "181c113f853981beec0c27d6776c1c2d5606c3d0"
52
+ "gitHead": "e046e4ff3074b487b31942d739590cedf299322c"
53
53
  }