Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 27, 2023
1 parent 98980f1 commit e32642e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"author": "hide-on-bush",
"dependencies": {
"@babel/preset-typescript": "^7.21.0",
"@masa-finance/masa-sdk": "^1.11.1",
"@masa-finance/masa-sdk": "^1.11.3",
"@metamask/providers": "^10.2.1",
"babel-loader": "^9.1.2",
"babel-plugin-import": "^1.13.6",
Expand Down
20 changes: 5 additions & 15 deletions yarn.lock
Expand Up @@ -2015,18 +2015,18 @@
dependencies:
ethers "~5.7.2"

"@masa-finance/masa-sdk@^1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-sdk/-/masa-sdk-1.11.1.tgz#92a7b1d504770cdfe04b0217cbb176abfd94fb30"
integrity sha512-BmUEyzPiNfyCFKKxK/xRmrIRHRRKFDVBFToDbHq9Ppw7f9+m0VhCFcoa4XhwO2+qCfiuMIsGq6GQkoQ29ZGl3A==
"@masa-finance/masa-sdk@^1.11.3":
version "1.11.3"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-sdk/-/masa-sdk-1.11.3.tgz#79c198dcb59950a5ebd561f4dfea231bc20dabb4"
integrity sha512-e55yRp42yf1tWrUrLxr/3WECur7RBNj9w1nTwXQQHR3qgTMRlCR0A0mgHn4S4hFFSxc4gveXoqzp6Hj4O843AA==
dependencies:
"@masa-finance/masa-contracts-identity" "^1.4.0"
"@masa-finance/masa-token" "^1.0.0"
arweave "1.11.8"
axios "^1.3.2"
ethers "~5.7.2"
grapheme-splitter "^1.0.4"
typescript "^4.2.3"
typescript "^5.0.2"

"@masa-finance/masa-token@^1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -13047,11 +13047,6 @@ schema-utils@^4.0.0:
ajv-formats "^2.1.1"
ajv-keywords "^5.0.0"

screen-size-detector@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/screen-size-detector/-/screen-size-detector-1.0.4.tgz#15b2a1beed2783a8e7c78a3dc882be993b5a288c"
integrity sha512-0oDPNt4klYzcWnxe04l/lNv0BSdJWFhilwNFSpQ9Bn3y3R12MsN4dc1bZnKnjRUV1HfVF54sRCAxdbxFa5sr5w==

scrypt-js@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-3.0.1.tgz#d314a57c2aef69d1ad98a138a21fe9eafa9ee312"
Expand Down Expand Up @@ -14294,11 +14289,6 @@ typedoc@^0.23.28:
minimatch "^7.1.3"
shiki "^0.14.1"

typescript@^4.2.3:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
Expand Down

0 comments on commit e32642e

Please sign in to comment.