@ledgerhq/hw-transport 6.27.4 → 6.27.5-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.
@@ -1,4 +1,4 @@
1
- @ledgerhq/hw-transport:build: cache hit, replaying output 7bae87555806c097
1
+ @ledgerhq/hw-transport:build: cache hit, replaying output c840f91d2b2927f3
2
2
  @ledgerhq/hw-transport:build:
3
3
  @ledgerhq/hw-transport:build: > @ledgerhq/hw-transport@6.27.4 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport
4
4
  @ledgerhq/hw-transport:build: > tsc && tsc -m ES6 --outDir lib-es
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ledgerhq/hw-transport
2
2
 
3
+ ## 6.27.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6), [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
8
+ - @ledgerhq/errors@6.11.0-next.0
9
+ - @ledgerhq/devices@7.0.2-next.0
10
+
3
11
  ## 6.27.4
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport",
3
- "version": "6.27.4",
3
+ "version": "6.27.5-next.0",
4
4
  "description": "Ledger Hardware Wallet common interface of the communication layer",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -25,8 +25,8 @@
25
25
  "types": "lib/Transport.d.ts",
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@ledgerhq/devices": "^7.0.1",
29
- "@ledgerhq/errors": "^6.10.2",
28
+ "@ledgerhq/devices": "^7.0.2-next.0",
29
+ "@ledgerhq/errors": "^6.11.0-next.0",
30
30
  "events": "^3.3.0"
31
31
  },
32
32
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",