@ledgerhq/hw-app-btc 8.1.0-nightly.0 → 8.1.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,5 +1,5 @@
1
- @ledgerhq/hw-app-btc:build: cache hit, replaying output d4ce1e38c9b9af8e
1
+ @ledgerhq/hw-app-btc:build: cache hit, replaying output 42834f5cae663d3e
2
2
  @ledgerhq/hw-app-btc:build:
3
- @ledgerhq/hw-app-btc:build: > @ledgerhq/hw-app-btc@8.0.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
3
+ @ledgerhq/hw-app-btc:build: > @ledgerhq/hw-app-btc@8.1.0-nightly.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
5
5
  @ledgerhq/hw-app-btc:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
+ ## 8.1.0-nightly.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport@6.27.5-nightly.1
9
+
3
10
  ## 8.1.0-nightly.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "8.1.0-nightly.0",
3
+ "version": "8.1.0-nightly.1",
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.5-nightly.0",
72
+ "@ledgerhq/hw-transport": "^6.27.5-nightly.1",
73
73
  "@ledgerhq/logs": "^6.10.1-nightly.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.5-nightly.0",
87
- "@ledgerhq/hw-transport-node-speculos": "^6.27.5-nightly.0",
86
+ "@ledgerhq/hw-transport-mocker": "^6.27.5-nightly.1",
87
+ "@ledgerhq/hw-transport-node-speculos": "^6.27.5-nightly.1",
88
88
  "axios": "^0.25.0"
89
89
  },
90
90
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",