@ledgerhq/live-countervalues-react 0.2.13-nightly.1 → 0.2.13

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-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/live-countervalues-react
2
+ > @ledgerhq/live-countervalues-react@0.2.13 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,24 +1,26 @@
1
1
  # @ledgerhq/live-countervalues-react
2
2
 
3
- ## 0.2.13-nightly.1
3
+ ## 0.2.13
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb)]:
8
- - @ledgerhq/coin-framework@0.20.0-nightly.1
9
- - @ledgerhq/types-live@6.54.0-nightly.1
10
- - @ledgerhq/live-countervalues@0.2.13-nightly.1
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
+
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
11
13
 
12
- ## 0.2.13-nightly.0
14
+ ## 0.2.13-next.0
13
15
 
14
16
  ### Patch Changes
15
17
 
16
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
17
19
 
18
- - Updated dependencies [[`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
19
- - @ledgerhq/types-live@6.53.1-nightly.0
20
- - @ledgerhq/live-countervalues@0.2.13-nightly.0
21
- - @ledgerhq/coin-framework@0.19.1-nightly.0
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
22
24
 
23
25
  ## 0.2.12
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-countervalues-react",
3
- "version": "0.2.13-nightly.1",
3
+ "version": "0.2.13",
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.54.0-nightly.1",
28
+ "@ledgerhq/types-live": "6.53.1",
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-nightly.1",
33
- "@ledgerhq/coin-framework": "0.20.0-nightly.1",
32
+ "@ledgerhq/live-countervalues": "0.2.13",
33
+ "@ledgerhq/coin-framework": "0.19.1",
34
34
  "@ledgerhq/live-hooks": "0.1.0"
35
35
  },
36
36
  "devDependencies": {