@ledgerhq/hw-transport-node-speculos-http
Advanced tools
Comparing version 6.27.16-nightly.0 to 6.27.16-notarizer.0
# @ledgerhq/hw-transport-node-speculos-http | ||
## 6.27.16-nightly.0 | ||
## 6.27.16-notarizer.0 | ||
@@ -8,4 +8,4 @@ ### Patch Changes | ||
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]: | ||
- @ledgerhq/errors@6.12.7-nightly.0 | ||
- @ledgerhq/hw-transport@6.28.5-nightly.0 | ||
- @ledgerhq/errors@6.12.7-notarizer.0 | ||
- @ledgerhq/hw-transport@6.28.5-notarizer.0 | ||
@@ -12,0 +12,0 @@ ## 6.27.15 |
@@ -29,3 +29,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
*/ | ||
export default class SpeculosHttpTransport extends Transport { | ||
class SpeculosHttpTransport extends Transport { | ||
constructor(instance, opts) { | ||
@@ -115,2 +115,3 @@ super(); | ||
}); | ||
export default SpeculosHttpTransport; | ||
//# sourceMappingURL=SpeculosHttpTransport.js.map |
@@ -84,3 +84,2 @@ "use strict"; | ||
} | ||
exports.default = SpeculosHttpTransport; | ||
SpeculosHttpTransport.isSupported = () => Promise.resolve(true); | ||
@@ -121,2 +120,3 @@ // this transport is not discoverable | ||
}); | ||
exports.default = SpeculosHttpTransport; | ||
//# sourceMappingURL=SpeculosHttpTransport.js.map |
{ | ||
"name": "@ledgerhq/hw-transport-node-speculos-http", | ||
"version": "6.27.16-nightly.0", | ||
"version": "6.27.16-notarizer.0", | ||
"description": "Ledger Hardware Wallet communication layer with speculos Nano simulator using the http api", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"rxjs": "6", | ||
"@ledgerhq/errors": "^6.12.7-nightly.0", | ||
"@ledgerhq/hw-transport": "^6.28.5-nightly.0", | ||
"@ledgerhq/errors": "^6.12.7-notarizer.0", | ||
"@ledgerhq/hw-transport": "^6.28.5-notarizer.0", | ||
"@ledgerhq/logs": "^6.10.1" | ||
@@ -37,0 +37,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37128
440