@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20230912021137 to 0.0.0-nightly-20230913021415
# @backstage/config | ||
## 0.0.0-nightly-20230912021137 | ||
## 0.0.0-nightly-20230913021415 | ||
@@ -14,5 +14,14 @@ ### Minor Changes | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20230912021137 | ||
- @backstage/types@0.0.0-nightly-20230912021137 | ||
- @backstage/errors@0.0.0-nightly-20230913021415 | ||
- @backstage/types@0.0.0-nightly-20230913021415 | ||
## 1.1.0-next.2 | ||
### Patch Changes | ||
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds. | ||
- Updated dependencies | ||
- @backstage/errors@1.2.2-next.0 | ||
- @backstage/types@1.1.1-next.0 | ||
## 1.1.0-next.1 | ||
@@ -19,0 +28,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.0.0-nightly-20230912021137", | ||
"version": "0.0.0-nightly-20230913021415", | ||
"publishConfig": { | ||
@@ -36,9 +36,9 @@ "access": "public", | ||
"dependencies": { | ||
"@backstage/errors": "^0.0.0-nightly-20230912021137", | ||
"@backstage/types": "^0.0.0-nightly-20230912021137", | ||
"@backstage/errors": "^0.0.0-nightly-20230913021415", | ||
"@backstage/types": "^0.0.0-nightly-20230913021415", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230912021137", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230912021137" | ||
"@backstage/cli": "^0.0.0-nightly-20230913021415", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230913021415" | ||
}, | ||
@@ -45,0 +45,0 @@ "files": [ |
106358