@ledgerhq/coin-framework 2.6.0-next.0 → 2.6.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 +11 -16
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-framework@2.
|
|
2
|
+
> @ledgerhq/coin-framework@2.6.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-framework
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,25 @@
|
|
|
1
1
|
# @ledgerhq/coin-framework
|
|
2
2
|
|
|
3
|
-
## 2.6.0-
|
|
3
|
+
## 2.6.0-nightly.1
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [[`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3)]:
|
|
8
|
+
- @ledgerhq/cryptoassets@13.15.0-nightly.1
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
## 2.6.0-nightly.0
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
### Minor Changes
|
|
12
13
|
|
|
13
14
|
- [#9720](https://github.com/LedgerHQ/ledger-live/pull/9720) [`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove generated formatters file
|
|
14
15
|
|
|
15
|
-
- [#9597](https://github.com/LedgerHQ/ledger-live/pull/9597) [`1e7d454`](https://github.com/LedgerHQ/ledger-live/commit/1e7d454d99f1f39880f39a120c59020725d26475) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - isAccountEmpty is now defined in each coin needed a dedicated logic.
|
|
16
|
-
|
|
17
|
-
- [#9648](https://github.com/LedgerHQ/ledger-live/pull/9648) [`f1732a7`](https://github.com/LedgerHQ/ledger-live/commit/f1732a795e54f666b67e7686d59926037412caca) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Remove SubAccount as it is an alias to TokenAccount
|
|
18
|
-
|
|
19
|
-
- [#9690](https://github.com/LedgerHQ/ledger-live/pull/9690) [`d694069`](https://github.com/LedgerHQ/ledger-live/commit/d6940698a49b7a0ed48f84d6e8184d80760cca4f) Thanks [@Justkant](https://github.com/Justkant)! - feat: support Solana NFTs
|
|
20
|
-
|
|
21
16
|
### Patch Changes
|
|
22
17
|
|
|
23
|
-
- Updated dependencies [[`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`
|
|
24
|
-
- @ledgerhq/types-live@6.66.0-
|
|
25
|
-
- @ledgerhq/live-env@2.8.0-
|
|
26
|
-
- @ledgerhq/cryptoassets@13.14.1-
|
|
27
|
-
- @ledgerhq/live-network@2.0.7-
|
|
18
|
+
- Updated dependencies [[`46a9620`](https://github.com/LedgerHQ/ledger-live/commit/46a9620b4ea6343efc28792d3b57bf84ee2a23e8), [`32d46cc`](https://github.com/LedgerHQ/ledger-live/commit/32d46cc77debe059ae0bcd848a21065dec7ee091)]:
|
|
19
|
+
- @ledgerhq/types-live@6.66.0-nightly.0
|
|
20
|
+
- @ledgerhq/live-env@2.8.0-nightly.0
|
|
21
|
+
- @ledgerhq/cryptoassets@13.14.1-nightly.0
|
|
22
|
+
- @ledgerhq/live-network@2.0.7-nightly.0
|
|
28
23
|
|
|
29
24
|
## 2.5.0
|
|
30
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-framework",
|
|
3
|
-
"version": "2.6.0-
|
|
3
|
+
"version": "2.6.0-nightly.1",
|
|
4
4
|
"description": "Ledger framework for Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
"lodash": "^4.17.21",
|
|
92
92
|
"prando": "^6.0.1",
|
|
93
93
|
"rxjs": "^7.8.1",
|
|
94
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
94
|
+
"@ledgerhq/cryptoassets": "^13.15.0-nightly.1",
|
|
95
95
|
"@ledgerhq/devices": "8.4.4",
|
|
96
96
|
"@ledgerhq/errors": "^6.19.1",
|
|
97
|
-
"@ledgerhq/live-env": "^2.8.0-
|
|
98
|
-
"@ledgerhq/live-network": "^2.0.7-
|
|
97
|
+
"@ledgerhq/live-env": "^2.8.0-nightly.0",
|
|
98
|
+
"@ledgerhq/live-network": "^2.0.7-nightly.0",
|
|
99
99
|
"@ledgerhq/logs": "^6.12.0",
|
|
100
100
|
"@ledgerhq/types-cryptoassets": "^7.21.0",
|
|
101
|
-
"@ledgerhq/types-live": "^6.66.0-
|
|
101
|
+
"@ledgerhq/types-live": "^6.66.0-nightly.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@types/invariant": "^2.2.2",
|