@ledgerhq/live-network 1.4.0-nightly.3 → 1.4.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
1
 
2
- > @ledgerhq/live-network@1.3.1-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/live-network
2
+ > @ledgerhq/live-network@1.4.0 build /home/runner/work/ledger-live/ledger-live/libs/live-network
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,31 +1,40 @@
1
1
  # @ledgerhq/live-network
2
2
 
3
- ## 1.4.0-nightly.3
3
+ ## 1.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#7334](https://github.com/LedgerHQ/ledger-live/pull/7334) [`53ff78c`](https://github.com/LedgerHQ/ledger-live/commit/53ff78c541d3ed69a3e74854d77f58a7e0d93978) Thanks [@gre](https://github.com/gre)! - live-network no longer retry network calls on HTTP status code that shouldn't be retried like 401 & some others.
8
8
 
9
- ## 1.3.1-nightly.2
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c)]:
12
+ - @ledgerhq/live-env@2.2.0
13
+
14
+ ## 1.4.0-next.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#7334](https://github.com/LedgerHQ/ledger-live/pull/7334) [`53ff78c`](https://github.com/LedgerHQ/ledger-live/commit/53ff78c541d3ed69a3e74854d77f58a7e0d93978) Thanks [@gre](https://github.com/gre)! - live-network no longer retry network calls on HTTP status code that shouldn't be retried like 401 & some others.
10
19
 
11
20
  ### Patch Changes
12
21
 
13
- - Updated dependencies [[`f979216`](https://github.com/LedgerHQ/ledger-live/commit/f9792160293fc8215c6d099f02e1b136c6655f9b)]:
14
- - @ledgerhq/errors@6.18.0-nightly.2
22
+ - Updated dependencies [[`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c)]:
23
+ - @ledgerhq/live-env@2.2.0-next.0
15
24
 
16
- ## 1.3.1-nightly.1
25
+ ## 1.3.1
17
26
 
18
27
  ### Patch Changes
19
28
 
20
- - Updated dependencies [[`c1d2bb0`](https://github.com/LedgerHQ/ledger-live/commit/c1d2bb0866723c10d6e2899d40ddd9b9801189f4)]:
21
- - @ledgerhq/errors@6.18.0-nightly.1
29
+ - Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3), [`f979216`](https://github.com/LedgerHQ/ledger-live/commit/f9792160293fc8215c6d099f02e1b136c6655f9b), [`c1d2bb0`](https://github.com/LedgerHQ/ledger-live/commit/c1d2bb0866723c10d6e2899d40ddd9b9801189f4)]:
30
+ - @ledgerhq/errors@6.18.0
22
31
 
23
- ## 1.3.1-nightly.0
32
+ ## 1.3.1-next.0
24
33
 
25
34
  ### Patch Changes
26
35
 
27
- - Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3)]:
28
- - @ledgerhq/errors@6.18.0-nightly.0
36
+ - Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3), [`f979216`](https://github.com/LedgerHQ/ledger-live/commit/f9792160293fc8215c6d099f02e1b136c6655f9b), [`c1d2bb0`](https://github.com/LedgerHQ/ledger-live/commit/c1d2bb0866723c10d6e2899d40ddd9b9801189f4)]:
37
+ - @ledgerhq/errors@6.18.0-next.0
29
38
 
30
39
  ## 1.3.0
31
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-network",
3
- "version": "1.4.0-nightly.3",
3
+ "version": "1.4.0",
4
4
  "description": "Ledger Live network and cache utilities",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -64,8 +64,8 @@
64
64
  "dependencies": {
65
65
  "axios": "0.26.1",
66
66
  "lru-cache": "^7.14.1",
67
- "@ledgerhq/errors": "^6.18.0-nightly.2",
68
- "@ledgerhq/live-env": "^2.1.0",
67
+ "@ledgerhq/errors": "^6.18.0",
68
+ "@ledgerhq/live-env": "^2.2.0",
69
69
  "@ledgerhq/live-promise": "^0.1.0",
70
70
  "@ledgerhq/logs": "^6.12.0"
71
71
  },