@ledgerhq/errors 6.15.0-tag-word.0 → 6.15.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/errors@6.14.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
2
+ > @ledgerhq/errors@6.15.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
@@ -0,0 +1,4 @@
1
+ {
2
+ "entry": ["src/index.ts", "src/helpers.ts"],
3
+ "ignoreUnimported": []
4
+ }
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @ledgerhq/errors
2
2
 
3
- ## 6.15.0-tag-word.0
3
+ ## 6.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#4919](https://github.com/LedgerHQ/ledger-live/pull/4919) [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Change network error to better suit node flakiness
8
+
9
+ ## 6.15.0-next.0
4
10
 
5
11
  ### Minor Changes
6
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/errors",
3
- "version": "6.15.0-tag-word.0",
3
+ "version": "6.15.0",
4
4
  "description": "Ledger common errors",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -39,6 +39,7 @@
39
39
  "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
40
40
  "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
41
41
  "lint:fix": "pnpm lint --fix",
42
- "test": "jest"
42
+ "test": "jest",
43
+ "unimported": "unimported"
43
44
  }
44
45
  }