@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-20240726021825 to 0.0.0-nightly-20240727021731
# @backstage/config-loader | ||
## 0.0.0-nightly-20240726021825 | ||
## 0.0.0-nightly-20240727021731 | ||
### Patch Changes | ||
- 1edd6c2: The `env` option of `ConfigSources.default` now correctly allows undefined members. | ||
- 493feac: Add boolean `allowMissingDefaultConfig` option to `ConfigSources.default` and | ||
@@ -8,0 +9,0 @@ `ConfigSources.defaultForTargets`, which results in omission of a ConfigSource |
@@ -358,3 +358,3 @@ import { JSONSchema7 } from 'json-schema'; | ||
argv?: string[]; | ||
env?: Record<string, string>; | ||
env?: Record<string, string | undefined>; | ||
} | ||
@@ -361,0 +361,0 @@ /** |
{ | ||
"name": "@backstage/config-loader", | ||
"version": "0.0.0-nightly-20240726021825", | ||
"version": "0.0.0-nightly-20240727021731", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
@@ -57,4 +57,4 @@ "backstage": { | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "^0.0.0-nightly-20240726021825", | ||
"@backstage/cli": "^0.0.0-nightly-20240726021825", | ||
"@backstage/backend-test-utils": "^0.0.0-nightly-20240727021731", | ||
"@backstage/cli": "^0.0.0-nightly-20240727021731", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -61,0 +61,0 @@ "msw": "^1.0.0", |
Sorry, the diff of this file is not supported yet
251978