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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed May 12, 2019
1 parent aaa6f91 commit ae2e7fa
Show file tree
Hide file tree
Showing 30 changed files with 593 additions and 1,565 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"babel-preset-stage-0": "^6.24.1",
"browserify": "^16.2.3",
"create-hash": "^1.1.3",
"documentation": "^9.3.0",
"eslint": "^5.15.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.94.0",
"flow-copy-source": "^2.0.3",
"flow-mono-cli": "^1.4.3",
"documentation": "^11.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-flowtype": "^3.8.2",
"eslint-plugin-react": "^7.13.0",
"flow-bin": "^0.98.1",
"flow-copy-source": "^2.0.4",
"flow-mono-cli": "^1.5.0",
"flow-typed": "^2.5.1",
"lerna": "3.13.1",
"prettier": "^1.16.4",
"uglify-js": "^3.4.9"
"lerna": "3.13.4",
"prettier": "^1.17.0",
"uglify-js": "^3.5.12"
}
}
2 changes: 1 addition & 1 deletion packages/devices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
24 changes: 12 additions & 12 deletions packages/hw-app-btc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const btc = new Btc(transport)
##### Parameters

- `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a BIP 32 path
- `opts` **([boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | {verify: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, format: [AddressFormat](#addressformat)?})**
- `opts` **([boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | {verify: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, format: [AddressFormat](#addressformat)?})?**
- `options` an object with optional these fields:- verify (boolean) will ask user to confirm the address on the device

- format ("legacy" | "p2sh" | "bech32") to use different bitcoin address formatter.NB The normal usage is to use:- legacy format with 44' paths
Expand Down Expand Up @@ -123,17 +123,17 @@ To sign a transaction involving standard (P2PKH) inputs, call createPaymentTrans
- redeem script is the optional redeem script to use when consuming a Segregated Witness input
- sequence is the sequence number to use for this input (when using RBF), or non present
- `associatedKeysets` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** is an array of BIP 32 paths pointing to the path to the private key used for each UTXO
- `changePath` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** is an optional BIP 32 path pointing to the path to the public key used to compute the change address
- `changePath` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** is an optional BIP 32 path pointing to the path to the public key used to compute the change address
- `outputScriptHex` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** is the hexadecimal serialized outputs of the transaction to sign
- `lockTime` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the optional lockTime of the transaction to sign, or default (0)
- `sigHashType` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the hash type of the transaction to sign, or default (all)
- `segwit` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** is an optional boolean indicating wether to use segwit or not
- `initialTimestamp` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is an optional timestamp of the function call to use for coins that necessitate timestamps only, (not the one that the tx will include)
- `lockTime` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the optional lockTime of the transaction to sign, or default (0) (optional, default `DEFAULT_LOCKTIME`)
- `sigHashType` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the hash type of the transaction to sign, or default (all) (optional, default `SIGHASH_ALL`)
- `segwit` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** is an optional boolean indicating wether to use segwit or not (optional, default `false`)
- `initialTimestamp` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?** is an optional timestamp of the function call to use for coins that necessitate timestamps only, (not the one that the tx will include)
- `additionals` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** list of additionnal options- "abc" for bch
- "gold" for btg
- "bipxxx" for using BIPxxx
- "sapling" to indicate a zec transaction is supporting sapling (to be set over block 419200)
- `expiryHeight` **[Buffer](https://nodejs.org/api/buffer.html)** is an optional Buffer for zec overwinter / sapling Txs
- "sapling" to indicate a zec transaction is supporting sapling (to be set over block 419200) (optional, default `[]`)
- `expiryHeight` **[Buffer](https://nodejs.org/api/buffer.html)?** is an optional Buffer for zec overwinter / sapling Txs

##### Examples

Expand All @@ -160,8 +160,8 @@ To obtain the signature of multisignature (P2SH) inputs, call signP2SHTransactio
- sequence is the sequence number to use for this input (when using RBF), or non present
- `associatedKeysets` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** is an array of BIP 32 paths pointing to the path to the private key used for each UTXO
- `outputScriptHex` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** is the hexadecimal serialized outputs of the transaction to sign
- `lockTime` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the optional lockTime of the transaction to sign, or default (0)
- `sigHashType` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the hash type of the transaction to sign, or default (all)
- `lockTime` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the optional lockTime of the transaction to sign, or default (0) (optional, default `DEFAULT_LOCKTIME`)
- `sigHashType` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** is the hash type of the transaction to sign, or default (all) (optional, default `SIGHASH_ALL`)
- `segwit` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** (optional, default `false`)
- `transactionVersion` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** (optional, default `DEFAULT_VERSION`)

Expand Down Expand Up @@ -201,7 +201,7 @@ Returns **[Transaction](#transaction)**

##### Parameters

- `$0` **any**
- `$0` **[Transaction](#transaction)**
- `$0.outputs`

##### Examples
Expand All @@ -219,7 +219,7 @@ Returns **[Buffer](https://nodejs.org/api/buffer.html)**

- `transaction` **[Transaction](#transaction)**
- `skipWitness` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
- `timestamp` **[Buffer](https://nodejs.org/api/buffer.html)**
- `timestamp` **[Buffer](https://nodejs.org/api/buffer.html)?**
- `additionals` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** (optional, default `[]`)

#### displayTransactionDebug
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-btc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"create-hash": "^1.1.3"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-app-eth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ get Ethereum address for a given BIP 32 path.
##### Parameters

- `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
- `boolDisplay` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
- `boolChaincode` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
- `boolDisplay` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?**
- `boolChaincode` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?**

##### Examples

Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ledgerhq/hw-transport": "^4.55.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-str/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tweetnacl": "^1.0.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/hw-app-xrp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ get Ripple address for a given BIP 32 path.
##### Parameters

- `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
- `display` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** optionally enable or not the display
- `chainCode` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** optionally enable or not the chainCode request
- `ed25519` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** optionally enable or not the ed25519 curve (secp256k1 is default)
- `display` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** optionally enable or not the display
- `chainCode` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** optionally enable or not the chainCode request
- `ed25519` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** optionally enable or not the ed25519 curve (secp256k1 is default)

##### Examples

Expand All @@ -69,7 +69,7 @@ sign a Ripple transaction with a given BIP 32 path

- `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
- `rawTxHex` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a raw transaction hex string
- `ed25519` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** optionally enable or not the ed25519 curve (secp256k1 is default)
- `ed25519` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** optionally enable or not the ed25519 curve (secp256k1 is default)

##### Examples

Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-xrp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bip32-path": "0.4.2"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-hid-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-http-proxy-devserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@ledgerhq/hw-transport-mocker": "^4.55.0",
"@ledgerhq/hw-transport-node-hid": "^4.55.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.3",
"body-parser": "^1.19.0",
"command-line-args": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"ws": "^6.1.4"
"ws": "^7.0.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@ledgerhq/errors": "^4.55.0",
"@ledgerhq/hw-transport": "^4.55.0",
"axios": "^0.18.0",
"ws": "^6.1.4"
"ws": "^7.0.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@ledgerhq/hw-transport": "^4.55.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-transport-node-hid-noevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@ledgerhq/devices": "^4.55.0",
"@ledgerhq/errors": "^4.55.0",
"@ledgerhq/hw-transport": "^4.55.0",
"node-hid": "^0.7.7"
"node-hid": "^0.7.8"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default class TransportNodeHidNoEvents extends Transport<?string> {
constructor(device: HID.HID) {
super();
this.device = device;
// $FlowFixMe
const info = device.getDeviceInfo();
this.deviceModel =
info && info.serialNumber
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-transport-node-hid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@ledgerhq/errors": "^4.55.0",
"@ledgerhq/hw-transport": "^4.55.0",
"lodash": "^4.17.11",
"node-hid": "^0.7.7",
"node-hid": "^0.7.8",
"usb": "^1.5.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-u2f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"u2f-api": "0.2.7"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-transport-web-ble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@ledgerhq/devices": "^4.55.0",
"@ledgerhq/errors": "^4.55.0",
"@ledgerhq/hw-transport": "^4.55.0",
"rxjs": "^6.4.0"
"rxjs": "^6.5.2"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.3.0"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/hw-transport-web-ble/src/TransportWebBLE.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ async function open(deviceOrId: Device | string, needsReconnect: boolean) {

transportsCache[transport.id] = transport;
const onDisconnect = e => {
console.log("onDisconnect!", e);
delete transportsCache[transport.id];
transport.notYetDisconnected = false;
notif.unsubscribe();
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-webauthn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ledgerhq/hw-transport": "^4.55.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-webusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ledgerhq/hw-transport": "^4.55.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.3.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-transport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ wrapper on top of exchange to simplify work of the implementation.
- `ins` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**
- `p1` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**
- `p2` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**
- `data` **[Buffer](https://nodejs.org/api/buffer.html)**
- `statusList` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)>** is a list of accepted status code (shorts). [0x9000] by default
- `data` **[Buffer](https://nodejs.org/api/buffer.html)** (optional, default `Buffer.alloc(0)`)
- `statusList` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)>** is a list of accepted status code (shorts). [0x9000] by default (optional, default `[StatusCodes.OK]`)

Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)&lt;[Buffer](https://nodejs.org/api/buffer.html)>** a Promise of response buffer

Expand Down Expand Up @@ -250,7 +250,7 @@ This is a light helper, alternative to using listen() and open() (that you may n
##### Parameters

- `openTimeout` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** (optional, default `3000`)
- `listenTimeout` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**
- `listenTimeout` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)?**

##### Examples

Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"events": "^3.0.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-hid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@ledgerhq/devices": "^4.55.0",
"@ledgerhq/errors": "^4.55.0",
"@ledgerhq/hw-transport": "^4.55.0",
"rxjs": "^6.4.0"
"rxjs": "^6.5.2"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-hw-transport-ble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@ledgerhq/errors": "^4.55.0",
"@ledgerhq/hw-transport": "^4.55.0",
"invariant": "^2.2.4",
"rxjs": "^6.4.0",
"rxjs": "^6.5.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@ledgerhq/hw-transport-mocker": "^4.55.0",
"@ledgerhq/hw-transport-node-hid": "^4.55.0",
"@ledgerhq/hw-transport-webusb": "^4.55.0",
"budo": "^11.6.1"
"budo": "^11.6.2"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-subprovider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Create a HookedWalletSubprovider for Ledger devices.
#### Parameters

- `getTransport` **function (): Transport&lt;any>** gets lazily called each time the device is needed. It is a function that returns a Transport instance. You can typically give `()=>TransportU2F.create()`
- `options` **[SubproviderOptions](#subprovideroptions)**
- `options` **[SubproviderOptions](#subprovideroptions)?**

#### Examples

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-subprovider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"web3-provider-engine": "^14.1.0"
},
"devDependencies": {
"flow-bin": "^0.94.0",
"flow-bin": "^0.98.1",
"flow-typed": "^2.5.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit ae2e7fa

Please sign in to comment.