@ledgerhq/hw-transport-node-speculos-http
Advanced tools
Comparing version 6.27.16 to 6.27.17-next.0
# @ledgerhq/hw-transport-node-speculos-http | ||
## 6.27.17-next.0 | ||
### Patch Changes | ||
- Updated dependencies [[`0f4293e9bf`](https://github.com/LedgerHQ/ledger-live/commit/0f4293e9bf9cac4c2a195efeb0831aab3d51933d)]: | ||
- @ledgerhq/errors@6.13.0-next.0 | ||
- @ledgerhq/hw-transport@6.28.6-next.0 | ||
## 6.27.16 | ||
@@ -4,0 +12,0 @@ |
@@ -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", | ||
"version": "6.27.17-next.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", | ||
"@ledgerhq/hw-transport": "^6.28.5", | ||
"@ledgerhq/errors": "^6.13.0-next.0", | ||
"@ledgerhq/hw-transport": "^6.28.6-next.0", | ||
"@ledgerhq/logs": "^6.10.1" | ||
@@ -42,3 +42,3 @@ }, | ||
"@types/node": "^18.15.3", | ||
"documentation": "13.2.4", | ||
"documentation": "13.2.5", | ||
"jest": "^28.1.1", | ||
@@ -45,0 +45,0 @@ "rimraf": "^4.4.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37567
440
1