@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20240226021250 to 0.0.0-nightly-20240227020936
# @backstage/config | ||
## 0.0.0-nightly-20240226021250 | ||
## 0.0.0-nightly-20240227020936 | ||
@@ -8,3 +8,3 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20240226021250 | ||
- @backstage/errors@0.0.0-nightly-20240227020936 | ||
- @backstage/types@1.1.1 | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"version": "0.0.0-nightly-20240226021250", | ||
"version": "0.0.0-nightly-20240227020936", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
@@ -39,3 +39,3 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/errors": "^0.0.0-nightly-20240226021250", | ||
"@backstage/errors": "^0.0.0-nightly-20240227020936", | ||
"@backstage/types": "^1.1.1", | ||
@@ -45,6 +45,6 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20240226021250", | ||
"@backstage/test-utils": "^0.0.0-nightly-20240226021250" | ||
"@backstage/cli": "^0.0.0-nightly-20240227020936", | ||
"@backstage/test-utils": "^0.0.0-nightly-20240227020936" | ||
}, | ||
"module": "dist/index.esm.js" | ||
} |
171546