@backstage/config-loader
Advanced tools
Comparing version 1.7.0-next.1 to 1.7.0
# @backstage/config-loader | ||
## 1.7.0 | ||
### Minor Changes | ||
- db8358d: Forward `null` values read from configuration files in configuration data, rather than treating them as an absence of config. | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/config@1.2.0 | ||
- @backstage/errors@1.2.4 | ||
- @backstage/cli-common@0.1.13 | ||
- @backstage/types@1.1.1 | ||
## 1.7.0-next.1 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@backstage/config-loader", | ||
"version": "1.7.0-next.1", | ||
"version": "1.7.0", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
@@ -40,4 +40,4 @@ "backstage": { | ||
"@backstage/cli-common": "^0.1.13", | ||
"@backstage/config": "^1.2.0-next.1", | ||
"@backstage/errors": "^1.2.4-next.0", | ||
"@backstage/config": "^1.2.0", | ||
"@backstage/errors": "^1.2.4", | ||
"@backstage/types": "^1.1.1", | ||
@@ -58,4 +58,4 @@ "@types/json-schema": "^7.0.6", | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "^0.3.4-next.1", | ||
"@backstage/cli": "^0.25.3-next.1", | ||
"@backstage/backend-test-utils": "^0.3.4", | ||
"@backstage/cli": "^0.26.0", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -62,0 +62,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
260669
0
Updated@backstage/config@^1.2.0
Updated@backstage/errors@^1.2.4