Skip to content

Commit

Permalink
update: sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Nov 7, 2024
1 parent 148561f commit 29b3c4f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tanstack/react-query": "^5.51.15",
"@zk-email/circuits": "6.1.1",
"@zk-email/helpers": "6.1.1",
"@zk-email/zk-email-sdk": "^1.0.5",
"@zk-email/zk-email-sdk": "^1.0.6",
"@zk-email/relayer-utils": "^0.4.2",
"archiver": "^7.0.1",
"class-variance-authority": "^0.7.0",
Expand Down
17 changes: 12 additions & 5 deletions packages/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2536,10 +2536,10 @@
resolved "https://registry.yarnpkg.com/@zk-email/relayer-utils/-/relayer-utils-0.4.2.tgz#8e13277c1c14ac7c17a0df60803eb8ab5a3d0091"
integrity sha512-IqJOQ75xou1H6LpTEekYMkSFtBKW2KNtCkbGVKg/vps3w3xso/qSzT8myHYKw7nm69bPRRMPVkhtFyyd33DDhQ==

"@zk-email/zk-email-sdk@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@zk-email/zk-email-sdk/-/zk-email-sdk-1.0.5.tgz#2ae9724653c652b87d0d9b62fcf12dc0a15ac545"
integrity sha512-4920Au1F5PC//tnbXMoFDNwxGuHPpHyhJeZDwnlrHzYy+5U/AVqdRrZZNgNvkeAeXKKel0yRehkzIVDjGYE9XQ==
"@zk-email/zk-email-sdk@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@zk-email/zk-email-sdk/-/zk-email-sdk-1.0.6.tgz#8bbe42857457f3e931969271f56167448ff1681c"
integrity sha512-e/ySWOOh/cQBjF1lhqix6meZIRV4BycdQ7uwp5+RpS0XnvnOou5ERgC/09zaWFXsKfGWNBmc06C4fImiFyn5Yg==
dependencies:
"@react-oauth/google" "^0.12.1"
js-base64 "^3.7.7"
Expand Down Expand Up @@ -7136,7 +7136,14 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down

0 comments on commit 29b3c4f

Please sign in to comment.