@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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-framework@2.6.0 build /home/runner/work/ledger-live/ledger-live/libs/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-next.0
3
+ ## 3.0.0-nightly.1
4
4
 
5
- ### Major Changes
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
- ### Minor Changes
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
- - [#9230](https://github.com/LedgerHQ/ledger-live/pull/9230) [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81) Thanks [@lawRathod](https://github.com/lawRathod)! - Add support for mina blockchain
10
+ ## 3.0.0-nightly.0
12
11
 
13
- ### Patch Changes
12
+ ### Major Changes
14
13
 
15
- - Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
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-next.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.15.0-next.0",
95
- "@ledgerhq/devices": "8.4.4",
96
- "@ledgerhq/errors": "^6.19.1",
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-next.0",
101
- "@ledgerhq/types-live": "^6.67.0-next.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.4",
114
- "@ledgerhq/hw-transport-node-speculos-http": "^6.29.4"
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",