@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-202091621247 to 0.0.0-nightly-202091721033
# @backstage/config-loader | ||
## 0.0.0-nightly-202091621247 | ||
## 0.0.0-nightly-202091721033 | ||
### Minor Changes | ||
- 48f2c93: Added support for new shorthand when defining secrets, where `$env: ENV` can be used instead of `$secret: { env: ENV }` etc. | ||
- c150c05: 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-202091621247", | ||
"version": "0.0.0-nightly-202091721033", | ||
"private": false, | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
"yaml": "^1.9.2", | ||
"yup": "^0.29.1" | ||
"yup": "^0.29.3" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"@types/node": "^12.0.0", | ||
"@types/yup": "^0.28.2", | ||
"@types/yup": "^0.29.8", | ||
"mock-fs": "^4.13.0" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73712
Updatedyup@^0.29.3