@ledgerhq/hw-app-btc 8.0.0 → 8.0.1-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
- @ledgerhq/hw-app-btc:build: cache hit, replaying output 481f106682d60724
1
+ @ledgerhq/hw-app-btc:build: cache hit, replaying output 25de0f4a007122a9
2
2
  @ledgerhq/hw-app-btc:build:
3
3
  @ledgerhq/hw-app-btc:build: > @ledgerhq/hw-app-btc@8.0.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
4
4
  @ledgerhq/hw-app-btc:build: > tsc && tsc -m ES6 --outDir lib-es
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
+ ## 8.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ecfdd1ebd`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
8
+ - @ledgerhq/hw-transport@6.27.3-next.0
9
+
3
10
  ## 8.0.0
4
11
 
5
12
  ### Major Changes
package/README.md CHANGED
@@ -7,6 +7,19 @@
7
7
 
8
8
  Ledger Hardware Wallet BTC JavaScript bindings. Also supports many altcoins.
9
9
 
10
+ ***
11
+
12
+ ## Are you adding Ledger support to your software wallet?
13
+
14
+ You may be using this package to communicate with the Bitcoin Nano App.
15
+
16
+ For a smooth and quick integration:
17
+
18
+ * See the developers’ documentation on the [Developer Portal](https://developers.ledger.com/docs/transport/overview/) and
19
+ * Go on [Discord](https://developers.ledger.com/discord-pro/) to chat with developer support and the developer community.
20
+
21
+ ***
22
+
10
23
  ## API
11
24
 
12
25
  <!-- Generated by documentation.js. Update this documentation by updating the source code. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "8.0.0",
3
+ "version": "8.0.1-next.0",
4
4
  "description": "Ledger Hardware Wallet Bitcoin Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "license": "Apache-2.0",
71
71
  "dependencies": {
72
- "@ledgerhq/hw-transport": "^6.27.2",
72
+ "@ledgerhq/hw-transport": "^6.27.3-next.0",
73
73
  "@ledgerhq/logs": "^6.10.0",
74
74
  "bip32-path": "^0.4.2",
75
75
  "bitcoinjs-lib": "^5.2.0",
@@ -83,8 +83,8 @@
83
83
  "varuint-bitcoin": "1.1.2"
84
84
  },
85
85
  "devDependencies": {
86
- "@ledgerhq/hw-transport-mocker": "^6.27.2",
87
- "@ledgerhq/hw-transport-node-speculos": "^6.27.2",
86
+ "@ledgerhq/hw-transport-mocker": "^6.27.3-next.0",
87
+ "@ledgerhq/hw-transport-node-speculos": "^6.27.3-next.0",
88
88
  "axios": "^0.25.0"
89
89
  },
90
90
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",