@ledgerhq/cryptoassets 13.0.0-next.0 → 13.0.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@12.1.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
2
+ > @ledgerhq/cryptoassets@13.0.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ledgerhq/cryptoassets
2
2
 
3
+ ## 13.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#6669](https://github.com/LedgerHQ/ledger-live/pull/6669) [`fdb76a7`](https://github.com/LedgerHQ/ledger-live/commit/fdb76a7c3a8459a50b22b3e5a5a3002932805bcd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removing support for Goerli & Ropsten networks and their Layer 2 variants (Linea Goerli & Optimism Goerli) and replace them by Linea Sepolia & Optimism Sepolia
8
+
9
+ ### Minor Changes
10
+
11
+ - [#6567](https://github.com/LedgerHQ/ledger-live/pull/6567) [`0dae8e5`](https://github.com/LedgerHQ/ledger-live/commit/0dae8e5a33704eaee5976e8ae2cbe29c6f458167) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update importers to include hash files in order to detect changes while requesting CDN with `If-None-Match` header
12
+
13
+ - [#6676](https://github.com/LedgerHQ/ledger-live/pull/6676) [`2f2ef00`](https://github.com/LedgerHQ/ledger-live/commit/2f2ef001145469870ac703b6af28fdf8f0d70945) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Adding support for TRC20 exchange importing
14
+
15
+ ### Patch Changes
16
+
17
+ - [#6734](https://github.com/LedgerHQ/ledger-live/pull/6734) [`45a53bc`](https://github.com/LedgerHQ/ledger-live/commit/45a53bc227ab2f42b1e839aacbb8c251d0a4a5d2) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Update TRC20 exchange importer not compatible with the new `fetchTokens` return
18
+
3
19
  ## 13.0.0-next.0
4
20
 
5
21
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/cryptoassets",
3
- "version": "13.0.0-next.0",
3
+ "version": "13.0.0",
4
4
  "description": "Ledger crypto-assets list",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -34,7 +34,7 @@
34
34
  "source-map-support": "^0.5.21",
35
35
  "ts-jest": "^29.1.1",
36
36
  "ts-node": "^10.7.0",
37
- "@ledgerhq/types-cryptoassets": "^7.12.0-next.0"
37
+ "@ledgerhq/types-cryptoassets": "^7.12.0"
38
38
  },
39
39
  "typesVersions": {
40
40
  "*": {