@ledgerhq/hw-transport-node-speculos-http
Advanced tools
Comparing version 6.27.21-nightly.1 to 6.28.0-next.0
# @ledgerhq/hw-transport-node-speculos-http | ||
## 6.27.21-nightly.1 | ||
## 6.28.0-next.0 | ||
### Patch Changes | ||
### Minor Changes | ||
- Updated dependencies [[`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b)]: | ||
- @ledgerhq/errors@6.16.0-nightly.1 | ||
- @ledgerhq/hw-transport@6.29.1-nightly.1 | ||
- [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs | ||
## 6.27.21-nightly.0 | ||
### Patch Changes | ||
- Updated dependencies [[`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9)]: | ||
- @ledgerhq/errors@6.15.1-nightly.0 | ||
- @ledgerhq/hw-transport@6.29.1-nightly.0 | ||
- Updated dependencies [[`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b), [`c5981ae341`](https://github.com/LedgerHQ/ledger-live/commit/c5981ae3411abc4c8594adf2efcb52aacddac143), [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9), [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c)]: | ||
- @ledgerhq/errors@6.16.0-next.0 | ||
- @ledgerhq/hw-transport@6.30.0-next.0 | ||
- @ledgerhq/logs@6.12.0-next.0 | ||
@@ -19,0 +16,0 @@ ## 6.27.20 |
{ | ||
"name": "@ledgerhq/hw-transport-node-speculos-http", | ||
"version": "6.27.21-nightly.1", | ||
"version": "6.28.0-next.0", | ||
"description": "Ledger Hardware Wallet communication layer with speculos Nano simulator using the http api", | ||
@@ -33,5 +33,5 @@ "keywords": [ | ||
"rxjs": "^7.8.1", | ||
"@ledgerhq/errors": "^6.16.0-nightly.1", | ||
"@ledgerhq/hw-transport": "^6.29.1-nightly.1", | ||
"@ledgerhq/logs": "^6.11.0" | ||
"@ledgerhq/errors": "^6.16.0-next.0", | ||
"@ledgerhq/hw-transport": "^6.30.0-next.0", | ||
"@ledgerhq/logs": "^6.12.0-next.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", | ||
"@types/node": "^20.8.10", | ||
"documentation": "13.2.5", | ||
"documentation": "14.0.2", | ||
"jest": "^28.1.1", | ||
@@ -45,0 +45,0 @@ "rimraf": "^4.4.1", |
@@ -56,4 +56,4 @@ <img src="https://user-images.githubusercontent.com/4631227/191834116-59cf590e-25cc-4956-ae5c-812ea464f324.png" height="100" /> | ||
* `instance` **AxiosInstance** | ||
* `opts` **SpeculosHttpTransportOpts** | ||
* `instance` **AxiosInstance**  | ||
* `opts` **SpeculosHttpTransportOpts**  | ||
@@ -75,4 +75,4 @@ #### Examples | ||
* `but` **any** | ||
* `but` **any**  | ||
Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<void>** | ||
Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<void>**  |
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
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
41294