@ledgerhq/cryptoassets 13.27.0-nightly.0 → 13.27.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 +33 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@13.
|
|
2
|
+
> @ledgerhq/cryptoassets@13.27.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,43 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 13.27.0
|
|
3
|
+
## 13.27.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- [#11509](https://github.com/LedgerHQ/ledger-live/pull/11509) [`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Canton lastblock + onboarding init
|
|
8
8
|
|
|
9
|
+
- [#10672](https://github.com/LedgerHQ/ledger-live/pull/10672) [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1) Thanks [@may01](https://github.com/may01)! - added Hedera tokens to CAL
|
|
10
|
+
added send/receive support to Hedera in LLD & LLM
|
|
11
|
+
added support for HTS token association flow to LLD & LLM
|
|
12
|
+
added support for "Associate token" transaction type to Hedera
|
|
13
|
+
added test fixtures to coin-hedera
|
|
14
|
+
|
|
15
|
+
- [#11355](https://github.com/LedgerHQ/ledger-live/pull/11355) [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - EVM dont call preload and hydrate when cal lazy loading is enabled
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
|
|
20
|
+
- @ledgerhq/live-env@2.15.0
|
|
21
|
+
|
|
22
|
+
## 13.27.0-next.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [#11509](https://github.com/LedgerHQ/ledger-live/pull/11509) [`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Canton lastblock + onboarding init
|
|
27
|
+
|
|
28
|
+
- [#10672](https://github.com/LedgerHQ/ledger-live/pull/10672) [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1) Thanks [@may01](https://github.com/may01)! - added Hedera tokens to CAL
|
|
29
|
+
added send/receive support to Hedera in LLD & LLM
|
|
30
|
+
added support for HTS token association flow to LLD & LLM
|
|
31
|
+
added support for "Associate token" transaction type to Hedera
|
|
32
|
+
added test fixtures to coin-hedera
|
|
33
|
+
|
|
34
|
+
- [#11355](https://github.com/LedgerHQ/ledger-live/pull/11355) [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - EVM dont call preload and hydrate when cal lazy loading is enabled
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [[`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
|
|
39
|
+
- @ledgerhq/live-env@2.15.0-next.0
|
|
40
|
+
|
|
9
41
|
## 13.26.0
|
|
10
42
|
|
|
11
43
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "13.27.0
|
|
3
|
+
"version": "13.27.0",
|
|
4
4
|
"description": "Ledger crypto-assets list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"axios": "1.11.0",
|
|
24
24
|
"bs58check": "^2.1.2",
|
|
25
25
|
"invariant": "2",
|
|
26
|
-
"@ledgerhq/live-env": "^2.15.0
|
|
26
|
+
"@ledgerhq/live-env": "^2.15.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/bs58check": "^2.1.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"source-map-support": "^0.5.21",
|
|
36
36
|
"ts-jest": "^29.1.1",
|
|
37
37
|
"ts-node": "^10.7.0",
|
|
38
|
-
"@ledgerhq/types-cryptoassets": "^7.26.0
|
|
38
|
+
"@ledgerhq/types-cryptoassets": "^7.26.0"
|
|
39
39
|
},
|
|
40
40
|
"typesVersions": {
|
|
41
41
|
"*": {
|