@ledgerhq/live-network 1.2.0-nightly.2 → 1.2.1-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
1
 
2
- > @ledgerhq/live-network@1.2.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/live-network
2
+ > @ledgerhq/live-network@1.2.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,25 +1,36 @@
1
1
  # @ledgerhq/live-network
2
2
 
3
- ## 1.2.0-nightly.2
3
+ ## 1.2.1-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`fc4f83e`](https://github.com/LedgerHQ/ledger-live/commit/fc4f83e26d9f00b7c518f28157e8d9da55ce3685)]:
8
- - @ledgerhq/errors@6.16.3-nightly.1
7
+ - Updated dependencies [[`fc4f83e`](https://github.com/LedgerHQ/ledger-live/commit/fc4f83e26d9f00b7c518f28157e8d9da55ce3685), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1)]:
8
+ - @ledgerhq/errors@6.16.4-next.0
9
9
 
10
- ## 1.2.0-nightly.1
10
+ ## 1.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#6172](https://github.com/LedgerHQ/ledger-live/pull/6172) [`7fb3eb2`](https://github.com/LedgerHQ/ledger-live/commit/7fb3eb266acdca143c94d2fce74329809ebfbb79) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove API injection in coin-module
11
15
 
12
16
  ### Patch Changes
13
17
 
14
- - Updated dependencies [[`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1)]:
15
- - @ledgerhq/errors@6.16.3-nightly.0
18
+ - Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`0dd1546`](https://github.com/LedgerHQ/ledger-live/commit/0dd15467070cbf7fcbb9d9055a4535f6a25b2ad0), [`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8)]:
19
+ - @ledgerhq/live-env@2.0.0
20
+ - @ledgerhq/errors@6.16.3
16
21
 
17
- ## 1.2.0-nightly.0
22
+ ## 1.2.0-next.0
18
23
 
19
24
  ### Minor Changes
20
25
 
21
26
  - [#6172](https://github.com/LedgerHQ/ledger-live/pull/6172) [`7fb3eb2`](https://github.com/LedgerHQ/ledger-live/commit/7fb3eb266acdca143c94d2fce74329809ebfbb79) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove API injection in coin-module
22
27
 
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`0dd1546`](https://github.com/LedgerHQ/ledger-live/commit/0dd15467070cbf7fcbb9d9055a4535f6a25b2ad0), [`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8)]:
31
+ - @ledgerhq/live-env@2.0.0-next.0
32
+ - @ledgerhq/errors@6.16.3-next.0
33
+
23
34
  ## 1.1.13
24
35
 
25
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-network",
3
- "version": "1.2.0-nightly.2",
3
+ "version": "1.2.1-next.0",
4
4
  "description": "Ledger Live network and cache utilities",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -52,8 +52,8 @@
52
52
  "axios": "0.26.1",
53
53
  "invariant": "^2.2.2",
54
54
  "lru-cache": "^7.14.1",
55
- "@ledgerhq/errors": "^6.16.3-nightly.1",
56
- "@ledgerhq/live-env": "^1.0.1",
55
+ "@ledgerhq/errors": "^6.16.4-next.0",
56
+ "@ledgerhq/live-env": "^2.0.0",
57
57
  "@ledgerhq/live-promise": "^0.0.3",
58
58
  "@ledgerhq/logs": "^6.12.0"
59
59
  },