@ledgerhq/cryptoassets 13.24.0-nightly.0 → 13.24.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/cryptoassets@13.23.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
2
+ > @ledgerhq/cryptoassets@13.24.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,10 +1,37 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
- ## 13.24.0-nightly.0
3
+ ## 13.24.1-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`75a08cc`](https://github.com/LedgerHQ/ledger-live/commit/75a08cc3061347bae98ddef7ac3cdcd6181ddab5)]:
8
+ - @ledgerhq/live-env@2.14.0-nightly.0
9
+
10
+ ## 13.24.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#11073](https://github.com/LedgerHQ/ledger-live/pull/11073) [`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636) Thanks [@Canestin](https://github.com/Canestin)! - update sonic manager app name
15
+
16
+ - [#11164](https://github.com/LedgerHQ/ledger-live/pull/11164) [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Canton module init
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777)]:
21
+ - @ledgerhq/live-env@2.13.0
22
+
23
+ ## 13.24.0-next.0
4
24
 
5
25
  ### Minor Changes
6
26
 
7
- - [#11294](https://github.com/LedgerHQ/ledger-live/pull/11294) [`0c8486e`](https://github.com/LedgerHQ/ledger-live/commit/0c8486ea830e9e2abf1dfc5d108117e1db733072) Thanks [@scavassa-yld](https://github.com/scavassa-yld)! - Add dmc to supported sui tokens
27
+ - [#11073](https://github.com/LedgerHQ/ledger-live/pull/11073) [`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636) Thanks [@Canestin](https://github.com/Canestin)! - update sonic manager app name
28
+
29
+ - [#11164](https://github.com/LedgerHQ/ledger-live/pull/11164) [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Canton module init
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [[`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777)]:
34
+ - @ledgerhq/live-env@2.13.0-next.0
8
35
 
9
36
  ## 13.23.0
10
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "13.24.0-nightly.0",
3
+ "version": "13.24.1-nightly.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.13.0-nightly.0"
26
+ "@ledgerhq/live-env": "^2.14.0-nightly.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.24.0"
38
+ "@ledgerhq/types-cryptoassets": "^7.25.0"
39
39
  },
40
40
  "typesVersions": {
41
41
  "*": {