@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-202091221056 to 0.0.0-nightly-202091321043
# @backstage/config-loader | ||
## 0.0.0-nightly-202091221056 | ||
## 0.0.0-nightly-202091321043 | ||
### Minor Changes | ||
- 0183086: Added support for new shorthand when defining secrets, where `$env: ENV` can be used instead of `$secret: { env: ENV }` etc. | ||
- 4dfec55: 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-202091221056", | ||
"version": "0.0.0-nightly-202091321043", | ||
"private": false, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@backstage/config": "^0.1.1-alpha.24", | ||
"@backstage/config": "^0.1.1-alpha.25", | ||
"fs-extra": "^9.0.0", | ||
@@ -36,0 +36,0 @@ "yaml": "^1.9.2", |
Sorry, the diff of this file is not supported yet
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
47
73688