@ledgerhq/hw-transport-u2f
Advanced tools
Comparing version 4.8.0-beta.37537633 to 4.8.0-beta.b178a6cf
@@ -144,3 +144,3 @@ "use strict"; | ||
_context.next = 3; | ||
return attemptExchange(Buffer.alloc(5), openTimeout, false, Buffer.alloc(1)); | ||
return attemptExchange(Buffer.alloc(6), openTimeout, false, Buffer.alloc(1)); | ||
@@ -147,0 +147,0 @@ case 3: |
{ | ||
"name": "@ledgerhq/hw-transport-u2f", | ||
"version": "4.8.0-beta.37537633", | ||
"version": "4.8.0-beta.b178a6cf", | ||
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ledgerhq/hw-transport": "^4.8.0-beta.37537633", | ||
"@ledgerhq/hw-transport": "^4.8.0-beta.b178a6cf", | ||
"u2f-api": "0.2.7" | ||
@@ -32,0 +32,0 @@ }, |
@@ -128,3 +128,3 @@ //@flow | ||
await attemptExchange( | ||
Buffer.alloc(5), | ||
Buffer.alloc(6), | ||
openTimeout, | ||
@@ -131,0 +131,0 @@ false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet