@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-20241224023253 to 0.0.0-nightly-20241225023133
# @backstage/config-loader | ||
## 0.0.0-nightly-20241224023253 | ||
## 0.0.0-nightly-20241225023133 | ||
@@ -14,2 +14,13 @@ ### Patch Changes | ||
## 1.9.5-next.0 | ||
### Patch Changes | ||
- 8ecf8cb: Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present | ||
- Updated dependencies | ||
- @backstage/cli-common@0.1.15 | ||
- @backstage/config@1.3.1 | ||
- @backstage/errors@1.2.6 | ||
- @backstage/types@1.2.0 | ||
## 1.9.3 | ||
@@ -16,0 +27,0 @@ |
{ | ||
"name": "@backstage/config-loader", | ||
"version": "0.0.0-nightly-20241224023253", | ||
"version": "0.0.0-nightly-20241225023133", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
@@ -56,4 +56,4 @@ "backstage": { | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "0.0.0-nightly-20241224023253", | ||
"@backstage/cli": "0.0.0-nightly-20241224023253", | ||
"@backstage/backend-test-utils": "0.0.0-nightly-20241225023133", | ||
"@backstage/cli": "0.0.0-nightly-20241225023133", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -60,0 +60,0 @@ "msw": "^1.0.0", |
263509