Skip to content

Commit

Permalink
chore: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jan 23, 2024
1 parent 325fd21 commit f010f34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"doc": "ts-node ./src/doc.ts"
},
"dependencies": {
"@masa-finance/masa-sdk": "^4.0.0-alpha.5",
"@masa-finance/masa-sdk": "^4.0.0-alpha.6",
"@types/clear": "^0.1.4",
"@types/figlet": "^1.5.8",
"chalk": "~4.1.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,30 +400,30 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==

"@masa-finance/masa-contracts-identity@^1.12.0-alpha.2":
"@masa-finance/masa-contracts-identity@^1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-contracts-identity/-/masa-contracts-identity-1.12.0.tgz#29e83ad6d0c91f98f0bfdae1073cd5cbe6d1b045"
integrity sha512-BUd7yuxZBuM08boBz77i7cXUlt51smcbjIOhw5dR82fYyis5LwzmokSE/5JJWdIO6M9VYgpeiAQrSWoh3LzHlA==
dependencies:
ethers "~5.7.2"

"@masa-finance/masa-sdk@^4.0.0-alpha.5":
version "4.0.0-alpha.5"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-sdk/-/masa-sdk-4.0.0-alpha.5.tgz#3b223b708a1114817b564e98f567a039556f4bf0"
integrity sha512-NHlKxt6eVeXcDwAh8+zJP/2JlP1kn8sM+Spc6TzFgJHZqNcptD8v/8TBCSogP5J0DZN7FzczrW29VPFijqYFDQ==
"@masa-finance/masa-sdk@^4.0.0-alpha.6":
version "4.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-sdk/-/masa-sdk-4.0.0-alpha.6.tgz#e985a460c90498ea2f294a501d01e576abd56de7"
integrity sha512-t41Rqv4abX+dVf9C7mfxwkK523hoiyiKfoEC7Swrbqmbppt7U6L8hLalpF3WMcAfINj6YYieK6vw4Yn/3JY1Ig==
dependencies:
"@ethersproject/abi" "^5.7.0"
"@ethersproject/abstract-provider" "^5.7.0"
"@ethersproject/abstract-signer" "^5.7.0"
"@ethersproject/bignumber" "^5.7.0"
"@ethersproject/providers" "^5.7.2"
"@masa-finance/masa-contracts-identity" "^1.12.0-alpha.2"
"@masa-finance/masa-contracts-identity" "^1.12.0"
"@masa-finance/masa-token" "^2.0.0"
arweave "1.11.8"
axios "^1.3.2"
axios "^1.6.5"
ethers "~5.7.2"
grapheme-splitter "^1.0.4"
typescript "^5.3.2"
typescript "^5.3.3"

"@masa-finance/masa-token@^2.0.0":
version "2.0.0"
Expand Down Expand Up @@ -695,7 +695,7 @@ axios@^0.27.2:
follow-redirects "^1.14.9"
form-data "^4.0.0"

axios@^1.3.2:
axios@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
Expand Down Expand Up @@ -1799,7 +1799,7 @@ type-fest@^0.20.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==

typescript@^5.3.2, typescript@^5.3.3:
typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
Expand Down

0 comments on commit f010f34

Please sign in to comment.