Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
v4.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Feb 15, 2019
1 parent a3bcf5c commit 2d33d1e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.39.0",
"version": "4.40.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/hw-app-ada/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-ada",
"version": "4.39.0",
"version": "4.40.0",
"description": "Ledger Hardware Wallet Cardano ADA API",
"main": "lib/Ada.js",
"repository": "git+ssh://[email protected]/LedgerHQ/ledgerjs.git",
Expand All @@ -21,7 +21,7 @@
"node-int64": "^0.4.0"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.39.0",
"@ledgerhq/hw-transport-node-hid": "^4.40.0",
"chai": "^4.2.0",
"chalk": "^2.3.1",
"flow-bin": "^0.92.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-hid-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-hid-cli",
"version": "4.39.0",
"version": "4.40.0",
"description": "Ledger Hardware Wallet cli utility to send apdu to hid",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.39.0",
"@ledgerhq/hw-transport-node-hid": "^4.40.0",
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-http-proxy-devserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-http-proxy-devserver",
"version": "4.39.0",
"version": "4.40.0",
"description": "Ledger Hardware Wallet debug communication layer http proxy (for development only)",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.39.0",
"@ledgerhq/hw-transport-node-hid": "^4.40.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-hid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-node-hid",
"version": "4.39.0",
"version": "4.40.0",
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid",
"keywords": [
"Ledger",
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"private": true,
"name": "@ledgerhq/test",
"version": "4.39.0",
"version": "4.40.0",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-app-ada": "^4.39.0",
"@ledgerhq/hw-app-ada": "^4.40.0",
"@ledgerhq/hw-app-btc": "^4.39.0",
"@ledgerhq/hw-app-eth": "^4.39.0",
"@ledgerhq/hw-app-str": "^4.39.0",
"@ledgerhq/hw-app-xrp": "^4.39.0",
"@ledgerhq/hw-transport-mocker": "^4.39.0",
"@ledgerhq/hw-transport-node-hid": "^4.39.0",
"@ledgerhq/hw-transport-node-hid": "^4.40.0",
"@ledgerhq/hw-transport-webusb": "^4.39.0",
"budo": "^11.4.1"
},
Expand Down

0 comments on commit 2d33d1e

Please sign in to comment.