Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
chore(dep): latest bitcoin-exchange-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed May 31, 2017
1 parent d49177a commit 15918ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-client",
"version": "3.32.2",
"version": "3.32.3",
"description": "Blockchain.info JavaScript Wallet",
"homepage": "https://github.com/blockchain/my-wallet-v3",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,8 @@
"dependencies": {
"bigi": "1.4.*",
"bip39": "2.1.*",
"bitcoin-coinify-client": "^0.6.2",
"bitcoin-coinify-client": "^0.6.3",
"bitcoin-exchange-client": "^0.4.3",
"bitcoin-sfox-client": "^0.1.11",
"bitcoinjs-lib": "2.1.*",
"bs58": "2.0.*",
Expand Down
24 changes: 11 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ bip66@^1.1.0:
dependencies:
safe-buffer "^5.0.1"

bitcoin-coinify-client@^0.6.2:
bitcoin-coinify-client@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/bitcoin-coinify-client/-/bitcoin-coinify-client-0.6.3.tgz#9ac4b7f94ab0460240e26d69c45b628bcc070de8"
dependencies:
Expand All @@ -772,6 +772,12 @@ [email protected].*:
dependencies:
isomorphic-fetch "^2.2.0"

bitcoin-exchange-client@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/bitcoin-exchange-client/-/bitcoin-exchange-client-0.4.3.tgz#f2d2121a36eb9d1d18a504c1397987bfa39d7ddb"
dependencies:
isomorphic-fetch "^2.2.0"

bitcoin-exchange-client@~0.4.0:
version "0.4.2"
resolved "https://registry.yarnpkg.com/bitcoin-exchange-client/-/bitcoin-exchange-client-0.4.2.tgz#b9de81025ed180197c3f41f3e039336a29a4dbbe"
Expand Down Expand Up @@ -1306,15 +1312,7 @@ [email protected]:
readable-stream "~2.0.0"
typedarray "~0.0.5"

concat-stream@^1.4.6, concat-stream@^1.4.7:
version "1.6.0"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7"
dependencies:
inherits "^2.0.3"
readable-stream "^2.2.2"
typedarray "^0.0.6"

concat-stream@~1.5.0, concat-stream@~1.5.1:
concat-stream@^1.4.6, concat-stream@^1.4.7, concat-stream@~1.5.0, concat-stream@~1.5.1:
version "1.5.2"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.5.2.tgz#708978624d856af41a5a741defdd261da752c266"
dependencies:
Expand Down Expand Up @@ -2707,7 +2705,7 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"

inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
inherits@2, [email protected], inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"

Expand Down Expand Up @@ -4044,7 +4042,7 @@ read-pkg@^1.0.0:
normalize-package-data "^2.3.2"
path-type "^1.0.0"

readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.6:
readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.6:
version "2.2.9"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.9.tgz#cf78ec6f4a6d1eb43d26488cac97f042e74b7fc8"
dependencies:
Expand Down Expand Up @@ -4914,7 +4912,7 @@ type-is@~1.6.15:
media-typer "0.3.0"
mime-types "~2.1.15"

typedarray@^0.0.6, typedarray@~0.0.5:
typedarray@~0.0.5:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

Expand Down

0 comments on commit 15918ba

Please sign in to comment.