@ledgerhq/errors 6.10.1-nightly.1 → 6.10.1-yolo.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +1 -7
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/errors:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/errors:build: cache hit, replaying output 166e5791d97bb21a
|
|
2
2
|
@ledgerhq/errors:build:
|
|
3
|
-
@ledgerhq/errors:build: > @ledgerhq/errors@6.10.
|
|
3
|
+
@ledgerhq/errors:build: > @ledgerhq/errors@6.10.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
|
|
4
4
|
@ledgerhq/errors:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/errors:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
# @ledgerhq/errors
|
|
2
2
|
|
|
3
|
-
## 6.10.1-
|
|
3
|
+
## 6.10.1-yolo.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [#547](https://github.com/LedgerHQ/ledger-live/pull/547) [`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f) Thanks [@gre](https://github.com/gre)! - Improve stacktrace in custom errors
|
|
8
|
-
|
|
9
|
-
## 6.10.1-nightly.0
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- 47252169a: add dummy changesets
|