@backstage/plugin-catalog 1.25.1 → 1.25.2-next.0
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 +9 -9
- package/dist/alpha.d.ts +11 -11
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
-
## 1.25.
|
|
3
|
+
## 1.25.2-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/
|
|
8
|
+
- @backstage/plugin-scaffolder-common@1.5.8-next.0
|
|
9
|
+
- @backstage/plugin-search-react@1.8.4-next.0
|
|
10
|
+
- @backstage/plugin-catalog-react@1.14.3-next.0
|
|
11
|
+
- @backstage/frontend-plugin-api@0.9.3-next.0
|
|
12
|
+
- @backstage/catalog-client@1.8.1-next.0
|
|
10
13
|
- @backstage/catalog-model@1.7.1
|
|
11
|
-
- @backstage/core-compat-api@0.3.
|
|
12
|
-
- @backstage/core-components@0.16.
|
|
14
|
+
- @backstage/core-compat-api@0.3.4-next.0
|
|
15
|
+
- @backstage/core-components@0.16.2-next.0
|
|
13
16
|
- @backstage/core-plugin-api@1.10.1
|
|
14
17
|
- @backstage/errors@1.2.5
|
|
15
|
-
- @backstage/integration-react@1.2.
|
|
18
|
+
- @backstage/integration-react@1.2.2-next.0
|
|
16
19
|
- @backstage/types@1.2.0
|
|
17
20
|
- @backstage/plugin-catalog-common@1.1.1
|
|
18
|
-
- @backstage/plugin-catalog-react@1.14.2
|
|
19
21
|
- @backstage/plugin-permission-react@0.4.28
|
|
20
|
-
- @backstage/plugin-scaffolder-common@1.5.7
|
|
21
22
|
- @backstage/plugin-search-common@1.2.15
|
|
22
|
-
- @backstage/plugin-search-react@1.8.3
|
|
23
23
|
|
|
24
24
|
## 1.25.0
|
|
25
25
|
|
package/dist/alpha.d.ts
CHANGED
|
@@ -27,17 +27,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
27
27
|
}>;
|
|
28
28
|
unregisterRedirect: _backstage_frontend_plugin_api.ExternalRouteRef<undefined>;
|
|
29
29
|
}, {
|
|
30
|
-
"api:catalog": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
31
|
-
kind: "api";
|
|
32
|
-
name: undefined;
|
|
33
|
-
config: {};
|
|
34
|
-
configInput: {};
|
|
35
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
36
|
-
inputs: {};
|
|
37
|
-
params: {
|
|
38
|
-
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
39
|
-
};
|
|
40
|
-
}>;
|
|
41
30
|
"nav-item:catalog": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
42
31
|
kind: "nav-item";
|
|
43
32
|
name: undefined;
|
|
@@ -55,6 +44,17 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
55
44
|
routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
56
45
|
};
|
|
57
46
|
}>;
|
|
47
|
+
"api:catalog": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
48
|
+
kind: "api";
|
|
49
|
+
name: undefined;
|
|
50
|
+
config: {};
|
|
51
|
+
configInput: {};
|
|
52
|
+
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
53
|
+
inputs: {};
|
|
54
|
+
params: {
|
|
55
|
+
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
56
|
+
};
|
|
57
|
+
}>;
|
|
58
58
|
"api:catalog/starred-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
59
59
|
kind: "api";
|
|
60
60
|
name: "starred-entities";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.2-next.0",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -67,21 +67,21 @@
|
|
|
67
67
|
"test": "backstage-cli package test"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@backstage/catalog-client": "
|
|
71
|
-
"@backstage/catalog-model": "
|
|
72
|
-
"@backstage/core-compat-api": "
|
|
73
|
-
"@backstage/core-components": "
|
|
74
|
-
"@backstage/core-plugin-api": "
|
|
75
|
-
"@backstage/errors": "
|
|
76
|
-
"@backstage/frontend-plugin-api": "
|
|
77
|
-
"@backstage/integration-react": "
|
|
78
|
-
"@backstage/plugin-catalog-common": "
|
|
79
|
-
"@backstage/plugin-catalog-react": "
|
|
80
|
-
"@backstage/plugin-permission-react": "
|
|
81
|
-
"@backstage/plugin-scaffolder-common": "
|
|
82
|
-
"@backstage/plugin-search-common": "
|
|
83
|
-
"@backstage/plugin-search-react": "
|
|
84
|
-
"@backstage/types": "
|
|
70
|
+
"@backstage/catalog-client": "1.8.1-next.0",
|
|
71
|
+
"@backstage/catalog-model": "1.7.1",
|
|
72
|
+
"@backstage/core-compat-api": "0.3.4-next.0",
|
|
73
|
+
"@backstage/core-components": "0.16.2-next.0",
|
|
74
|
+
"@backstage/core-plugin-api": "1.10.1",
|
|
75
|
+
"@backstage/errors": "1.2.5",
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.9.3-next.0",
|
|
77
|
+
"@backstage/integration-react": "1.2.2-next.0",
|
|
78
|
+
"@backstage/plugin-catalog-common": "1.1.1",
|
|
79
|
+
"@backstage/plugin-catalog-react": "1.14.3-next.0",
|
|
80
|
+
"@backstage/plugin-permission-react": "0.4.28",
|
|
81
|
+
"@backstage/plugin-scaffolder-common": "1.5.8-next.0",
|
|
82
|
+
"@backstage/plugin-search-common": "1.2.15",
|
|
83
|
+
"@backstage/plugin-search-react": "1.8.4-next.0",
|
|
84
|
+
"@backstage/types": "1.2.0",
|
|
85
85
|
"@material-ui/core": "^4.12.2",
|
|
86
86
|
"@material-ui/icons": "^4.9.1",
|
|
87
87
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
"zen-observable": "^0.10.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@backstage/cli": "
|
|
99
|
-
"@backstage/core-app-api": "
|
|
100
|
-
"@backstage/dev-utils": "
|
|
101
|
-
"@backstage/frontend-test-utils": "
|
|
102
|
-
"@backstage/plugin-permission-common": "
|
|
103
|
-
"@backstage/test-utils": "
|
|
98
|
+
"@backstage/cli": "0.29.3-next.0",
|
|
99
|
+
"@backstage/core-app-api": "1.15.3-next.0",
|
|
100
|
+
"@backstage/dev-utils": "1.1.5-next.0",
|
|
101
|
+
"@backstage/frontend-test-utils": "0.2.4-next.0",
|
|
102
|
+
"@backstage/plugin-permission-common": "0.8.2",
|
|
103
|
+
"@backstage/test-utils": "1.7.3-next.0",
|
|
104
104
|
"@testing-library/dom": "^10.0.0",
|
|
105
105
|
"@testing-library/jest-dom": "^6.0.0",
|
|
106
106
|
"@testing-library/react": "^16.0.0",
|