Version Packages

This commit is contained in:
github-actions[bot]
2024-02-20 11:04:26 +00:00
parent e944c0d361
commit f1831dd9b2
771 changed files with 9304 additions and 2982 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/config-loader
## 1.6.2
### Patch Changes
- 0a9a03c: Make schema processing gracefully handle an empty config.
- 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
Updated dependency `@types/fs-extra` to `^11.0.0`.
- bf3da16: Updated dependency `typescript-json-schema` to `^0.63.0`.
- Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 1.6.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "1.6.2-next.0",
"version": "1.6.2",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",