@ledgerhq/live-network 1.2.2-nightly.0 → 1.2.2

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.2.1 build /home/runner/work/ledger-live/ledger-live/libs/live-network
2
+ > @ledgerhq/live-network@1.2.2 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,11 +1,31 @@
1
1
  # @ledgerhq/live-network
2
2
 
3
- ## 1.2.2-nightly.0
3
+ ## 1.2.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`6552679`](https://github.com/LedgerHQ/ledger-live/commit/65526794bb4d1fbc7e286c0e1c0b6d021413fc8c)]:
8
- - @ledgerhq/live-env@2.0.2-nightly.0
7
+ - [#6566](https://github.com/LedgerHQ/ledger-live/pull/6566) [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Prevent unnecessary http retries when 422
8
+
9
+ - Updated dependencies [[`5552ca0`](https://github.com/LedgerHQ/ledger-live/commit/5552ca0542d5734b845ed23dae2f02c6d1b8ba2d), [`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a)]:
10
+ - @ledgerhq/live-promise@0.0.4
11
+ - @ledgerhq/live-env@2.0.2
12
+
13
+ ## 1.2.2-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`5552ca0`](https://github.com/LedgerHQ/ledger-live/commit/5552ca0542d5734b845ed23dae2f02c6d1b8ba2d)]:
18
+ - @ledgerhq/live-promise@0.0.4-next.1
19
+
20
+ ## 1.2.2-next.0
21
+
22
+ ### Patch Changes
23
+
24
+ - [#6566](https://github.com/LedgerHQ/ledger-live/pull/6566) [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Prevent unnecessary http retries when 422
25
+
26
+ - Updated dependencies [[`df1dcbf`](https://github.com/LedgerHQ/ledger-live/commit/df1dcbffe901d7c4baddb46a06b08a4ed5b7a17e), [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a)]:
27
+ - @ledgerhq/live-env@2.0.2-next.0
28
+ - @ledgerhq/live-promise@0.0.4-next.0
9
29
 
10
30
  ## 1.2.1
11
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-network",
3
- "version": "1.2.2-nightly.0",
3
+ "version": "1.2.2",
4
4
  "description": "Ledger Live network and cache utilities",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -53,8 +53,8 @@
53
53
  "invariant": "^2.2.2",
54
54
  "lru-cache": "^7.14.1",
55
55
  "@ledgerhq/errors": "^6.16.4",
56
- "@ledgerhq/live-env": "^2.0.2-nightly.0",
57
- "@ledgerhq/live-promise": "^0.0.4-nightly.0",
56
+ "@ledgerhq/live-env": "^2.0.2",
57
+ "@ledgerhq/live-promise": "^0.0.4",
58
58
  "@ledgerhq/logs": "^6.12.0"
59
59
  },
60
60
  "devDependencies": {