@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-20210262290 to 0.0.0-nightly-20210272305
# @backstage/config-loader | ||
## 0.0.0-nightly-20210262290 | ||
## 0.0.0-nightly-20210272305 | ||
### Minor Changes | ||
- 789de4b: Removed support for the deprecated `$data` placeholder. | ||
- 789de4b: Enable further processing of configuration files included using the `$include` placeholder. Meaning that for example for example `$env` includes will be processed as usual in included files. | ||
- d5d4353: Removed support for the deprecated `$data` placeholder. | ||
- d5d4353: Enable further processing of configuration files included using the `$include` placeholder. Meaning that for example for example `$env` includes will be processed as usual in included files. | ||
### Patch Changes | ||
- 789de4b: Added support for environment variable substitutions in string configuration values using a `${VAR}` placeholder. All environment variables must be available, or the entire expression will be evaluated to `undefined`. To escape a substitution, use `${...}`, which will end up as `${...}`. | ||
- d5d4353: Added support for environment variable substitutions in string configuration values using a `${VAR}` placeholder. All environment variables must be available, or the entire expression will be evaluated to `undefined`. To escape a substitution, use `${...}`, which will end up as `${...}`. | ||
@@ -14,0 +14,0 @@ For example: |
{ | ||
"name": "@backstage/config-loader", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
"version": "0.0.0-nightly-20210262290", | ||
"version": "0.0.0-nightly-20210272305", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0