Skip to content

Commit

Permalink
Update sdk version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Dec 20, 2024
1 parent d3d2026 commit 0045c7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provablehq/sdk",
"version": "0.7.2",
"version": "0.7.4",
"description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
"collaborators": [
"The Provable Team"
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/ProvableHQ/sdk#readme",
"dependencies": {
"@provablehq/wasm": "^0.7.0",
"@provablehq/wasm": "^0.7.2",
"comlink": "^4.4.1",
"mime": "^3.0.0",
"sync-request": "^6.1.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,11 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@provablehq/wasm@^0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@provablehq/wasm/-/wasm-0.7.2.tgz#3beb59583078ec40175ee76454760e8468912e2b"
integrity sha512-RARdSoyml70goROIJx7wI/1+TEiHz9q44aeUO5WxVeCBwjkkGDgFJWVSWFzlnehvKTB5yFa/vo7pgXvU45zzqA==

"@rc-component/async-validator@^5.0.3":
version "5.0.4"
resolved "https://registry.yarnpkg.com/@rc-component/async-validator/-/async-validator-5.0.4.tgz#5291ad92f00a14b6766fc81735c234277f83e948"
Expand Down

0 comments on commit 0045c7b

Please sign in to comment.