@ledgerhq/cryptoassets 13.28.0-nightly.3 → 13.28.1-nightly.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 +11 -14
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@13.28.0
|
|
2
|
+
> @ledgerhq/cryptoassets@13.28.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,27 +1,24 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 13.28.
|
|
3
|
+
## 13.28.1-nightly.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [
|
|
7
|
+
- Updated dependencies [[`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`fe97131`](https://github.com/LedgerHQ/ledger-live/commit/fe971313776194e5942dfa9a95d6082950c3111e)]:
|
|
8
|
+
- @ledgerhq/live-env@2.17.0-nightly.0
|
|
8
9
|
|
|
9
|
-
## 13.28.0
|
|
10
|
+
## 13.28.0
|
|
10
11
|
|
|
11
12
|
### Minor Changes
|
|
12
13
|
|
|
13
|
-
- [#
|
|
14
|
-
|
|
15
|
-
## 13.28.0-nightly.1
|
|
14
|
+
- [#11682](https://github.com/LedgerHQ/ledger-live/pull/11682) [`338d979`](https://github.com/LedgerHQ/ledger-live/commit/338d979bae349b185c52b1d8c9f6718a3d142526) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update canton explorer link
|
|
16
15
|
|
|
17
16
|
### Patch Changes
|
|
18
17
|
|
|
19
|
-
- [
|
|
20
|
-
|
|
21
|
-
- Updated dependencies [[`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243)]:
|
|
22
|
-
- @ledgerhq/live-env@2.16.0-nightly.1
|
|
18
|
+
- Updated dependencies [[`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
|
|
19
|
+
- @ledgerhq/live-env@2.16.0
|
|
23
20
|
|
|
24
|
-
## 13.28.0-
|
|
21
|
+
## 13.28.0-next.0
|
|
25
22
|
|
|
26
23
|
### Minor Changes
|
|
27
24
|
|
|
@@ -29,8 +26,8 @@
|
|
|
29
26
|
|
|
30
27
|
### Patch Changes
|
|
31
28
|
|
|
32
|
-
- Updated dependencies [[`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
|
|
33
|
-
- @ledgerhq/live-env@2.16.0-
|
|
29
|
+
- Updated dependencies [[`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
|
|
30
|
+
- @ledgerhq/live-env@2.16.0-next.0
|
|
34
31
|
|
|
35
32
|
## 13.27.0
|
|
36
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "13.28.
|
|
3
|
+
"version": "13.28.1-nightly.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.
|
|
26
|
+
"@ledgerhq/live-env": "^2.17.0-nightly.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/bs58check": "^2.1.0",
|