@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20230103022231 to 0.0.0-nightly-20230104022659
# @backstage/config | ||
## 0.0.0-nightly-20230103022231 | ||
## 0.0.0-nightly-20230104022659 | ||
@@ -13,2 +13,12 @@ ### Patch Changes | ||
## 1.0.6-next.0 | ||
### Patch Changes | ||
- ba2d69ee17: Adds the ability to coerce values to their boolean representatives. | ||
Values such as `"true"` `1` `on` and `y` will become `true` when using `getBoolean` and the opposites `false`. | ||
This happens particularly when such parameters are used with environmental substitution as environment variables are always strings. | ||
- Updated dependencies | ||
- @backstage/types@1.0.2 | ||
## 1.0.5 | ||
@@ -15,0 +25,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.0.0-nightly-20230103022231", | ||
"version": "0.0.0-nightly-20230104022659", | ||
"publishConfig": { | ||
@@ -39,4 +39,4 @@ "access": "public", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230103022231", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230103022231", | ||
"@backstage/cli": "^0.0.0-nightly-20230104022659", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230104022659", | ||
"@types/node": "^16.0.0" | ||
@@ -43,0 +43,0 @@ }, |
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
87968