@backstage/config
Advanced tools
Comparing version 1.2.0-next.1 to 1.2.0
# @backstage/config | ||
## 1.2.0 | ||
### Minor Changes | ||
- 50cf9df: The `ConfigReader` now treats `null` values as present but explicitly undefined, meaning it will not fall back to the next level of configuration. | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/errors@1.2.4 | ||
- @backstage/types@1.1.1 | ||
## 1.2.0-next.1 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"version": "1.2.0-next.1", | ||
"version": "1.2.0", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
@@ -39,10 +39,10 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/errors": "^1.2.4-next.0", | ||
"@backstage/errors": "^1.2.4", | ||
"@backstage/types": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.25.3-next.1", | ||
"@backstage/test-utils": "^1.5.1-next.1" | ||
"@backstage/cli": "^0.26.0", | ||
"@backstage/test-utils": "^1.5.1" | ||
}, | ||
"module": "dist/index.esm.js" | ||
} |
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
114628
0
Updated@backstage/errors@^1.2.4