@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-20240214021031 to 0.0.0-nightly-20240215021042
# @backstage/config-loader | ||
## 0.0.0-nightly-20240214021031 | ||
## 0.0.0-nightly-20240215021042 | ||
@@ -8,2 +8,4 @@ ### Patch Changes | ||
- 0a9a03c: Make schema processing gracefully handle an empty config. | ||
- 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`. | ||
Updated dependency `@types/fs-extra` to `^11.0.0`. | ||
- Updated dependencies | ||
@@ -10,0 +12,0 @@ - @backstage/cli-common@0.1.13 |
{ | ||
"name": "@backstage/config-loader", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
"version": "0.0.0-nightly-20240214021031", | ||
"version": "0.0.0-nightly-20240215021042", | ||
"publishConfig": { | ||
@@ -43,3 +43,3 @@ "access": "public", | ||
"chokidar": "^3.5.2", | ||
"fs-extra": "10.1.0", | ||
"fs-extra": "^11.2.0", | ||
"json-schema": "^0.4.0", | ||
@@ -55,4 +55,4 @@ "json-schema-merge-allof": "^0.8.1", | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "^0.0.0-nightly-20240214021031", | ||
"@backstage/cli": "^0.0.0-nightly-20240214021031", | ||
"@backstage/backend-test-utils": "^0.0.0-nightly-20240215021042", | ||
"@backstage/cli": "^0.0.0-nightly-20240215021042", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -59,0 +59,0 @@ "msw": "^1.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
259840
+ Addedfs-extra@11.2.0(transitive)
- Removedfs-extra@10.1.0(transitive)
Updatedfs-extra@^11.2.0