@ledgerhq/coin-framework 3.0.0-next.0 → 3.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 -11
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-framework@
|
|
2
|
+
> @ledgerhq/coin-framework@3.0.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,21 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/coin-framework
|
|
2
2
|
|
|
3
|
-
## 3.0.0-
|
|
3
|
+
## 3.0.0-nightly.1
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- [#9835](https://github.com/LedgerHQ/ledger-live/pull/9835) [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-framework): return token balances in `getBalance`
|
|
5
|
+
### Patch Changes
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
- Updated dependencies [[`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
|
|
8
|
+
- @ledgerhq/types-live@6.67.0-nightly.0
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
## 3.0.0-nightly.0
|
|
12
11
|
|
|
13
|
-
###
|
|
12
|
+
### Major Changes
|
|
14
13
|
|
|
15
|
-
-
|
|
16
|
-
- @ledgerhq/types-live@6.67.0-next.0
|
|
17
|
-
- @ledgerhq/cryptoassets@13.15.0-next.0
|
|
18
|
-
- @ledgerhq/types-cryptoassets@7.22.0-next.0
|
|
14
|
+
- [#9835](https://github.com/LedgerHQ/ledger-live/pull/9835) [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-framework): return token balances in `getBalance`
|
|
19
15
|
|
|
20
16
|
## 2.6.0
|
|
21
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-framework",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.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.
|
|
95
|
-
"@ledgerhq/devices": "8.4.
|
|
96
|
-
"@ledgerhq/errors": "^6.
|
|
94
|
+
"@ledgerhq/cryptoassets": "^13.14.1",
|
|
95
|
+
"@ledgerhq/devices": "8.4.5-nightly.0",
|
|
96
|
+
"@ledgerhq/errors": "^6.20.0-nightly.0",
|
|
97
97
|
"@ledgerhq/live-env": "^2.8.0",
|
|
98
98
|
"@ledgerhq/live-network": "^2.0.7",
|
|
99
99
|
"@ledgerhq/logs": "^6.12.0",
|
|
100
|
-
"@ledgerhq/types-cryptoassets": "^7.22.0-
|
|
101
|
-
"@ledgerhq/types-live": "^6.67.0-
|
|
100
|
+
"@ledgerhq/types-cryptoassets": "^7.22.0-nightly.0",
|
|
101
|
+
"@ledgerhq/types-live": "^6.67.0-nightly.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@types/invariant": "^2.2.2",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"timemachine": "^0.3.2",
|
|
111
111
|
"ts-jest": "^29.1.1",
|
|
112
112
|
"jest-sonar": "0.2.16",
|
|
113
|
-
"@ledgerhq/hw-transport-node-speculos": "^6.29.
|
|
114
|
-
"@ledgerhq/hw-transport-node-speculos-http": "^6.29.
|
|
113
|
+
"@ledgerhq/hw-transport-node-speculos": "^6.29.5-nightly.0",
|
|
114
|
+
"@ledgerhq/hw-transport-node-speculos-http": "^6.29.5-nightly.0"
|
|
115
115
|
},
|
|
116
116
|
"scripts": {
|
|
117
117
|
"clean": "rm -rf lib lib-es",
|