@ledgerhq/coin-bitcoin 0.8.7 → 0.8.8-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ledgerhq/coin-bitcoin
2
2
 
3
+ ## 0.8.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
8
+ - @ledgerhq/types-live@6.53.1-next.0
9
+ - @ledgerhq/coin-framework@0.19.1-next.0
10
+
3
11
  ## 0.8.7
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-bitcoin",
3
- "version": "0.8.7",
3
+ "version": "0.8.8-next.0",
4
4
  "description": "Ledger Bitcoin Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -63,7 +63,7 @@
63
63
  "sha.js": "^2.4.11",
64
64
  "utility-types": "^3.10.0",
65
65
  "varuint-bitcoin": "1.1.2",
66
- "@ledgerhq/coin-framework": "^0.19.0",
66
+ "@ledgerhq/coin-framework": "^0.19.1-next.0",
67
67
  "@ledgerhq/cryptoassets": "^13.7.0",
68
68
  "@ledgerhq/devices": "8.4.4",
69
69
  "@ledgerhq/errors": "^6.19.1",
@@ -71,7 +71,7 @@
71
71
  "@ledgerhq/live-network": "^2.0.3",
72
72
  "@ledgerhq/logs": "^6.12.0",
73
73
  "@ledgerhq/types-cryptoassets": "^7.17.0",
74
- "@ledgerhq/types-live": "^6.53.0"
74
+ "@ledgerhq/types-live": "^6.53.1-next.0"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/bchaddrjs": "^0.4.3",
@@ -100,6 +100,7 @@
100
100
  "coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-bitcoin.json",
101
101
  "prewatch": "pnpm build",
102
102
  "watch": "tsc --watch",
103
+ "watch:es": "tsc --watch -m ES6 --outDir lib-es",
103
104
  "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
104
105
  "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
105
106
  "lint:fix": "pnpm lint --fix",