@ledgerhq/hw-transport-web-ble 6.29.13 → 6.30.0-nightly.20251209023841

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ledgerhq/hw-transport-web-ble
2
2
 
3
+ ## 6.30.0-nightly.20251209023841
4
+
5
+ ### Minor Changes
6
+
7
+ - [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe)]:
12
+ - @ledgerhq/errors@6.28.0-nightly.20251209023841
13
+ - @ledgerhq/devices@8.8.0-nightly.20251209023841
14
+ - @ledgerhq/hw-transport@6.31.14-nightly.20251209023841
15
+
3
16
  ## 6.29.13
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-web-ble",
3
- "version": "6.29.13",
3
+ "version": "6.30.0-nightly.20251209023841",
4
4
  "description": "Ledger Hardware Wallet Web Bluetooth implementation of the communication layer",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,10 +27,10 @@
27
27
  "types": "lib/TransportWebBLE.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "rxjs": "^7.8.1",
31
- "@ledgerhq/devices": "8.7.0",
32
- "@ledgerhq/errors": "^6.27.0",
33
- "@ledgerhq/hw-transport": "6.31.13",
30
+ "rxjs": "7.8.2",
31
+ "@ledgerhq/devices": "8.8.0-nightly.20251209023841",
32
+ "@ledgerhq/errors": "^6.28.0-nightly.20251209023841",
33
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251209023841",
34
34
  "@ledgerhq/logs": "^6.13.0"
35
35
  },
36
36
  "devDependencies": {