@ledgerhq/cryptoassets 9.8.0-nightly.2 → 9.8.0-notarizer.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 +7 -11
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/cryptoassets@9.
|
|
2
|
+
> @ledgerhq/cryptoassets@9.7.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,25 +1,21 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 9.8.0-
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- [#3701](https://github.com/LedgerHQ/ledger-live/pull/3701) [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - fixed exchange app signatures for BSC coin and tokens
|
|
8
|
-
|
|
9
|
-
## 9.8.0-nightly.1
|
|
3
|
+
## 9.8.0-notarizer.0
|
|
10
4
|
|
|
11
5
|
### Minor Changes
|
|
12
6
|
|
|
13
7
|
- [#3676](https://github.com/LedgerHQ/ledger-live/pull/3676) [`be5f56b233`](https://github.com/LedgerHQ/ledger-live/commit/be5f56b2330c166323914b79fef37a3c05e0e13a) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - update CAL
|
|
14
8
|
|
|
15
|
-
## 9.8.0-nightly.0
|
|
16
|
-
|
|
17
|
-
### Minor Changes
|
|
18
|
-
|
|
19
9
|
- [#3626](https://github.com/LedgerHQ/ledger-live/pull/3626) [`d1aa522db7`](https://github.com/LedgerHQ/ledger-live/commit/d1aa522db75f7ea850efe412abaa4dc7d37af6b7) Thanks [@henrily-ledger](https://github.com/henrily-ledger)! - Allow addtoken to replace existing token
|
|
20
10
|
|
|
21
11
|
- [#3632](https://github.com/LedgerHQ/ledger-live/pull/3632) [`ebe5b07afe`](https://github.com/LedgerHQ/ledger-live/commit/ebe5b07afec441ea3e2d9103da9e1175972add47) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - CAL update
|
|
22
12
|
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#3701](https://github.com/LedgerHQ/ledger-live/pull/3701) [`cb95f72c24`](https://github.com/LedgerHQ/ledger-live/commit/cb95f72c2415876ef88ca83fd2c4363a57669b92) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - fixed exchange app signatures for BSC coin and tokens
|
|
16
|
+
|
|
17
|
+
- [#3483](https://github.com/LedgerHQ/ledger-live/pull/3483) [`4a1454beb3`](https://github.com/LedgerHQ/ledger-live/commit/4a1454beb3f86405ba2686e07879c12a7d35ad8e) Thanks [@gre](https://github.com/gre)! - use ledger currency id on Countervalues API usage.
|
|
18
|
+
|
|
23
19
|
## 9.7.0
|
|
24
20
|
|
|
25
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "9.8.0-
|
|
3
|
+
"version": "9.8.0-notarizer.0",
|
|
4
4
|
"description": "Ledger crypto-assets list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"source-map-support": "^0.5.21",
|
|
68
68
|
"ts-jest": "^28.0.5",
|
|
69
69
|
"ts-node": "^10.4.0",
|
|
70
|
-
"@ledgerhq/types-cryptoassets": "^7.3.0-
|
|
70
|
+
"@ledgerhq/types-cryptoassets": "^7.3.0-notarizer.0"
|
|
71
71
|
},
|
|
72
72
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
73
73
|
"scripts": {
|