@backstage/errors
Advanced tools
Comparing version 0.0.0-nightly-20241210023835 to 0.0.0-nightly-20241211023757
# @backstage/errors | ||
## 0.0.0-nightly-20241210023835 | ||
## 0.0.0-nightly-20241211023757 | ||
@@ -11,2 +11,10 @@ ### Patch Changes | ||
## 1.2.6-next.0 | ||
### Patch Changes | ||
- 1d4b5b9: Trim `error.cause.stack` in addition to `error.stack` when trimming stack traces from serialized errors. | ||
- Updated dependencies | ||
- @backstage/types@1.2.0 | ||
## 1.2.5 | ||
@@ -13,0 +21,0 @@ |
{ | ||
"name": "@backstage/errors", | ||
"version": "0.0.0-nightly-20241210023835", | ||
"version": "0.0.0-nightly-20241211023757", | ||
"description": "Common utilities for error handling within Backstage", | ||
@@ -43,3 +43,3 @@ "backstage": { | ||
"devDependencies": { | ||
"@backstage/cli": "0.0.0-nightly-20241210023835" | ||
"@backstage/cli": "0.0.0-nightly-20241211023757" | ||
}, | ||
@@ -46,0 +46,0 @@ "typesVersions": { |
78127