Skip to content

Commit

Permalink
Merge pull request #53 from blocto/feat/blocto-sdk-0.5.0
Browse files Browse the repository at this point in the history
feat: update blocto sdk to 0.5.0
  • Loading branch information
mordochi authored Jul 10, 2023
2 parents a0308eb + e1fefac commit abc0bb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@blocto/fcl": "^1.0.0-alpha.1",
"@blocto/sdk": "^0.5.0-beta.14",
"@blocto/sdk": "^0.5.0",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1301,10 +1301,10 @@
"@onflow/util-template" "^1.0.1"
"@onflow/util-uid" "^1.0.1"

"@blocto/sdk@^0.5.0-beta.14":
version "0.5.0-beta.14"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.5.0-beta.14.tgz#ad41df9d1a37ed893a915ddeefd6534a271b7490"
integrity sha512-AFKQQ+X+ZD/ATgOmtrLddVyi7CgQEHN+Mb6fgqf0RzeFtShQLwo42KxDYr7sZtuebyKNszqa5s/2XChvF+wpMQ==
"@blocto/sdk@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.5.0.tgz#05c32f977a81dcd1f89a98692a4a85bf17176132"
integrity sha512-brAVBey2bGf6fA8U7A9SHTU0mjbe4BrVeBgOfCmjPr5DQWaIG9G8fqsam3Fdviv6U9bKOpt1b8za2fOkQYYHzA==
dependencies:
bs58 "^5.0.0"
buffer "^6.0.3"
Expand Down

0 comments on commit abc0bb2

Please sign in to comment.