@ledgerhq/live-countervalues 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@0.2.13 build /home/runner/work/ledger-live/ledger-live/libs/live-countervalues
2
+ > @ledgerhq/live-countervalues@0.2.12 build /home/runner/work/ledger-live/ledger-live/libs/live-countervalues
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,24 +1,16 @@
1
1
  # @ledgerhq/live-countervalues
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/coin-framework@0.19.1
12
-
13
- ## 0.2.13-next.0
14
-
15
9
  ### Patch Changes
16
10
 
17
- - [#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
18
-
19
- - 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)]:
20
- - @ledgerhq/types-live@6.53.1-next.0
21
- - @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
22
14
 
23
15
  ## 0.2.12
24
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-countervalues",
3
- "version": "0.2.13",
3
+ "version": "0.3.0-next.0",
4
4
  "description": "Ledger Live countervalues module",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -21,10 +21,10 @@
21
21
  "types": "lib/index.d.ts",
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@ledgerhq/types-live": "6.53.1",
24
+ "@ledgerhq/types-live": "6.54.0-next.0",
25
25
  "@ledgerhq/types-cryptoassets": "7.17.0",
26
26
  "@ledgerhq/cryptoassets": "13.7.0",
27
- "@ledgerhq/coin-framework": "0.19.1",
27
+ "@ledgerhq/coin-framework": "0.20.0-next.0",
28
28
  "@ledgerhq/logs": "6.12.0",
29
29
  "@ledgerhq/live-network": "2.0.3",
30
30
  "@ledgerhq/live-promise": "0.1.0",