@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-20201012104 to 0.0.0-nightly-20201022852
# @backstage/config-loader | ||
## 0.0.0-nightly-20201012104 | ||
## 0.0.0-nightly-20201022852 | ||
### Minor Changes | ||
- 7051183: **BREAKING CHANGE** | ||
- 0192789: **BREAKING CHANGE** | ||
@@ -19,2 +19,2 @@ The existing loading of additional config files like `app-config.development.yaml` using APP_ENV or NODE_ENV has been removed. | ||
``` | ||
- 7051183: Added support for new shorthand when defining secrets, where `$env: ENV` can be used instead of `$secret: { env: ENV }` etc. | ||
- 0192789: Added support for new shorthand when defining secrets, where `$env: ENV` can be used instead of `$secret: { env: ENV }` etc. |
{ | ||
"name": "@backstage/config-loader", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
"version": "0.0.0-nightly-20201012104", | ||
"version": "0.0.0-nightly-20201022852", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "publishConfig": { |