@ledgerhq/live-countervalues-react 0.2.13 → 0.3.0-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-countervalues-react@0.2.13 build /home/runner/work/ledger-live/ledger-live/libs/live-countervalues-react
2
+ > @ledgerhq/live-countervalues-react@0.2.12 build /home/runner/work/ledger-live/ledger-live/libs/live-countervalues-react
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,26 +1,17 @@
1
1
  # @ledgerhq/live-countervalues-react
2
2
 
3
- ## 0.2.13
3
+ ## 0.3.0-next.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - [#8368](https://github.com/LedgerHQ/ledger-live/pull/8368) [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add Granularity rate for Countervalues historical requests cache optimization
8
8
 
9
- - Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
10
- - @ledgerhq/types-live@6.53.1
11
- - @ledgerhq/live-countervalues@0.2.13
12
- - @ledgerhq/coin-framework@0.19.1
13
-
14
- ## 0.2.13-next.0
15
-
16
9
  ### Patch Changes
17
10
 
18
- - [#8368](https://github.com/LedgerHQ/ledger-live/pull/8368) [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Add Granularity rate for Countervalues historical requests cache optimization
19
-
20
- - Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
21
- - @ledgerhq/types-live@6.53.1-next.0
22
- - @ledgerhq/live-countervalues@0.2.13-next.0
23
- - @ledgerhq/coin-framework@0.19.1-next.0
11
+ - Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb), [`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
12
+ - @ledgerhq/coin-framework@0.20.0-next.0
13
+ - @ledgerhq/types-live@6.54.0-next.0
14
+ - @ledgerhq/live-countervalues@0.3.0-next.0
24
15
 
25
16
  ## 0.2.12
26
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-countervalues-react",
3
- "version": "0.2.13",
3
+ "version": "0.3.0-next.0",
4
4
  "description": "Ledger Live countervalues React module",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "bignumber.js": "9",
28
- "@ledgerhq/types-live": "6.53.1",
28
+ "@ledgerhq/types-live": "6.54.0-next.0",
29
29
  "@ledgerhq/types-cryptoassets": "7.17.0",
30
30
  "@ledgerhq/cryptoassets": "13.7.0",
31
31
  "@ledgerhq/logs": "6.12.0",
32
- "@ledgerhq/live-countervalues": "0.2.13",
33
- "@ledgerhq/coin-framework": "0.19.1",
32
+ "@ledgerhq/live-countervalues": "0.3.0-next.0",
33
+ "@ledgerhq/coin-framework": "0.20.0-next.0",
34
34
  "@ledgerhq/live-hooks": "0.1.0"
35
35
  },
36
36
  "devDependencies": {