@backstage/config-loader
Advanced tools
Comparing version 1.6.3-next.0 to 1.7.0-next.1
# @backstage/config-loader | ||
## 1.7.0-next.1 | ||
### 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-next.1 | ||
- @backstage/cli-common@0.1.13 | ||
- @backstage/errors@1.2.4-next.0 | ||
- @backstage/types@1.1.1 | ||
## 1.6.3-next.0 | ||
@@ -4,0 +18,0 @@ |
@@ -816,3 +816,3 @@ 'use strict'; | ||
} else if (obj === null) { | ||
return void 0; | ||
return null; | ||
} else if (Array.isArray(obj)) { | ||
@@ -819,0 +819,0 @@ const arr = new Array(); |
{ | ||
"name": "@backstage/config-loader", | ||
"version": "1.6.3-next.0", | ||
"version": "1.7.0-next.1", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
@@ -40,3 +40,3 @@ "backstage": { | ||
"@backstage/cli-common": "^0.1.13", | ||
"@backstage/config": "^1.1.2-next.0", | ||
"@backstage/config": "^1.2.0-next.1", | ||
"@backstage/errors": "^1.2.4-next.0", | ||
@@ -58,4 +58,4 @@ "@backstage/types": "^1.1.1", | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "^0.3.3-next.0", | ||
"@backstage/cli": "^0.25.3-next.0", | ||
"@backstage/backend-test-utils": "^0.3.4-next.1", | ||
"@backstage/cli": "^0.25.3-next.1", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -62,0 +62,0 @@ "msw": "^1.0.0", |
Sorry, the diff of this file is not supported yet
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
260378