@backstage/plugin-catalog-unprocessed-entities 0.2.29 → 0.2.30-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 +13 -0
- package/dist/alpha.d.ts +8 -4
- package/dist/package.json.esm.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-unprocessed-entities
|
|
2
2
|
|
|
3
|
+
## 0.2.30-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.18.10-next.0
|
|
9
|
+
- @backstage/ui@0.15.0-next.0
|
|
10
|
+
- @backstage/errors@1.3.1-next.0
|
|
11
|
+
- @backstage/core-compat-api@0.5.11-next.0
|
|
12
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
14
|
+
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.15-next.0
|
|
15
|
+
|
|
3
16
|
## 0.2.29
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -18,8 +18,12 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
18
18
|
"nav-item:catalog-unprocessed-entities": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
19
19
|
kind: "nav-item";
|
|
20
20
|
name: undefined;
|
|
21
|
-
config: {
|
|
22
|
-
|
|
21
|
+
config: {
|
|
22
|
+
title: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
configInput: {
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
};
|
|
23
27
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<{
|
|
24
28
|
title: string;
|
|
25
29
|
icon: _backstage_frontend_plugin_api.IconComponent;
|
|
@@ -40,8 +44,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
40
44
|
title: string | undefined;
|
|
41
45
|
};
|
|
42
46
|
configInput: {
|
|
43
|
-
title?: string | undefined;
|
|
44
47
|
path?: string | undefined;
|
|
48
|
+
title?: string | undefined;
|
|
45
49
|
};
|
|
46
50
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
47
51
|
optional: true;
|
|
@@ -80,8 +84,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
80
84
|
title: string | undefined;
|
|
81
85
|
};
|
|
82
86
|
configInput: {
|
|
83
|
-
title?: string | undefined;
|
|
84
87
|
path?: string | undefined;
|
|
88
|
+
title?: string | undefined;
|
|
85
89
|
};
|
|
86
90
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
87
91
|
optional: true;
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "catalog-unprocessed-entities",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"test": "backstage-cli package test"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@backstage/core-compat-api": "
|
|
66
|
-
"@backstage/core-components": "
|
|
67
|
-
"@backstage/core-plugin-api": "
|
|
68
|
-
"@backstage/errors": "
|
|
69
|
-
"@backstage/frontend-plugin-api": "
|
|
70
|
-
"@backstage/plugin-catalog-unprocessed-entities-common": "
|
|
71
|
-
"@backstage/ui": "
|
|
65
|
+
"@backstage/core-compat-api": "0.5.11-next.0",
|
|
66
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
67
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
68
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
69
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
70
|
+
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.15-next.0",
|
|
71
|
+
"@backstage/ui": "0.15.0-next.0",
|
|
72
72
|
"@material-ui/core": "^4.9.13",
|
|
73
73
|
"@material-ui/icons": "^4.9.1",
|
|
74
74
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"react-use": "^17.2.4"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@backstage/cli": "
|
|
80
|
-
"@backstage/dev-utils": "
|
|
79
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
80
|
+
"@backstage/dev-utils": "1.1.23-next.0",
|
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|
|
82
82
|
"@testing-library/react": "^16.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|