@ledgerhq/hw-app-btc
Advanced tools
Comparing version 9.1.3 to 10.0.0-next.0
# @ledgerhq/hw-app-btc | ||
## 10.0.0-next.0 | ||
### Major Changes | ||
- [#1991](https://github.com/LedgerHQ/ledger-live/pull/1991) [`62af25493e`](https://github.com/LedgerHQ/ledger-live/commit/62af25493e2becf897d517af42542db208b971c7) Thanks [@valpinkman](https://github.com/valpinkman)! - Remove the support for imports ending with `/` mapping to the `index.js` file. | ||
For instance: | ||
```js | ||
import { getCryptoCurrencyById } from "@ledgerhq/live-common/currencies/"; | ||
``` | ||
Should be rewritten to: | ||
```js | ||
import { getCryptoCurrencyById } from "@ledgerhq/live-common/currencies/index"; | ||
``` | ||
This trailing slash is poorly supported by some tools like `vite.js` and was meant as a transitional change. | ||
Time has come to remove the support for thos shorthand. | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @ledgerhq/hw-transport@6.28.1-next.0 | ||
## 9.1.3 | ||
@@ -4,0 +30,0 @@ |
{ | ||
"name": "@ledgerhq/hw-app-btc", | ||
"version": "9.1.3", | ||
"version": "10.0.0-next.0", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -30,17 +30,8 @@ "keywords": [ | ||
"*": { | ||
"lib/*/": [ | ||
"lib/*/index.d.ts" | ||
], | ||
"lib/*": [ | ||
"lib/*" | ||
], | ||
"lib-es/*/": [ | ||
"lib-es/*/index.d.ts" | ||
], | ||
"lib-es/*": [ | ||
"lib-es/*" | ||
], | ||
"*/": [ | ||
"lib/*/index.d.ts" | ||
], | ||
"*": [ | ||
@@ -53,10 +44,6 @@ "lib/*", | ||
"exports": { | ||
"./lib/*/": "./lib/*/index.js", | ||
"./lib/*": "./lib/*.js", | ||
"./lib-es/*/": "./lib-es/*/index.js", | ||
"./lib/*.js": "./lib/*.js", | ||
"./lib-es/*": "./lib-es/*.js", | ||
"./*/": { | ||
"require": "./lib/*/index.js", | ||
"default": "./lib-es/*/index.js" | ||
}, | ||
"./lib-es/*.js": "./lib-es/*.js", | ||
"./*": { | ||
@@ -66,2 +53,6 @@ "require": "./lib/*.js", | ||
}, | ||
"./*.js": { | ||
"require": "./lib/*.js", | ||
"default": "./lib-es/*.js" | ||
}, | ||
".": { | ||
@@ -85,3 +76,3 @@ "require": "./lib/Btc.js", | ||
"varuint-bitcoin": "1.1.2", | ||
"@ledgerhq/hw-transport": "^6.28.0", | ||
"@ledgerhq/hw-transport": "^6.28.1-next.0", | ||
"@ledgerhq/logs": "^6.10.1" | ||
@@ -91,4 +82,4 @@ }, | ||
"axios": "^0.25.0", | ||
"@ledgerhq/hw-transport-mocker": "^6.27.11", | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.11" | ||
"@ledgerhq/hw-transport-mocker": "^6.27.12-next.0", | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.12-next.0" | ||
}, | ||
@@ -95,0 +86,0 @@ "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1181675
1