@ledgerhq/coin-framework 0.2.2-next.0 → 0.3.0-next.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/CHANGELOG.md CHANGED
@@ -1,12 +1,18 @@
1
1
  # @ledgerhq/coin-framework
2
2
 
3
- ## 0.2.2-next.0
3
+ ## 0.3.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3079](https://github.com/LedgerHQ/ledger-live/pull/3079) [`d9732f38ed`](https://github.com/LedgerHQ/ledger-live/commit/d9732f38ed891ce090c98645de55103208015a60) Thanks [@gre](https://github.com/gre)! - Sunset Compound Lending from Ledger Live 'native' codebase
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [[`5785155282`](https://github.com/LedgerHQ/ledger-live/commit/5785155282d61d0dbdc30f7a66d3243a74fce117), [`197d28697b`](https://github.com/LedgerHQ/ledger-live/commit/197d28697b173c3f6b2badfe4d1deddeadc912d4), [`d4834aad3f`](https://github.com/LedgerHQ/ledger-live/commit/d4834aad3f58d904850be9a3ab40b46260d9f7d4)]:
11
+ - Updated dependencies [[`d9732f38ed`](https://github.com/LedgerHQ/ledger-live/commit/d9732f38ed891ce090c98645de55103208015a60), [`5785155282`](https://github.com/LedgerHQ/ledger-live/commit/5785155282d61d0dbdc30f7a66d3243a74fce117), [`197d28697b`](https://github.com/LedgerHQ/ledger-live/commit/197d28697b173c3f6b2badfe4d1deddeadc912d4), [`d4834aad3f`](https://github.com/LedgerHQ/ledger-live/commit/d4834aad3f58d904850be9a3ab40b46260d9f7d4)]:
12
+ - @ledgerhq/types-cryptoassets@7.1.0-next.0
8
13
  - @ledgerhq/cryptoassets@9.3.0-next.0
9
14
  - @ledgerhq/types-live@6.32.0-next.0
15
+ - @ledgerhq/live-env@0.1.0-next.0
10
16
  - @ledgerhq/live-portfolio@0.0.2-next.0
11
17
 
12
18
  ## 0.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-framework",
3
- "version": "0.2.2-next.0",
3
+ "version": "0.3.0-next.0",
4
4
  "description": "Ledger framework for Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -65,11 +65,11 @@
65
65
  "@ledgerhq/devices": "^8.0.1",
66
66
  "@ledgerhq/errors": "^6.12.4",
67
67
  "@ledgerhq/hw-transport": "^6.28.2",
68
- "@ledgerhq/live-env": "^0.0.1",
68
+ "@ledgerhq/live-env": "^0.1.0-next.0",
69
69
  "@ledgerhq/live-portfolio": "^0.0.2-next.0",
70
70
  "@ledgerhq/live-promise": "^0.0.1",
71
71
  "@ledgerhq/logs": "^6.10.1",
72
- "@ledgerhq/types-cryptoassets": "^7.0.0",
72
+ "@ledgerhq/types-cryptoassets": "^7.1.0-next.0",
73
73
  "@ledgerhq/types-live": "^6.32.0-next.0"
74
74
  },
75
75
  "devDependencies": {