@ledgerhq/live-countervalues 0.5.0-nightly.3 → 0.5.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +37 -20
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/live-countervalues@0.5.0
|
|
2
|
+
> @ledgerhq/live-countervalues@0.5.0 build /home/runner/work/ledger-live/ledger-live/libs/live-countervalues
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,45 +1,62 @@
|
|
|
1
1
|
# @ledgerhq/live-countervalues
|
|
2
2
|
|
|
3
|
-
## 0.5.0
|
|
3
|
+
## 0.5.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- [#9691](https://github.com/LedgerHQ/ledger-live/pull/9691) [`a7b1969`](https://github.com/LedgerHQ/ledger-live/commit/a7b19697ff6d4db1e5da365a02db91498a17332c) Thanks [@thesan](https://github.com/thesan)! - Fix trend on range predating owning an asset
|
|
8
8
|
|
|
9
|
+
- [#9669](https://github.com/LedgerHQ/ledger-live/pull/9669) [`b9defcd`](https://github.com/LedgerHQ/ledger-live/commit/b9defcdcb44c6be2c141801a4e0dd27e72f83024) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add the display of token accounts with the new accounts list UI
|
|
10
|
+
|
|
9
11
|
### Patch Changes
|
|
10
12
|
|
|
11
|
-
- Updated dependencies [[`44ae74c`](https://github.com/LedgerHQ/ledger-live/commit/44ae74c272ba803bed7c9f4fc3351e3ce8a15531), [`8ce7b0a`](https://github.com/LedgerHQ/ledger-live/commit/8ce7b0ab2d1d73ef071102f795e7c868c676b1f4), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca)]:
|
|
12
|
-
- @ledgerhq/coin-framework@2.
|
|
13
|
-
- @ledgerhq/types-live@6.
|
|
13
|
+
- Updated dependencies [[`44ae74c`](https://github.com/LedgerHQ/ledger-live/commit/44ae74c272ba803bed7c9f4fc3351e3ce8a15531), [`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d), [`8ce7b0a`](https://github.com/LedgerHQ/ledger-live/commit/8ce7b0ab2d1d73ef071102f795e7c868c676b1f4), [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
|
|
14
|
+
- @ledgerhq/coin-framework@2.6.0
|
|
15
|
+
- @ledgerhq/types-live@6.66.0
|
|
16
|
+
- @ledgerhq/live-env@2.8.0
|
|
17
|
+
- @ledgerhq/cryptoassets@13.14.1
|
|
18
|
+
- @ledgerhq/live-network@2.0.7
|
|
14
19
|
|
|
15
|
-
## 0.5.0-
|
|
20
|
+
## 0.5.0-next.0
|
|
16
21
|
|
|
17
|
-
###
|
|
22
|
+
### Minor Changes
|
|
18
23
|
|
|
19
|
-
-
|
|
20
|
-
- @ledgerhq/coin-framework@2.5.0-nightly.2
|
|
21
|
-
- @ledgerhq/types-live@6.65.0-nightly.0
|
|
22
|
-
- @ledgerhq/live-env@2.7.0-nightly.1
|
|
23
|
-
- @ledgerhq/cryptoassets@13.14.0-nightly.2
|
|
24
|
-
- @ledgerhq/live-network@2.0.6-nightly.1
|
|
24
|
+
- [#9691](https://github.com/LedgerHQ/ledger-live/pull/9691) [`a7b1969`](https://github.com/LedgerHQ/ledger-live/commit/a7b19697ff6d4db1e5da365a02db91498a17332c) Thanks [@thesan](https://github.com/thesan)! - Fix trend on range predating owning an asset
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
- [#9669](https://github.com/LedgerHQ/ledger-live/pull/9669) [`b9defcd`](https://github.com/LedgerHQ/ledger-live/commit/b9defcdcb44c6be2c141801a4e0dd27e72f83024) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add the display of token accounts with the new accounts list UI
|
|
27
27
|
|
|
28
28
|
### Patch Changes
|
|
29
29
|
|
|
30
|
-
- Updated dependencies [[`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d)]:
|
|
31
|
-
- @ledgerhq/coin-framework@2.
|
|
30
|
+
- Updated dependencies [[`44ae74c`](https://github.com/LedgerHQ/ledger-live/commit/44ae74c272ba803bed7c9f4fc3351e3ce8a15531), [`71bb6a9`](https://github.com/LedgerHQ/ledger-live/commit/71bb6a9adb4ac83172be5def5b25d2836380df1d), [`8ce7b0a`](https://github.com/LedgerHQ/ledger-live/commit/8ce7b0ab2d1d73ef071102f795e7c868c676b1f4), [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475), [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091), [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f)]:
|
|
31
|
+
- @ledgerhq/coin-framework@2.6.0-next.0
|
|
32
|
+
- @ledgerhq/types-live@6.66.0-next.0
|
|
33
|
+
- @ledgerhq/live-env@2.8.0-next.0
|
|
34
|
+
- @ledgerhq/cryptoassets@13.14.1-next.0
|
|
35
|
+
- @ledgerhq/live-network@2.0.7-next.0
|
|
32
36
|
|
|
33
|
-
## 0.
|
|
37
|
+
## 0.4.6
|
|
34
38
|
|
|
35
|
-
###
|
|
39
|
+
### Patch Changes
|
|
36
40
|
|
|
37
|
-
- [
|
|
41
|
+
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
42
|
+
- @ledgerhq/coin-framework@2.5.0
|
|
43
|
+
- @ledgerhq/types-live@6.65.0
|
|
44
|
+
- @ledgerhq/live-env@2.7.0
|
|
45
|
+
- @ledgerhq/types-cryptoassets@7.21.0
|
|
46
|
+
- @ledgerhq/cryptoassets@13.14.0
|
|
47
|
+
- @ledgerhq/live-network@2.0.6
|
|
48
|
+
|
|
49
|
+
## 0.4.6-next.0
|
|
38
50
|
|
|
39
51
|
### Patch Changes
|
|
40
52
|
|
|
41
|
-
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1)]:
|
|
42
|
-
- @ledgerhq/coin-framework@2.5.0-
|
|
53
|
+
- Updated dependencies [[`2785d49`](https://github.com/LedgerHQ/ledger-live/commit/2785d49ac320498f98ed39b4eccc48310ad35fe1), [`2effe04`](https://github.com/LedgerHQ/ledger-live/commit/2effe04d9d4b3e407ed25da3b9f11324a82126d3), [`32f2a0c`](https://github.com/LedgerHQ/ledger-live/commit/32f2a0cf073e5c1a5d65cbe44e69660f8f510dd7), [`2407a6e`](https://github.com/LedgerHQ/ledger-live/commit/2407a6e1f3153c30c52d4bac4c9334fa95c351da), [`40e98c3`](https://github.com/LedgerHQ/ledger-live/commit/40e98c392bd9192570e46c2d62cf0779bdfe01ec), [`a656e47`](https://github.com/LedgerHQ/ledger-live/commit/a656e47c1dc3ac8b578debf9cf80eab370c7086f)]:
|
|
54
|
+
- @ledgerhq/coin-framework@2.5.0-next.0
|
|
55
|
+
- @ledgerhq/types-live@6.65.0-next.0
|
|
56
|
+
- @ledgerhq/live-env@2.7.0-next.0
|
|
57
|
+
- @ledgerhq/types-cryptoassets@7.21.0-next.0
|
|
58
|
+
- @ledgerhq/cryptoassets@13.14.0-next.0
|
|
59
|
+
- @ledgerhq/live-network@2.0.6-next.0
|
|
43
60
|
|
|
44
61
|
## 0.4.5
|
|
45
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-countervalues",
|
|
3
|
-
"version": "0.5.0
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Ledger Live countervalues module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"types": "lib/index.d.ts",
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ledgerhq/types-live": "6.
|
|
25
|
-
"@ledgerhq/
|
|
26
|
-
"@ledgerhq/cryptoassets": "
|
|
27
|
-
"@ledgerhq/coin-framework": "2.
|
|
24
|
+
"@ledgerhq/types-live": "6.66.0",
|
|
25
|
+
"@ledgerhq/cryptoassets": "13.14.1",
|
|
26
|
+
"@ledgerhq/types-cryptoassets": "7.21.0",
|
|
27
|
+
"@ledgerhq/coin-framework": "2.6.0",
|
|
28
28
|
"@ledgerhq/logs": "6.12.0",
|
|
29
|
-
"@ledgerhq/live-network": "2.0.6-nightly.1",
|
|
30
29
|
"@ledgerhq/live-promise": "0.1.0",
|
|
31
|
-
"@ledgerhq/live-env": "2.
|
|
30
|
+
"@ledgerhq/live-env": "2.8.0",
|
|
31
|
+
"@ledgerhq/live-network": "2.0.7"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/jest": "^29.5.10",
|