@ledgerhq/cryptoassets 13.19.0-next.0 → 13.19.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/cryptoassets@13.18.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
2
+ > @ledgerhq/cryptoassets@13.18.1-nightly.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,24 +1,17 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
- ## 13.19.0-next.0
3
+ ## 13.19.0-nightly.1
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#10557](https://github.com/LedgerHQ/ledger-live/pull/10557) [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e) Thanks [@Canestin](https://github.com/Canestin)! - Update CAL tokens
8
8
 
9
- ## 13.18.1
9
+ ## 13.18.1-nightly.0
10
10
 
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357)]:
14
- - @ledgerhq/live-env@2.10.0
15
-
16
- ## 13.18.1-next.0
17
-
18
- ### Patch Changes
19
-
20
- - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357)]:
21
- - @ledgerhq/live-env@2.10.0-next.0
14
+ - @ledgerhq/live-env@2.9.1-nightly.0
22
15
 
23
16
  ## 13.18.0
24
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "13.19.0-next.0",
3
+ "version": "13.19.0-nightly.1",
4
4
  "description": "Ledger crypto-assets list",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -23,7 +23,7 @@
23
23
  "axios": "1.7.7",
24
24
  "bs58check": "^2.1.2",
25
25
  "invariant": "2",
26
- "@ledgerhq/live-env": "^2.10.0"
26
+ "@ledgerhq/live-env": "^2.9.1-nightly.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/bs58check": "^2.1.0",