@ledgerhq/cryptoassets 6.36.0-next.0 → 6.36.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 +2 -2
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/cryptoassets:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/cryptoassets:build: cache hit, replaying output 86c46d645550b3bc
|
|
2
2
|
@ledgerhq/cryptoassets:build:
|
|
3
|
-
@ledgerhq/cryptoassets:build: > @ledgerhq/cryptoassets@6.
|
|
3
|
+
@ledgerhq/cryptoassets:build: > @ledgerhq/cryptoassets@6.36.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/cryptoassets
|
|
4
4
|
@ledgerhq/cryptoassets:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/cryptoassets:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
+
## 6.36.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1442](https://github.com/LedgerHQ/ledger-live/pull/1442) [`d3dc2c6877`](https://github.com/LedgerHQ/ledger-live/commit/d3dc2c6877fbdcaf68e442a781798d752fc5152d) Thanks [@sarneijim](https://github.com/sarneijim)! - Add bep20 exchange
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1419](https://github.com/LedgerHQ/ledger-live/pull/1419) [`2100b9fb81`](https://github.com/LedgerHQ/ledger-live/commit/2100b9fb81a4fd04f65b96561c0a7d618658843a) Thanks [@gre](https://github.com/gre)! - Introduce tests to ensure we define abandonseed values for coin we support
|
|
12
|
+
|
|
3
13
|
## 6.36.0-next.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|