@ledgerhq/errors 6.16.0-next.0 → 6.16.0-nightly.2

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.15.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
2
+ > @ledgerhq/errors@6.16.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,17 +1,21 @@
1
1
  # @ledgerhq/errors
2
2
 
3
- ## 6.16.0-next.0
3
+ ## 6.16.0-nightly.2
4
+
5
+ ### Minor Changes
6
+
7
+ - [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
8
+
9
+ ## 6.16.0-nightly.1
4
10
 
5
11
  ### Minor Changes
6
12
 
7
13
  - [#4886](https://github.com/LedgerHQ/ledger-live/pull/4886) [`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b) Thanks [@chabroA](https://github.com/chabroA)! - Add speedup / cancel tx feature for evm
8
14
 
9
- - [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
15
+ ## 6.15.1-nightly.0
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [#4819](https://github.com/LedgerHQ/ledger-live/pull/4819) [`c5981ae341`](https://github.com/LedgerHQ/ledger-live/commit/c5981ae3411abc4c8594adf2efcb52aacddac143) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add support for casper blockchain
14
-
15
19
  - [#4987](https://github.com/LedgerHQ/ledger-live/pull/4987) [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - add 10s timeout to estimate gas
16
20
 
17
21
  ## 6.15.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/errors",
3
- "version": "6.16.0-next.0",
3
+ "version": "6.16.0-nightly.2",
4
4
  "description": "Ledger common errors",
5
5
  "keywords": [
6
6
  "Ledger"