@ledgerhq/coin-framework 5.3.0-next.0 → 5.3.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@5.2.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-framework
2
+ > @ledgerhq/coin-framework@5.2.1-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,22 +1,22 @@
1
1
  # @ledgerhq/coin-framework
2
2
 
3
- ## 5.3.0-next.0
3
+ ## 5.3.0-nightly.1
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#10422](https://github.com/LedgerHQ/ledger-live/pull/10422) [`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - Logic implementation for sanctioned addresses
7
+ - [#10425](https://github.com/LedgerHQ/ledger-live/pull/10425) [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4) Thanks [@qperrot](https://github.com/qperrot)! - Feature: handle black listed address on swap
8
8
 
9
- - [#10217](https://github.com/LedgerHQ/ledger-live/pull/10217) [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: update transactionintent generic types + remove xrp bridge and introduce the generic alpaca bridge in LLC
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
12
+ - @ledgerhq/types-live@6.73.0-nightly.1
10
13
 
11
- - [#10171](https://github.com/LedgerHQ/ledger-live/pull/10171) [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: ensure btc transactionSequenceNumber is preserved when input sequence is 0 (previously resulted in undefined)
14
+ ## 5.2.1-nightly.0
12
15
 
13
16
  ### Patch Changes
14
17
 
15
- - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357), [`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526)]:
16
- - @ledgerhq/live-env@2.10.0-next.0
17
- - @ledgerhq/types-live@6.73.0-next.0
18
- - @ledgerhq/cryptoassets@13.18.1-next.0
19
- - @ledgerhq/live-network@2.0.10-next.0
18
+ - Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6)]:
19
+ - @ledgerhq/types-live@6.73.0-nightly.0
20
20
 
21
21
  ## 5.2.0
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-framework",
3
- "version": "5.3.0-next.0",
3
+ "version": "5.3.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.18.1-next.0",
94
+ "@ledgerhq/cryptoassets": "^13.18.1-nightly.0",
95
95
  "@ledgerhq/devices": "8.4.6",
96
96
  "@ledgerhq/errors": "^6.21.0",
97
- "@ledgerhq/live-env": "^2.10.0-next.0",
98
- "@ledgerhq/live-network": "^2.0.10-next.0",
97
+ "@ledgerhq/live-env": "^2.9.1-nightly.0",
98
+ "@ledgerhq/live-network": "^2.0.9",
99
99
  "@ledgerhq/logs": "^6.13.0",
100
100
  "@ledgerhq/types-cryptoassets": "^7.23.0",
101
- "@ledgerhq/types-live": "^6.73.0-next.0"
101
+ "@ledgerhq/types-live": "^6.73.0-nightly.1"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/invariant": "^2.2.2",