@ledgerhq/coin-framework 4.1.0-nightly.1 → 5.0.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-framework@4.0.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-framework
2
+ > @ledgerhq/coin-framework@4.0.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,24 +1,21 @@
1
1
  # @ledgerhq/coin-framework
2
2
 
3
- ## 4.1.0-nightly.1
3
+ ## 5.0.0
4
4
 
5
- ### Minor Changes
5
+ ### Major Changes
6
6
 
7
- - [#9888](https://github.com/LedgerHQ/ledger-live/pull/9888) [`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431) Thanks [@palra](https://github.com/palra)! - add babylon currency
7
+ - [#9993](https://github.com/LedgerHQ/ledger-live/pull/9993) [`b599ac4`](https://github.com/LedgerHQ/ledger-live/commit/b599ac4697688459aad15371f9efea58f331dc33) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Change alpaca estimate signature
8
8
 
9
- ### Patch Changes
10
-
11
- - Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431)]:
12
- - @ledgerhq/types-cryptoassets@7.23.0-nightly.0
13
- - @ledgerhq/cryptoassets@13.16.0-nightly.0
14
- - @ledgerhq/types-live@6.69.0-nightly.1
9
+ ### Minor Changes
15
10
 
16
- ## 4.0.1-nightly.0
11
+ - [#9888](https://github.com/LedgerHQ/ledger-live/pull/9888) [`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431) Thanks [@palra](https://github.com/palra)! - add babylon currency
17
12
 
18
13
  ### Patch Changes
19
14
 
20
- - Updated dependencies [[`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
21
- - @ledgerhq/types-live@6.69.0-nightly.0
15
+ - Updated dependencies [[`de92b67`](https://github.com/LedgerHQ/ledger-live/commit/de92b67ab9c8a553a817a245cecbfe292249d431), [`1d72da9`](https://github.com/LedgerHQ/ledger-live/commit/1d72da911a56d5b25fb6464e60ac236927823ce4)]:
16
+ - @ledgerhq/types-cryptoassets@7.23.0
17
+ - @ledgerhq/cryptoassets@13.16.0
18
+ - @ledgerhq/types-live@6.69.0
22
19
 
23
20
  ## 4.0.0
24
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-framework",
3
- "version": "4.1.0-nightly.1",
3
+ "version": "5.0.0",
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.16.0-nightly.0",
95
- "@ledgerhq/devices": "8.4.5-nightly.0",
96
- "@ledgerhq/errors": "^6.20.0-nightly.0",
94
+ "@ledgerhq/cryptoassets": "^13.16.0",
95
+ "@ledgerhq/devices": "8.4.4",
96
+ "@ledgerhq/errors": "^6.19.1",
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-live": "^6.69.0-nightly.1",
101
- "@ledgerhq/types-cryptoassets": "^7.23.0-nightly.0"
100
+ "@ledgerhq/types-cryptoassets": "^7.23.0",
101
+ "@ledgerhq/types-live": "^6.69.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.5-nightly.0",
114
- "@ledgerhq/hw-transport-node-speculos-http": "^6.29.5-nightly.0"
113
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.4",
114
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.29.4"
115
115
  },
116
116
  "scripts": {
117
117
  "clean": "rm -rf lib lib-es",