@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20230117022622 to 0.0.0-nightly-20230228023039
# @backstage/config | ||
## 0.0.0-nightly-20230117022622 | ||
## 0.0.0-nightly-20230228023039 | ||
### Patch Changes | ||
- 482dae5de1c: Updated link to docs. | ||
- Updated dependencies | ||
- @backstage/types@1.0.2 | ||
## 1.0.6 | ||
### Patch Changes | ||
- ba2d69ee17: Adds the ability to coerce values to their boolean representatives. | ||
@@ -8,0 +16,0 @@ Values such as `"true"` `1` `on` and `y` will become `true` when using `getBoolean` and the opposites `false`. |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.0.0-nightly-20230117022622", | ||
"version": "0.0.0-nightly-20230228023039", | ||
"publishConfig": { | ||
@@ -39,4 +39,4 @@ "access": "public", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230117022622", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230117022622", | ||
"@backstage/cli": "^0.0.0-nightly-20230228023039", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230228023039", | ||
"@types/node": "^16.0.0" | ||
@@ -43,0 +43,0 @@ }, |
@@ -12,2 +12,2 @@ # @backstage/config | ||
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md) | ||
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md) | ||
- [Backstage Documentation](https://backstage.io/docs) |
89797