@maci-protocol/sdk 0.0.0-ci.e47bd6e → 0.0.0-ci.e52a091

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 (44) hide show
  1. package/build/package.json +6 -6
  2. package/build/ts/index.d.ts +1 -1
  3. package/build/ts/index.d.ts.map +1 -1
  4. package/build/ts/index.js +3 -2
  5. package/build/ts/index.js.map +1 -1
  6. package/build/ts/maciKeys/keypair.d.ts.map +1 -1
  7. package/build/ts/maciKeys/keypair.js +1 -0
  8. package/build/ts/maciKeys/keypair.js.map +1 -1
  9. package/build/ts/maciKeys/types.d.ts +5 -0
  10. package/build/ts/maciKeys/types.d.ts.map +1 -1
  11. package/build/ts/poll/poll.d.ts.map +1 -1
  12. package/build/ts/poll/poll.js +2 -2
  13. package/build/ts/poll/poll.js.map +1 -1
  14. package/build/ts/tally/index.d.ts +2 -2
  15. package/build/ts/tally/index.d.ts.map +1 -1
  16. package/build/ts/tally/index.js +2 -1
  17. package/build/ts/tally/index.js.map +1 -1
  18. package/build/ts/tally/results.d.ts +9 -3
  19. package/build/ts/tally/results.d.ts.map +1 -1
  20. package/build/ts/tally/results.js +25 -20
  21. package/build/ts/tally/results.js.map +1 -1
  22. package/build/ts/tally/types.d.ts +13 -0
  23. package/build/ts/tally/types.d.ts.map +1 -1
  24. package/build/ts/user/types.d.ts +2 -2
  25. package/build/ts/user/types.d.ts.map +1 -1
  26. package/build/ts/user/utils.d.ts +2 -2
  27. package/build/ts/user/utils.d.ts.map +1 -1
  28. package/build/ts/user/utils.js +9 -4
  29. package/build/ts/user/utils.js.map +1 -1
  30. package/build/ts/utils/index.d.ts +1 -1
  31. package/build/ts/utils/index.d.ts.map +1 -1
  32. package/build/ts/utils/index.js +2 -1
  33. package/build/ts/utils/index.js.map +1 -1
  34. package/build/ts/utils/utils.d.ts +5 -0
  35. package/build/ts/utils/utils.d.ts.map +1 -1
  36. package/build/ts/utils/utils.js +13 -1
  37. package/build/ts/utils/utils.js.map +1 -1
  38. package/build/ts/vote/index.d.ts +1 -0
  39. package/build/ts/vote/index.d.ts.map +1 -1
  40. package/build/ts/vote/index.js +3 -1
  41. package/build/ts/vote/index.js.map +1 -1
  42. package/build/ts/vote/invalidate.js +1 -1
  43. package/build/tsconfig.build.tsbuildinfo +1 -1
  44. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maci-protocol/sdk",
3
- "version": "0.0.0-ci.e47bd6e",
3
+ "version": "0.0.0-ci.e52a091",
4
4
  "private": false,
5
5
  "description": "MACI's SDK",
6
6
  "main": "build/ts/index.js",
@@ -43,24 +43,24 @@
43
43
  "docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
44
44
  },
45
45
  "dependencies": {
46
- "@maci-protocol/contracts": "0.0.0-ci.e47bd6e",
47
- "@maci-protocol/core": "0.0.0-ci.e47bd6e",
48
- "@maci-protocol/crypto": "0.0.0-ci.e47bd6e",
49
- "@maci-protocol/domainobjs": "0.0.0-ci.e47bd6e",
46
+ "@maci-protocol/contracts": "0.0.0-ci.e52a091",
47
+ "@maci-protocol/core": "0.0.0-ci.e52a091",
48
+ "@maci-protocol/crypto": "0.0.0-ci.e52a091",
49
+ "@maci-protocol/domainobjs": "0.0.0-ci.e52a091",
50
50
  "@zk-kit/lean-imt": "^2.2.3",
51
- "ethers": "^6.14.0",
51
+ "ethers": "^6.15.0",
52
52
  "multiformats": "9.9.0",
53
53
  "snarkjs": "^0.7.5"
54
54
  },
55
55
  "devDependencies": {
56
- "@types/jest": "^29.5.2",
57
- "@types/node": "^22.15.17",
56
+ "@types/jest": "^30.0.0",
57
+ "@types/node": "^24.0.13",
58
58
  "@types/snarkjs": "^0.7.9",
59
- "jest": "^29.5.0",
60
- "mocha": "^11.4.0",
59
+ "jest": "^30.0.4",
60
+ "mocha": "^11.7.1",
61
61
  "nyc": "^17.1.0",
62
- "ts-jest": "^29.3.2",
62
+ "ts-jest": "^29.4.0",
63
63
  "typescript": "^5.8.3"
64
64
  },
65
- "gitHead": "ab0596bfb003dfc3c42179080b8b6a1b938ad34a"
65
+ "gitHead": "e31ea0636dffe40a13b7c7e4c8222b2987643e4f"
66
66
  }