@backstage/plugin-catalog-node 2.1.0 → 2.1.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
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-node
|
|
2
2
|
|
|
3
|
+
## 2.1.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.9.0-next.1
|
|
9
|
+
- @backstage/backend-test-utils@1.11.2-next.1
|
|
10
|
+
- @backstage/plugin-permission-node@0.10.12-next.1
|
|
11
|
+
|
|
12
|
+
## 2.1.1-next.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/backend-plugin-api@1.8.1-next.0
|
|
18
|
+
- @backstage/backend-test-utils@1.11.2-next.0
|
|
19
|
+
- @backstage/plugin-permission-node@0.10.12-next.0
|
|
20
|
+
- @backstage/catalog-client@1.14.0
|
|
21
|
+
- @backstage/catalog-model@1.7.7
|
|
22
|
+
- @backstage/errors@1.2.7
|
|
23
|
+
- @backstage/types@1.2.2
|
|
24
|
+
- @backstage/plugin-catalog-common@1.1.8
|
|
25
|
+
- @backstage/plugin-permission-common@0.9.7
|
|
26
|
+
|
|
3
27
|
## 2.1.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
|
2
2
|
import * as _backstage_plugin_permission_node from '@backstage/plugin-permission-node';
|
|
3
3
|
import { CatalogApi } from '@backstage/catalog-client';
|
|
4
4
|
import { Entity } from '@backstage/catalog-model';
|
|
5
|
-
import {
|
|
6
|
-
export { f as CatalogModelExtensionPoint,
|
|
5
|
+
import { CatalogAnalysisExtensionPoint as CatalogAnalysisExtensionPoint$1, CatalogLocationsExtensionPoint as CatalogLocationsExtensionPoint$1, CatalogProcessingExtensionPoint as CatalogProcessingExtensionPoint$1, EntitiesSearchFilter } from '@backstage/plugin-catalog-node';
|
|
6
|
+
export { f as CatalogModelExtensionPoint, g as CatalogPermissionExtensionPoint, h as CatalogPermissionRuleInput, i as catalogModelExtensionPoint, j as catalogPermissionExtensionPoint } from './types/extensions.d-DN0e-Zxw.js';
|
|
7
7
|
import '@backstage/plugin-permission-common';
|
|
8
8
|
|
|
9
9
|
/**
|
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 {
|
|
7
|
+
export { C as CatalogAnalysisExtensionPoint, a as CatalogLocationsExtensionPoint, b as CatalogProcessingExtensionPoint, c as catalogAnalysisExtensionPoint, d as catalogLocationsExtensionPoint, e as catalogProcessingExtensionPoint } from './types/extensions.d-DN0e-Zxw.js';
|
|
8
8
|
import '@backstage/plugin-catalog-node';
|
|
9
9
|
import '@backstage/plugin-permission-common';
|
|
10
10
|
import '@backstage/plugin-permission-node';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
2
2
|
import { Entity, Validators } from '@backstage/catalog-model';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { LocationAnalyzer, ScmLocationAnalyzer, CatalogProcessor, EntityProvider, PlaceholderResolver, CatalogProcessorParser, EntitiesSearchFilter } from '@backstage/plugin-catalog-node';
|
|
4
|
+
import { Permission, PermissionRuleParams } from '@backstage/plugin-permission-common';
|
|
5
5
|
import { PermissionRule } from '@backstage/plugin-permission-node';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -123,5 +123,5 @@ interface CatalogPermissionExtensionPoint {
|
|
|
123
123
|
*/
|
|
124
124
|
declare const catalogPermissionExtensionPoint: _backstage_backend_plugin_api.ExtensionPoint<CatalogPermissionExtensionPoint>;
|
|
125
125
|
|
|
126
|
-
export {
|
|
127
|
-
export type {
|
|
126
|
+
export { catalogAnalysisExtensionPoint as c, catalogLocationsExtensionPoint as d, catalogProcessingExtensionPoint as e, catalogModelExtensionPoint as i, catalogPermissionExtensionPoint as j };
|
|
127
|
+
export type { CatalogAnalysisExtensionPoint as C, CatalogLocationsExtensionPoint as a, CatalogProcessingExtensionPoint as b, CatalogModelExtensionPoint as f, CatalogPermissionExtensionPoint as g, CatalogPermissionRuleInput as h };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-node",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.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,25 +72,25 @@
|
|
|
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.9.0-next.1",
|
|
76
|
+
"@backstage/catalog-client": "1.14.0",
|
|
77
|
+
"@backstage/catalog-model": "1.7.7",
|
|
78
|
+
"@backstage/errors": "1.2.7",
|
|
79
|
+
"@backstage/plugin-catalog-common": "1.1.8",
|
|
80
|
+
"@backstage/plugin-permission-common": "0.9.7",
|
|
81
|
+
"@backstage/plugin-permission-node": "0.10.12-next.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": "
|
|
89
|
-
"@backstage/cli": "
|
|
88
|
+
"@backstage/backend-test-utils": "1.11.2-next.1",
|
|
89
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
90
90
|
"msw": "^1.0.0"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
|
-
"@backstage/backend-test-utils": "
|
|
93
|
+
"@backstage/backend-test-utils": "1.11.2-next.1"
|
|
94
94
|
},
|
|
95
95
|
"peerDependenciesMeta": {
|
|
96
96
|
"@backstage/backend-test-utils": {
|