Version Packages

This commit is contained in:
github-actions[bot]
2023-10-17 08:54:50 +00:00
parent 4f98aefb12
commit 8cdb8c2e40
660 changed files with 7546 additions and 2202 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/config-loader
## 1.5.1
### Patch Changes
- 0b55f773a7: Removed some unused dependencies
- 30c553c1d2: Updated dependency `typescript-json-schema` to `^0.61.0`.
- 773ea341d2: The `FileConfigSource` will now retry file reading after a short delay if it reads an empty file. This is to avoid flakiness during watch mode where change events can trigger before the file content has been written.
- a4617c422a: Added `watch` option to configuration loaders that can be used to disable file watching by setting it to `false`.
- Updated dependencies
- @backstage/errors@1.2.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/types@1.1.1
## 1.5.1-next.1
### 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.5.1-next.1",
"version": "1.5.1",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",