Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88be537

Browse files
committed
update zkemail verion
1 parent 40d417a commit 88be537

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@proof-of-twitter/circuits": "workspace:^",
66
"@proof-of-twitter/contracts": "workspace:^",
77
"@rainbow-me/rainbowkit": "^1.3.3",
8-
"@zk-email/helpers": "4.0.0-alpha",
8+
"@zk-email/helpers": "4.0.0",
99
"lodash": "^4.17.21",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",

packages/circuits/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"test": "NODE_OPTIONS=--max_old_space_size=16384 jest"
99
},
1010
"dependencies": {
11-
"@zk-email/circuits": "4.0.0-alpha",
12-
"@zk-email/helpers": "4.0.0-alpha",
11+
"@zk-email/circuits": "4.0.0",
12+
"@zk-email/helpers": "4.0.0",
1313
"@zk-email/zk-regex-circom": "^1.1.1",
1414
"commander": "^11.1.0",
1515
"snarkjs": "git+https://github.com/vb7401/snarkjs.git#24981febe8826b6ab76ae4d76cf7f9142919d2b8"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,8 +2965,8 @@ __metadata:
29652965
"@babel/preset-env": ^7.23.3
29662966
"@babel/preset-typescript": ^7.23.3
29672967
"@types/pako": ^2.0.3
2968-
"@zk-email/circuits": 4.0.0-alpha
2969-
"@zk-email/helpers": 4.0.0-alpha
2968+
"@zk-email/circuits": 4.0.0
2969+
"@zk-email/helpers": 4.0.0
29702970
"@zk-email/zk-regex-circom": ^1.1.1
29712971
babel-preset-jest: ^29.6.3
29722972
chai: ^4.3.7
@@ -4475,13 +4475,13 @@ __metadata:
44754475
languageName: node
44764476
linkType: hard
44774477

4478-
"@zk-email/circuits@npm:4.0.0-alpha":
4479-
version: 4.0.0-alpha
4480-
resolution: "@zk-email/circuits@npm:4.0.0-alpha"
4478+
"@zk-email/circuits@npm:4.0.0":
4479+
version: 4.0.0
4480+
resolution: "@zk-email/circuits@npm:4.0.0"
44814481
dependencies:
44824482
"@zk-email/zk-regex-circom": ^1.1.1
44834483
circomlib: ^2.0.5
4484-
checksum: 38dbb0d446f3eadafdd2accbdccacd61faf6dc4deff097c7444d6f78deb6d90c6479fd12956c88e8d49bcb6f1e4efc009475e096d84a304d25066051e503fa42
4484+
checksum: 93c96e518a83a06921b853e7d85bf58f4ce247c2828a2aaedb49b77de1784fe9b78016ebf4a1118c4687dd199af30cb6dc4a3abae5a2df41e087d6f05bd6808d
44854485
languageName: node
44864486
linkType: hard
44874487

@@ -4508,9 +4508,9 @@ __metadata:
45084508
languageName: unknown
45094509
linkType: soft
45104510

4511-
"@zk-email/helpers@npm:4.0.0-alpha":
4512-
version: 4.0.0-alpha
4513-
resolution: "@zk-email/helpers@npm:4.0.0-alpha"
4511+
"@zk-email/helpers@npm:4.0.0":
4512+
version: 4.0.0
4513+
resolution: "@zk-email/helpers@npm:4.0.0"
45144514
dependencies:
45154515
addressparser: ^1.0.1
45164516
atob: ^2.1.2
@@ -4522,7 +4522,7 @@ __metadata:
45224522
pki: ^1.1.0
45234523
psl: ^1.9.0
45244524
snarkjs: "https://github.com/sampritipanda/snarkjs.git#fef81fc51d17a734637555c6edbd585ecda02d9e"
4525-
checksum: c6e2b8184e2dbfeed90da4f7052fe731077fad79c51513668080b248f518bc0d86824d809f9112a747c3a3edcb34406b4d2c985fb50d2b141007173bde987195
4525+
checksum: a93120ed40f72eff81d563627e354dfe8cd49fecb102027d54a7e9ae75ea5cc3b7c66186a57cafd9e60e6a53ec160ddbc1e156f6031e01da4670c6319fb2b78e
45264526
languageName: node
45274527
linkType: hard
45284528

@@ -4545,7 +4545,7 @@ __metadata:
45454545
"@types/node-forge": ^1.3.11
45464546
"@types/styled-components": ^5.1.34
45474547
"@vitejs/plugin-react": ^4.2.1
4548-
"@zk-email/helpers": 4.0.0-alpha
4548+
"@zk-email/helpers": 4.0.0
45494549
crypto-browserify: ^3.12.0
45504550
jest: ^29.7.0
45514551
jest-environment-jsdom: ^29.7.0

0 commit comments

Comments
 (0)