@ledgerhq/errors 6.28.0-nightly.20251217142347 → 6.28.0-nightly.20251219024040

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.27.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
2
+ > @ledgerhq/errors@6.27.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/errors
2
2
 
3
- ## 6.28.0-nightly.20251217142347
3
+ ## 6.28.0-nightly.20251219024040
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,6 +8,18 @@
8
8
 
9
9
  - [#13142](https://github.com/LedgerHQ/ledger-live/pull/13142) [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - upgrade typescript-eslint rules & versions
10
10
 
11
+ ## 6.27.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#13257](https://github.com/LedgerHQ/ledger-live/pull/13257) [`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add new error type `UnsupportedFeatureError`
16
+
17
+ ## 6.27.1-hotfix.0
18
+
19
+ ### Patch Changes
20
+
21
+ - [#13257](https://github.com/LedgerHQ/ledger-live/pull/13257) [`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add new error type `UnsupportedFeatureError`
22
+
11
23
  ## 6.27.0
12
24
 
13
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/errors",
3
- "version": "6.28.0-nightly.20251217142347",
3
+ "version": "6.28.0-nightly.20251219024040",
4
4
  "description": "Ledger common errors",
5
5
  "keywords": [
6
6
  "Ledger"