@ledgerhq/cryptoassets 13.19.0-nightly.1 → 13.19.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/cryptoassets@13.18.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
2
+ > @ledgerhq/cryptoassets@13.19.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,17 +1,30 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
- ## 13.19.0-nightly.1
3
+ ## 13.19.0
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-nightly.0
9
+ ## 13.19.0-next.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#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
14
+
15
+ ## 13.18.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357)]:
20
+ - @ledgerhq/live-env@2.10.0
21
+
22
+ ## 13.18.1-next.0
10
23
 
11
24
  ### Patch Changes
12
25
 
13
26
  - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357)]:
14
- - @ledgerhq/live-env@2.9.1-nightly.0
27
+ - @ledgerhq/live-env@2.10.0-next.0
15
28
 
16
29
  ## 13.18.0
17
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "13.19.0-nightly.1",
3
+ "version": "13.19.0",
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.9.1-nightly.0"
26
+ "@ledgerhq/live-env": "^2.10.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/bs58check": "^2.1.0",