@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20221122023840 to 0.0.0-nightly-20221123023445
# @backstage/config | ||
## 0.0.0-nightly-20221122023840 | ||
## 0.0.0-nightly-20221123023445 | ||
@@ -8,4 +8,11 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @backstage/types@0.0.0-nightly-20221122023840 | ||
- @backstage/types@0.0.0-nightly-20221123023445 | ||
## 1.0.5-next.0 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/types@1.0.2-next.0 | ||
## 1.0.4 | ||
@@ -12,0 +19,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.0.0-nightly-20221122023840", | ||
"version": "0.0.0-nightly-20221123023445", | ||
"publishConfig": { | ||
@@ -35,8 +35,8 @@ "access": "public", | ||
"dependencies": { | ||
"@backstage/types": "^0.0.0-nightly-20221122023840", | ||
"@backstage/types": "^0.0.0-nightly-20221123023445", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20221122023840", | ||
"@backstage/test-utils": "^0.0.0-nightly-20221122023840", | ||
"@backstage/cli": "^0.0.0-nightly-20221123023445", | ||
"@backstage/test-utils": "^0.0.0-nightly-20221123023445", | ||
"@types/node": "^16.0.0" | ||
@@ -43,0 +43,0 @@ }, |
84161