@ledgerhq/cryptoassets 10.0.0-next.0 → 10.0.0-nightly.1
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 -3
- 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.13.0-nightly.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,6 +1,6 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 10.0.0-
|
|
3
|
+
## 10.0.0-nightly.1
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
@@ -11,8 +11,6 @@
|
|
|
11
11
|
|
|
12
12
|
### Minor Changes
|
|
13
13
|
|
|
14
|
-
- [#4624](https://github.com/LedgerHQ/ledger-live/pull/4624) [`72288402ec`](https://github.com/LedgerHQ/ledger-live/commit/72288402ec70f9159022505cb3187e63b24df450) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - CAL update
|
|
15
|
-
|
|
16
14
|
- [#4583](https://github.com/LedgerHQ/ledger-live/pull/4583) [`f527d1bb5a`](https://github.com/LedgerHQ/ledger-live/commit/f527d1bb5a2888a916f761d43d2ba5093eaa3e3f) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Integrate injective + gas rework
|
|
17
15
|
|
|
18
16
|
### Patch Changes
|
|
@@ -21,6 +19,12 @@
|
|
|
21
19
|
|
|
22
20
|
- [#4714](https://github.com/LedgerHQ/ledger-live/pull/4714) [`49ea3fd98b`](https://github.com/LedgerHQ/ledger-live/commit/49ea3fd98ba1e1e0ed54d29ab5fdc71c4918183f) Thanks [@lvndry](https://github.com/lvndry)! - Update zcash explorer to zcashblockexplorer.com
|
|
23
21
|
|
|
22
|
+
## 9.13.0-nightly.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [#4624](https://github.com/LedgerHQ/ledger-live/pull/4624) [`72288402ec`](https://github.com/LedgerHQ/ledger-live/commit/72288402ec70f9159022505cb3187e63b24df450) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - CAL update
|
|
27
|
+
|
|
24
28
|
## 9.12.1
|
|
25
29
|
|
|
26
30
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "10.0.0-
|
|
3
|
+
"version": "10.0.0-nightly.1",
|
|
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.5.0-
|
|
70
|
+
"@ledgerhq/types-cryptoassets": "^7.5.0-nightly.0"
|
|
71
71
|
},
|
|
72
72
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
73
73
|
"scripts": {
|