@ledgerhq/cryptoassets 13.1.0-nightly.2 → 13.1.0-windows-certificate.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 +8 -8
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@13.
|
|
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,22 +1,22 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 13.1.0-
|
|
3
|
+
## 13.1.0-windows-certificate.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
7
|
+
- [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- [#6822](https://github.com/LedgerHQ/ledger-live/pull/6822) [`801265b`](https://github.com/LedgerHQ/ledger-live/commit/801265b7ff3ed7ebd0012eb50f70898557a2dd52) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Change `ripple` currency's family to `xrp`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- [#6861](https://github.com/LedgerHQ/ledger-live/pull/6861) [`84274a6`](https://github.com/LedgerHQ/ledger-live/commit/84274a6e764a385f707bc811ead7a7e92a02ed6a) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Change Polygon, BSC and Ethereum Classic manager app to Ethereum & import new Exchange CAL files
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
### Patch Changes
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
- [#6771](https://github.com/LedgerHQ/ledger-live/pull/6771) [`6c35cc5`](https://github.com/LedgerHQ/ledger-live/commit/6c35cc564cb050614ee571907f628ecf15ec4584) Thanks [@gre](https://github.com/gre)! - LL's preferred countervalues will now have all the possible fiats that our CVS api supports.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
- [#6778](https://github.com/LedgerHQ/ledger-live/pull/6778) [`4499990`](https://github.com/LedgerHQ/ledger-live/commit/449999066c58ae5df371dfb92a7230f9b5e90a60) Thanks [@cng-ledger](https://github.com/cng-ledger)! - feat(10131): update token signatures
|
|
18
18
|
|
|
19
|
-
- [
|
|
19
|
+
- [`fda6a81`](https://github.com/LedgerHQ/ledger-live/commit/fda6a814544b3a1debceab22f69485911e76cadc) Thanks [@valpinkman](https://github.com/valpinkman)! - Update TRC20 exchange importer not compatible with the new `fetchTokens` return
|
|
20
20
|
|
|
21
21
|
## 13.0.0
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "13.1.0-
|
|
3
|
+
"version": "13.1.0-windows-certificate.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.13.0-
|
|
37
|
+
"@ledgerhq/types-cryptoassets": "^7.13.0-windows-certificate.0"
|
|
38
38
|
},
|
|
39
39
|
"typesVersions": {
|
|
40
40
|
"*": {
|