Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Jul 31, 2018
1 parent 1e629f0 commit 43461c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-sdk",
"version": "0.9.2",
"version": "0.10.0",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"event-source-polyfill": "0.0.12",
"eventsource": "^1.0.5",
"lodash": "^4.17.10",
"stellar-base": "^0.7.6",
"stellar-base": "^0.8.0",
"toml": "^2.3.0",
"urijs": "1.19.1"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ coveralls@^2.11.2, coveralls@^2.11.4:
minimist "1.2.0"
request "2.79.0"

crc@^3.3.0, crc@^3.4.4:
crc@^3.4.4, crc@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/crc/-/crc-3.5.0.tgz#98b8ba7d489665ba3979f59b21381374101a1964"

Expand Down Expand Up @@ -5009,13 +5009,13 @@ statuses@~1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087"

stellar-base@^0.7.6:
version "0.7.8"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-0.7.8.tgz#8bda188cf59eed4149bedf65b655711b88ce69fc"
stellar-base@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-0.8.0.tgz#98ca471c588ec44200ec113632d35729477b3f8c"
dependencies:
base32.js "~0.1.0"
bignumber.js "^4.0.0"
crc "^3.3.0"
crc "3.5.0"
js-xdr "^1.0.0"
lodash "^4.17.10"
sha.js "^2.3.6"
Expand Down

0 comments on commit 43461c2

Please sign in to comment.