@ledgerhq/live-network 2.6.0-nightly.20260512084337 → 2.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/live-network
2
2
 
3
- ## 2.6.0-nightly.20260512084337
3
+ ## 2.6.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,9 +8,35 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`5177d5e`](https://github.com/LedgerHQ/ledger-live/commit/5177d5e6311047cc7485a66dbcb8971c9a8c0a5c), [`b866ea6`](https://github.com/LedgerHQ/ledger-live/commit/b866ea67bcbd408a33dbc9233ef55298e2a8ef25), [`d308b1a`](https://github.com/LedgerHQ/ledger-live/commit/d308b1a6b9c629839f051cf367a527f4232120c7)]:
12
- - @ledgerhq/live-env@2.34.0-nightly.20260512084337
13
- - @ledgerhq/errors@6.35.0-nightly.20260512084337
11
+ - Updated dependencies [[`b866ea6`](https://github.com/LedgerHQ/ledger-live/commit/b866ea67bcbd408a33dbc9233ef55298e2a8ef25), [`d308b1a`](https://github.com/LedgerHQ/ledger-live/commit/d308b1a6b9c629839f051cf367a527f4232120c7)]:
12
+ - @ledgerhq/live-env@2.34.0
13
+ - @ledgerhq/errors@6.35.0
14
+
15
+ ## 2.6.0-next.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#16989](https://github.com/LedgerHQ/ledger-live/pull/16989) [`5bd95a9`](https://github.com/LedgerHQ/ledger-live/commit/5bd95a9ceaac4d08c87d635f721265357368f8ee) Thanks [@Justkant](https://github.com/Justkant)! - Set Axios User-Agent from LEDGER_CLIENT_VERSION in Node and Bun runtimes
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`b866ea6`](https://github.com/LedgerHQ/ledger-live/commit/b866ea67bcbd408a33dbc9233ef55298e2a8ef25), [`d308b1a`](https://github.com/LedgerHQ/ledger-live/commit/d308b1a6b9c629839f051cf367a527f4232120c7)]:
24
+ - @ledgerhq/live-env@2.34.0-next.0
25
+ - @ledgerhq/errors@6.35.0-next.0
26
+
27
+ ## 2.5.2
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
32
+ - @ledgerhq/errors@6.34.1
33
+
34
+ ## 2.5.2-hotfix.0
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
39
+ - @ledgerhq/errors@6.34.1-hotfix.0
14
40
 
15
41
  ## 2.5.1
16
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-network",
3
- "version": "2.6.0-nightly.20260512084337",
3
+ "version": "2.6.0",
4
4
  "description": "Ledger Live network and cache utilities",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -69,10 +69,10 @@
69
69
  "dependencies": {
70
70
  "axios": "1.13.2",
71
71
  "lru-cache": "^7.14.1",
72
- "@ledgerhq/errors": "^6.35.0-nightly.20260512084337",
73
- "@ledgerhq/logs": "^6.17.0",
72
+ "@ledgerhq/errors": "^6.35.0",
73
+ "@ledgerhq/live-env": "^2.34.0",
74
74
  "@ledgerhq/live-promise": "^0.2.3",
75
- "@ledgerhq/live-env": "^2.34.0-nightly.20260512084337"
75
+ "@ledgerhq/logs": "^6.17.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@types/invariant": "^2.2.35",