@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20240305021008 to 0.0.0-nightly-20240306021012
# @backstage/config | ||
## 0.0.0-nightly-20240305021008 | ||
## 0.0.0-nightly-20240306021012 | ||
@@ -12,5 +12,17 @@ ### Minor Changes | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20240305021008 | ||
- @backstage/errors@0.0.0-nightly-20240306021012 | ||
- @backstage/types@1.1.1 | ||
## 1.2.0-next.1 | ||
### 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-next.0 | ||
- @backstage/types@1.1.1 | ||
## 1.1.2-next.0 | ||
@@ -17,0 +29,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"version": "0.0.0-nightly-20240305021008", | ||
"version": "0.0.0-nightly-20240306021012", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
@@ -39,10 +39,10 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/errors": "^0.0.0-nightly-20240305021008", | ||
"@backstage/errors": "^0.0.0-nightly-20240306021012", | ||
"@backstage/types": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20240305021008", | ||
"@backstage/test-utils": "^0.0.0-nightly-20240305021008" | ||
"@backstage/cli": "^0.0.0-nightly-20240306021012", | ||
"@backstage/test-utils": "^0.0.0-nightly-20240306021012" | ||
}, | ||
"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
114765