@ledgerhq/hw-transport-node-speculos-http 6.27.3 → 6.27.4-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@ledgerhq/hw-transport-node-speculos-http:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/hw-transport-node-speculos-http:build: cache hit, replaying output 2f9c2db482cef3b9
|
|
2
2
|
@ledgerhq/hw-transport-node-speculos-http:build:
|
|
3
3
|
@ledgerhq/hw-transport-node-speculos-http:build: > @ledgerhq/hw-transport-node-speculos-http@6.27.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-speculos-http
|
|
4
4
|
@ledgerhq/hw-transport-node-speculos-http:build: > tsc && tsc -m ES6 --outDir lib-es
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @ledgerhq/hw-transport-node-speculos-http
|
|
2
2
|
|
|
3
|
+
## 6.27.4-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`ae5e33e15`](https://github.com/LedgerHQ/ledger-live/commit/ae5e33e15e8a107d0ba8a3688a63eda2c0d43ce7)]:
|
|
8
|
+
- @ledgerhq/errors@6.10.2-next.0
|
|
9
|
+
- @ledgerhq/hw-transport@6.27.4-next.0
|
|
10
|
+
|
|
3
11
|
## 6.27.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-transport-node-speculos-http",
|
|
3
|
-
"version": "6.27.
|
|
3
|
+
"version": "6.27.4-next.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet communication layer with speculos Nano simulator using the http api",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"types": "lib/SpeculosHttpTransport.d.ts",
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ledgerhq/errors": "^6.10.
|
|
32
|
-
"@ledgerhq/hw-transport": "^6.27.
|
|
33
|
-
"@ledgerhq/logs": "^6.10.
|
|
31
|
+
"@ledgerhq/errors": "^6.10.2-next.0",
|
|
32
|
+
"@ledgerhq/hw-transport": "^6.27.4-next.0",
|
|
33
|
+
"@ledgerhq/logs": "^6.10.0",
|
|
34
34
|
"axios": "^0.26.1"
|
|
35
35
|
},
|
|
36
36
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|