@ledgerhq/hw-transport-http 6.27.4 → 6.27.5-nightly.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 +7 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@ledgerhq/hw-transport-http:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/hw-transport-http:build: cache hit, replaying output 11b92c7964a56457
|
|
2
2
|
@ledgerhq/hw-transport-http:build:
|
|
3
3
|
@ledgerhq/hw-transport-http:build: > @ledgerhq/hw-transport-http@6.27.4 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-http
|
|
4
4
|
@ledgerhq/hw-transport-http:build: > tsc && tsc -m ES6 --outDir lib-es
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-transport-http",
|
|
3
|
-
"version": "6.27.
|
|
3
|
+
"version": "6.27.5-nightly.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet communication layer over http",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@ledgerhq/errors": "^6.10.2",
|
|
31
|
-
"@ledgerhq/hw-transport": "^6.27.
|
|
32
|
-
"@ledgerhq/logs": "^6.10.0",
|
|
31
|
+
"@ledgerhq/hw-transport": "^6.27.5-nightly.0",
|
|
32
|
+
"@ledgerhq/logs": "^6.10.1-nightly.0",
|
|
33
33
|
"axios": "^0.26.1",
|
|
34
34
|
"ws": "^7.5.2"
|
|
35
35
|
},
|