@backstage/plugin-catalog-backend 1.8.1-next.0 → 1.8.1-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +34 -4947
- package/dist/alpha.cjs.js.map +1 -1
- package/dist/alpha.d.ts +11 -29
- package/dist/cjs/CatalogBuilder-d0919a35.cjs.js +4969 -0
- package/dist/cjs/CatalogBuilder-d0919a35.cjs.js.map +1 -0
- package/dist/index.cjs.js +42 -5037
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +65 -103
- package/dist/types/types.d-c2093007.d.ts +35 -0
- package/package.json +17 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 1.8.1-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 62a725e3a94: Use the `LocationSpec` type from the `catalog-common` package in place of the deprecated `LocationSpec` from the `catalog-node` package.
|
|
8
|
+
- c36b89f2af3: Fixed bug in the `DefaultCatalogProcessingEngine` where entities that contained multiple different types of relations for the same source entity would not properly trigger stitching for that source entity.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-common@0.18.4-next.2
|
|
11
|
+
- @backstage/catalog-client@1.4.1-next.0
|
|
12
|
+
- @backstage/plugin-permission-node@0.7.7-next.2
|
|
13
|
+
- @backstage/backend-plugin-api@0.5.1-next.2
|
|
14
|
+
- @backstage/catalog-model@1.2.1
|
|
15
|
+
- @backstage/config@1.0.7
|
|
16
|
+
- @backstage/errors@1.1.5
|
|
17
|
+
- @backstage/integration@1.4.4-next.0
|
|
18
|
+
- @backstage/types@1.0.2
|
|
19
|
+
- @backstage/plugin-catalog-common@1.0.13-next.0
|
|
20
|
+
- @backstage/plugin-catalog-node@1.3.5-next.2
|
|
21
|
+
- @backstage/plugin-permission-common@0.7.5-next.0
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.2.7-next.1
|
|
23
|
+
- @backstage/plugin-search-backend-module-catalog@0.1.0-next.1
|
|
24
|
+
- @backstage/plugin-search-common@1.2.3-next.0
|
|
25
|
+
|
|
26
|
+
## 1.8.1-next.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
|
|
31
|
+
- c4b846359c0: Allow replacement of the BuiltinKindsEntityProcessor which enables customization of schema validation and connections emitted.
|
|
32
|
+
- 01ae205352e: Collator factories instantiated in new backend system modules and now marked as deprecated. Will be continued to be exported publicly until the new backend system is fully rolled out.
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/plugin-scaffolder-common@1.2.7-next.1
|
|
35
|
+
- @backstage/plugin-permission-node@0.7.7-next.1
|
|
36
|
+
- @backstage/plugin-permission-common@0.7.5-next.0
|
|
37
|
+
- @backstage/plugin-search-backend-module-catalog@0.1.0-next.0
|
|
38
|
+
- @backstage/integration@1.4.4-next.0
|
|
39
|
+
- @backstage/backend-common@0.18.4-next.1
|
|
40
|
+
- @backstage/backend-plugin-api@0.5.1-next.1
|
|
41
|
+
- @backstage/catalog-client@1.4.0
|
|
42
|
+
- @backstage/catalog-model@1.2.1
|
|
43
|
+
- @backstage/config@1.0.7
|
|
44
|
+
- @backstage/errors@1.1.5
|
|
45
|
+
- @backstage/types@1.0.2
|
|
46
|
+
- @backstage/plugin-catalog-common@1.0.13-next.0
|
|
47
|
+
- @backstage/plugin-catalog-node@1.3.5-next.1
|
|
48
|
+
- @backstage/plugin-search-common@1.2.3-next.0
|
|
49
|
+
|
|
3
50
|
## 1.8.1-next.0
|
|
4
51
|
|
|
5
52
|
### Patch Changes
|