@ledgerhq/cryptoassets 11.2.0-next.0 → 11.2.0-nightly.1
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 +3 -7
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@11.1.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
2
|
+
> @ledgerhq/cryptoassets@11.1.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 11.2.0-
|
|
3
|
+
## 11.2.0-nightly.1
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#4819](https://github.com/LedgerHQ/ledger-live/pull/4819) [`c5981ae341`](https://github.com/LedgerHQ/ledger-live/commit/c5981ae3411abc4c8594adf2efcb52aacddac143) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add support for casper blockchain
|
|
8
|
-
|
|
9
7
|
- [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
|
|
10
8
|
|
|
9
|
+
## 11.1.1-nightly.0
|
|
10
|
+
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
13
|
- [#5292](https://github.com/LedgerHQ/ledger-live/pull/5292) [`08dde174fd`](https://github.com/LedgerHQ/ledger-live/commit/08dde174fdeaadbce85dcd914383839f788f21dd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Lukso
|
|
14
14
|
|
|
15
|
-
- [#5276](https://github.com/LedgerHQ/ledger-live/pull/5276) [`317685e696`](https://github.com/LedgerHQ/ledger-live/commit/317685e69678e6fe1f489f0c071e7613d329d389) Thanks [@lvndry](https://github.com/lvndry)! - Enable tron tokens countervalues by default
|
|
16
|
-
|
|
17
|
-
- [#5283](https://github.com/LedgerHQ/ledger-live/pull/5283) [`b4e7201b0b`](https://github.com/LedgerHQ/ledger-live/commit/b4e7201b0b70d146de7d936ff2c9e9e443164243) Thanks [@lvndry](https://github.com/lvndry)! - Update cryptoasset list
|
|
18
|
-
|
|
19
15
|
## 11.1.0
|
|
20
16
|
|
|
21
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "11.2.0-
|
|
3
|
+
"version": "11.2.0-nightly.1",
|
|
4
4
|
"description": "Ledger crypto-assets list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"source-map-support": "^0.5.21",
|
|
35
35
|
"ts-jest": "^28.0.5",
|
|
36
36
|
"ts-node": "^10.7.0",
|
|
37
|
-
"@ledgerhq/types-cryptoassets": "^7.8.0-
|
|
37
|
+
"@ledgerhq/types-cryptoassets": "^7.8.0-nightly.1"
|
|
38
38
|
},
|
|
39
39
|
"typesVersions": {
|
|
40
40
|
"*": {
|