@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20230905021132 to 0.0.0-nightly-20230906021121
# @backstage/config | ||
## 0.0.0-nightly-20230905021132 | ||
## 0.0.0-nightly-20230906021121 | ||
@@ -16,2 +16,11 @@ ### Minor Changes | ||
## 1.1.0-next.1 | ||
### Patch Changes | ||
- 8cec7664e146: Removed `@types/node` dependency | ||
- Updated dependencies | ||
- @backstage/errors@1.2.1 | ||
- @backstage/types@1.1.0 | ||
## 1.1.0-next.0 | ||
@@ -18,0 +27,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.0.0-nightly-20230905021132", | ||
"version": "0.0.0-nightly-20230906021121", | ||
"publishConfig": { | ||
@@ -40,4 +40,4 @@ "access": "public", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230905021132", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230905021132" | ||
"@backstage/cli": "^0.0.0-nightly-20230906021121", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230906021121" | ||
}, | ||
@@ -44,0 +44,0 @@ "files": [ |
105913