Skip to content

Commit

Permalink
Update BITBOX SDK dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Jun 19, 2019
1 parent f0ccc2b commit 4da47fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbox-cli",
"version": "2.0.4",
"version": "2.0.5",
"description": "BITBOX Command Line tools",
"author": "Gabriel Cardona <gabriel@bitcoin.com>",
"scripts": {
Expand All @@ -27,13 +27,10 @@
},
"dependencies": {
"@types/bigi": "^1.4.2",
"@types/chai": "^4.1.7",
"@types/figlet": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.6",
"@types/node": "^10.11.7",
"@types/node-emoji": "^1.8.1",
"@types/sinon": "^7.0.11",
"@types/touch": "^3.1.1",
"assert": "^1.4.1",
"axios": "0.19.0",
Expand All @@ -42,7 +39,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bigi": "^1.4.2",
"bitbox-sdk": "8.4.1",
"bitbox-sdk": "8.4.2",
"browserify": "^16.2.2",
"bs58": "^4.0.1",
"buffer": "^5.1.0",
Expand All @@ -68,6 +65,9 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/sinon": "^7.0.11",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"eslint": "^5.5.0",
Expand Down
9 changes: 3 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1358,17 +1358,14 @@ bip66@^1.1.0, bip66@^1.1.5:
dependencies:
safe-buffer "^5.0.1"

bitbox-sdk@8.4.1:
version "8.4.1"
resolved "https://registry.yarnpkg.com/bitbox-sdk/-/bitbox-sdk-8.4.1.tgz#3b38df9b84d24095379bf19a156eefa6b8b62e67"
bitbox-sdk@8.4.2:
version "8.4.2"
resolved "https://registry.yarnpkg.com/bitbox-sdk/-/bitbox-sdk-8.4.2.tgz#0d9ebc77f92b7884faae8a1a9ebbabf48315c877"
dependencies:
"@types/bigi" "^1.4.2"
"@types/bip39" "^2.4.2"
"@types/chai" "^4.1.7"
"@types/mocha" "^5.2.6"
"@types/node" "^10.11.7"
"@types/randombytes" "^2.0.0"
"@types/sinon" "^7.0.11"
"@types/wif" "^2.0.1"
assert "^1.4.1"
axios "0.19.0"
Expand Down

0 comments on commit 4da47fc

Please sign in to comment.