@backstage/errors
Advanced tools
Comparing version 0.0.0-nightly-20241217023754 to 0.0.0-nightly-20250103023114
# @backstage/errors | ||
## 0.0.0-nightly-20241217023754 | ||
## 0.0.0-nightly-20250103023114 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/types@0.0.0-nightly-20250103023114 | ||
## 1.2.6 | ||
### Patch Changes | ||
- 1d4b5b9: Trim `error.cause.stack` in addition to `error.stack` when trimming stack traces from serialized errors. | ||
@@ -8,0 +15,0 @@ - Updated dependencies |
{ | ||
"name": "@backstage/errors", | ||
"version": "0.0.0-nightly-20241217023754", | ||
"version": "0.0.0-nightly-20250103023114", | ||
"description": "Common utilities for error handling within Backstage", | ||
@@ -39,7 +39,7 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/types": "1.2.0", | ||
"@backstage/types": "0.0.0-nightly-20250103023114", | ||
"serialize-error": "^8.0.1" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "0.0.0-nightly-20241217023754" | ||
"@backstage/cli": "0.0.0-nightly-20250103023114" | ||
}, | ||
@@ -46,0 +46,0 @@ "typesVersions": { |
78253
+ Added@backstage/types@0.0.0-nightly-20250103023114(transitive)
- Removed@backstage/types@1.2.0(transitive)