Skip to content

Commit

Permalink
update soroban-client dep to 0.2.1 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy authored and piyalbasu committed Dec 19, 2022
1 parent 46256ae commit 1162774
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"sass": "^1.22.10",
"sass-loader": "8.0.0",
"simplebar-react": "^2.3.6",
"soroban-client": "^0.1.2",
"soroban-client": "^0.2.1",
"stellar-hd-wallet": "^0.0.10",
"stellar-identicon-js": "^1.0.0",
"stellar-sdk": "^10.1.0",
Expand All @@ -81,4 +81,4 @@
"webextension-polyfill-ts": "^0.19.0",
"yup": "^0.29.1"
}
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11185,7 +11185,7 @@ [email protected], lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.7.0:
lodash@4.17.21, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.7.0:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down Expand Up @@ -15178,19 +15178,19 @@ sodium-native@^3.3.0:
dependencies:
node-gyp-build "^4.3.0"

soroban-client@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/soroban-client/-/soroban-client-0.1.2.tgz#dfe8b51b489978d945f0be4808d6bac32d30d48b"
integrity sha512-WpCzHiLtzpBvYbONhGWtQ/DclTwYFgk4WOnq00Jq2vlea7BlrpTixHboyImOC/mobBt99l0nn/yn01s5DjXBeQ==
soroban-client@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/soroban-client/-/soroban-client-0.2.1.tgz#c90686a623e53f0bd7fd965e27d2f476f210d891"
integrity sha512-80vNTY6gkkyfTvCHAJTPPnkl+nDH6hjtFrIIdw0QB3PeVz9P8w/UaOSzxj+Zf8yPSYSHiVegXe7px+D+pXHRfw==
dependencies:
"@types/eventsource" "^1.1.2"
"@types/node" ">= 8"
"@types/randombytes" "^2.0.0"
"@types/urijs" "^1.19.6"
axios "0.25.0"
es6-promise "^4.2.4"
lodash "^4.17.21"
stellar-base "8.0.1-soroban.3"
lodash "4.17.21"
stellar-base "8.0.1-soroban.6"
urijs "^1.19.1"

[email protected]:
Expand Down Expand Up @@ -15401,10 +15401,10 @@ std-env@^2.2.1:
dependencies:
ci-info "^1.6.0"

[email protected].3:
version "8.0.1-soroban.3"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-8.0.1-soroban.3.tgz#f55a3f5cac14c344036670d74e3fbdfb944e382f"
integrity sha512-k3Gwt4f8qiBnBrcUNsfe1tSAhL0jWnqGhoMXG5QMAv0O11Hghmw4y2iRWbaOFdtHij4SGsVnG3IfzTKVDdsNiQ==
[email protected].6:
version "8.0.1-soroban.6"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-8.0.1-soroban.6.tgz#cf5c07224c2fda7df12f659cc2ae5890dbe1590d"
integrity sha512-LQhre31jzZBNXTaiUfkLlEcC2g2TQOrKJEsY1rbsUv9urlvUsTTIGRmvaw2TH8406FOJZolBtizN/VnZqLqnvg==
dependencies:
base32.js "^0.1.0"
bignumber.js "^4.0.0"
Expand Down

0 comments on commit 1162774

Please sign in to comment.