@ledgerhq/hw-app-btc 10.2.2-wc-test.0 → 10.2.3-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-app-btc@10.2.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
2
+ > @ledgerhq/hw-app-btc@10.2.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,13 +1,31 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.2.2-wc-test.0
3
+ ## 10.2.3-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#6105](https://github.com/LedgerHQ/ledger-live/pull/6105) [`6d40673`](https://github.com/LedgerHQ/ledger-live/commit/6d4067382b55827b00806a1b71ac0b249563d90f) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - update hw-app-btc doc
8
8
 
9
9
  - Updated dependencies []:
10
- - @ledgerhq/hw-transport@6.30.4-wc-test.0
10
+ - @ledgerhq/hw-transport@6.30.5-next.0
11
+
12
+ ## 10.2.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#6165](https://github.com/LedgerHQ/ledger-live/pull/6165) [`71b7001`](https://github.com/LedgerHQ/ledger-live/commit/71b70016650b5239b35ad2fb75d415ac092358d1) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - update hw-app-btc doc
17
+
18
+ - Updated dependencies []:
19
+ - @ledgerhq/hw-transport@6.30.4
20
+
21
+ ## 10.2.2-next.0
22
+
23
+ ### Patch Changes
24
+
25
+ - [#6105](https://github.com/LedgerHQ/ledger-live/pull/6105) [`6d40673`](https://github.com/LedgerHQ/ledger-live/commit/6d4067382b55827b00806a1b71ac0b249563d90f) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - update hw-app-btc doc
26
+
27
+ - Updated dependencies []:
28
+ - @ledgerhq/hw-transport@6.30.4-next.0
11
29
 
12
30
  ## 10.2.1
13
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.2.2-wc-test.0",
3
+ "version": "10.2.3-next.0",
4
4
  "description": "Ledger Hardware Wallet Bitcoin Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -70,7 +70,7 @@
70
70
  "sha.js": "2",
71
71
  "tiny-secp256k1": "1.1.6",
72
72
  "varuint-bitcoin": "1.1.2",
73
- "@ledgerhq/hw-transport": "^6.30.4-wc-test.0",
73
+ "@ledgerhq/hw-transport": "^6.30.5-next.0",
74
74
  "@ledgerhq/logs": "^6.12.0"
75
75
  },
76
76
  "devDependencies": {
@@ -83,8 +83,8 @@
83
83
  "source-map-support": "^0.5.21",
84
84
  "ts-jest": "^29.1.1",
85
85
  "ts-node": "^10.4.0",
86
- "@ledgerhq/hw-transport-mocker": "^6.28.4-wc-test.0",
87
- "@ledgerhq/hw-transport-node-speculos": "^6.28.4-wc-test.0"
86
+ "@ledgerhq/hw-transport-mocker": "^6.28.5-next.0",
87
+ "@ledgerhq/hw-transport-node-speculos": "^6.28.5-next.0"
88
88
  },
89
89
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
90
90
  "scripts": {