@backstage/plugin-catalog-node 2.2.2-next.0 → 2.2.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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-node
|
|
2
2
|
|
|
3
|
+
## 2.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-client@1.16.0
|
|
9
|
+
- @backstage/backend-plugin-api@1.9.2
|
|
10
|
+
- @backstage/plugin-permission-node@0.11.1
|
|
11
|
+
|
|
3
12
|
## 2.2.2-next.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _backstage_plugin_permission_node from '@backstage/plugin-permission-node';
|
|
2
2
|
import { Entity } from '@backstage/catalog-model';
|
|
3
3
|
import { EntitiesSearchFilter } from '@backstage/plugin-catalog-node';
|
|
4
|
-
export {
|
|
4
|
+
export { b as CatalogModelExtensionPoint, f as catalogModelExtensionPoint } from './types/extensions.d-B2z19h7d.js';
|
|
5
5
|
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
6
6
|
import { CatalogModelLayer } from '@backstage/catalog-model/alpha';
|
|
7
7
|
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { LocationSpec as LocationSpec$1, AnalyzeLocationRequest, AnalyzeLocation
|
|
|
4
4
|
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
5
5
|
import { BackstageCredentials } from '@backstage/backend-plugin-api';
|
|
6
6
|
import { GetEntitiesRequest, GetEntitiesResponse, GetEntitiesByRefsRequest, GetEntitiesByRefsResponse, QueryEntitiesRequest, QueryEntitiesResponse, GetEntityAncestorsRequest, GetEntityAncestorsResponse, GetEntityFacetsRequest, GetEntityFacetsResponse, GetLocationsResponse, QueryLocationsRequest, QueryLocationsResponse, QueryLocationsInitialRequest, Location, AddLocationRequest, AddLocationResponse, ValidateEntityResponse, StreamEntitiesRequest } from '@backstage/catalog-client';
|
|
7
|
-
export { C as CatalogAnalysisExtensionPoint, a as CatalogLocationsExtensionPoint,
|
|
7
|
+
export { C as CatalogAnalysisExtensionPoint, a as CatalogLocationsExtensionPoint, c as CatalogProcessingExtensionPoint, d as catalogAnalysisExtensionPoint, e as catalogLocationsExtensionPoint, g as catalogProcessingExtensionPoint } from './types/extensions.d-B2z19h7d.js';
|
|
8
8
|
import '@backstage/catalog-model/alpha';
|
|
9
9
|
import '@backstage/plugin-catalog-node';
|
|
10
10
|
|
|
@@ -111,5 +111,5 @@ declare const catalogAnalysisExtensionPoint: _backstage_backend_plugin_api.Exten
|
|
|
111
111
|
/** @alpha */
|
|
112
112
|
declare const catalogModelExtensionPoint: _backstage_backend_plugin_api.ExtensionPoint<CatalogModelExtensionPoint>;
|
|
113
113
|
|
|
114
|
-
export { catalogAnalysisExtensionPoint as
|
|
115
|
-
export type { CatalogAnalysisExtensionPoint as C, CatalogLocationsExtensionPoint as a,
|
|
114
|
+
export { catalogAnalysisExtensionPoint as d, catalogLocationsExtensionPoint as e, catalogModelExtensionPoint as f, catalogProcessingExtensionPoint as g };
|
|
115
|
+
export type { CatalogAnalysisExtensionPoint as C, CatalogLocationsExtensionPoint as a, CatalogModelExtensionPoint as b, CatalogProcessingExtensionPoint as c };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-node",
|
|
3
|
-
"version": "2.2.2
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -72,25 +72,25 @@
|
|
|
72
72
|
"test": "backstage-cli package test"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@backstage/backend-plugin-api": "1.9.2
|
|
76
|
-
"@backstage/catalog-client": "1.16.0
|
|
77
|
-
"@backstage/catalog-model": "1.9.0",
|
|
78
|
-
"@backstage/errors": "1.3.1",
|
|
79
|
-
"@backstage/plugin-catalog-common": "1.1.10",
|
|
80
|
-
"@backstage/plugin-permission-common": "0.9.9",
|
|
81
|
-
"@backstage/plugin-permission-node": "0.11.1
|
|
82
|
-
"@backstage/types": "1.2.2",
|
|
75
|
+
"@backstage/backend-plugin-api": "^1.9.2",
|
|
76
|
+
"@backstage/catalog-client": "^1.16.0",
|
|
77
|
+
"@backstage/catalog-model": "^1.9.0",
|
|
78
|
+
"@backstage/errors": "^1.3.1",
|
|
79
|
+
"@backstage/plugin-catalog-common": "^1.1.10",
|
|
80
|
+
"@backstage/plugin-permission-common": "^0.9.9",
|
|
81
|
+
"@backstage/plugin-permission-node": "^0.11.1",
|
|
82
|
+
"@backstage/types": "^1.2.2",
|
|
83
83
|
"@opentelemetry/api": "^1.9.0",
|
|
84
84
|
"lodash": "^4.17.21",
|
|
85
85
|
"yaml": "^2.0.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/backend-test-utils": "1.11.4
|
|
89
|
-
"@backstage/cli": "0.36.3
|
|
88
|
+
"@backstage/backend-test-utils": "^1.11.4",
|
|
89
|
+
"@backstage/cli": "^0.36.3",
|
|
90
90
|
"msw": "^1.0.0"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
|
-
"@backstage/backend-test-utils": "1.11.4
|
|
93
|
+
"@backstage/backend-test-utils": "^1.11.4"
|
|
94
94
|
},
|
|
95
95
|
"peerDependenciesMeta": {
|
|
96
96
|
"@backstage/backend-test-utils": {
|