@backstage/plugin-catalog-node 1.20.0 → 1.20.1-next.1
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 +28 -0
- package/dist/alpha.d.ts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/testUtils.d.ts +2 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-node
|
|
2
2
|
|
|
3
|
+
## 1.20.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-permission-node@0.10.7-next.1
|
|
9
|
+
- @backstage/backend-plugin-api@1.6.0-next.1
|
|
10
|
+
- @backstage/catalog-client@1.12.1
|
|
11
|
+
- @backstage/catalog-model@1.7.6
|
|
12
|
+
- @backstage/errors@1.2.7
|
|
13
|
+
- @backstage/types@1.2.2
|
|
14
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
15
|
+
- @backstage/plugin-permission-common@0.9.3
|
|
16
|
+
|
|
17
|
+
## 1.20.1-next.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/backend-plugin-api@1.5.1-next.0
|
|
23
|
+
- @backstage/plugin-permission-node@0.10.7-next.0
|
|
24
|
+
- @backstage/catalog-client@1.12.1
|
|
25
|
+
- @backstage/catalog-model@1.7.6
|
|
26
|
+
- @backstage/errors@1.2.7
|
|
27
|
+
- @backstage/types@1.2.2
|
|
28
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
29
|
+
- @backstage/plugin-permission-common@0.9.3
|
|
30
|
+
|
|
3
31
|
## 1.20.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -133,4 +133,5 @@ declare const catalogEntityPermissionResourceRef: _backstage_plugin_permission_n
|
|
|
133
133
|
*/
|
|
134
134
|
declare const catalogServiceRef: _backstage_backend_plugin_api.ServiceRef<CatalogApi, "plugin", "singleton">;
|
|
135
135
|
|
|
136
|
-
export {
|
|
136
|
+
export { catalogAnalysisExtensionPoint, catalogEntityPermissionResourceRef, catalogLocationsExtensionPoint, catalogModelExtensionPoint, catalogPermissionExtensionPoint, catalogProcessingExtensionPoint, catalogServiceRef };
|
|
137
|
+
export type { CatalogAnalysisExtensionPoint, CatalogLocationsExtensionPoint, CatalogModelExtensionPoint, CatalogPermissionExtensionPoint, CatalogPermissionRuleInput, CatalogProcessingExtensionPoint };
|
package/dist/index.d.ts
CHANGED
|
@@ -447,4 +447,5 @@ interface CatalogService {
|
|
|
447
447
|
*/
|
|
448
448
|
declare const catalogServiceRef: _backstage_backend_plugin_api.ServiceRef<CatalogService, "plugin", "singleton">;
|
|
449
449
|
|
|
450
|
-
export {
|
|
450
|
+
export { catalogServiceRef, locationSpecToLocationEntity, locationSpecToMetadataName, parseEntityYaml, processingResult };
|
|
451
|
+
export type { AnalyzeOptions, CatalogProcessor, CatalogProcessorCache, CatalogProcessorEmit, CatalogProcessorEntityResult, CatalogProcessorErrorResult, CatalogProcessorLocationResult, CatalogProcessorParser, CatalogProcessorRefreshKeysResult, CatalogProcessorRelationResult, CatalogProcessorResult, CatalogService, CatalogServiceRequestOptions, DeferredEntity, EntitiesSearchFilter, EntityFilter, EntityProvider, EntityProviderConnection, EntityProviderMutation, EntityProviderRefreshOptions, EntityRelationSpec, LocationAnalyzer, LocationSpec, ParseEntityYamlOptions, PlaceholderResolver, PlaceholderResolverParams, PlaceholderResolverRead, PlaceholderResolverResolveUrl, ScmLocationAnalyzer };
|
package/dist/testUtils.d.ts
CHANGED
|
@@ -67,4 +67,5 @@ declare namespace catalogServiceMock {
|
|
|
67
67
|
const mock: (partialImpl?: Partial<CatalogServiceMock> | undefined) => ServiceMock<CatalogServiceMock>;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
export {
|
|
70
|
+
export { catalogServiceMock };
|
|
71
|
+
export type { CatalogServiceMock };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-node",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.1-next.1",
|
|
4
4
|
"description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -72,20 +72,20 @@
|
|
|
72
72
|
"test": "backstage-cli package test"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@backstage/backend-plugin-api": "
|
|
76
|
-
"@backstage/catalog-client": "
|
|
77
|
-
"@backstage/catalog-model": "
|
|
78
|
-
"@backstage/errors": "
|
|
79
|
-
"@backstage/plugin-catalog-common": "
|
|
80
|
-
"@backstage/plugin-permission-common": "
|
|
81
|
-
"@backstage/plugin-permission-node": "
|
|
82
|
-
"@backstage/types": "
|
|
75
|
+
"@backstage/backend-plugin-api": "1.6.0-next.1",
|
|
76
|
+
"@backstage/catalog-client": "1.12.1",
|
|
77
|
+
"@backstage/catalog-model": "1.7.6",
|
|
78
|
+
"@backstage/errors": "1.2.7",
|
|
79
|
+
"@backstage/plugin-catalog-common": "1.1.7",
|
|
80
|
+
"@backstage/plugin-permission-common": "0.9.3",
|
|
81
|
+
"@backstage/plugin-permission-node": "0.10.7-next.1",
|
|
82
|
+
"@backstage/types": "1.2.2",
|
|
83
83
|
"lodash": "^4.17.21",
|
|
84
84
|
"yaml": "^2.0.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@backstage/backend-test-utils": "
|
|
88
|
-
"@backstage/cli": "
|
|
87
|
+
"@backstage/backend-test-utils": "1.10.2-next.1",
|
|
88
|
+
"@backstage/cli": "0.35.0-next.2",
|
|
89
89
|
"msw": "^1.0.0"
|
|
90
90
|
}
|
|
91
91
|
}
|