@backstage/plugin-catalog-unprocessed-entities 0.2.15-next.1 → 0.2.15-next.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 +12 -0
- package/dist/alpha.d.ts +12 -12
- package/dist/index.d.ts +0 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-unprocessed-entities
|
|
2
2
|
|
|
3
|
+
## 0.2.15-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.10.0-next.2
|
|
9
|
+
- @backstage/core-compat-api@0.4.0-next.2
|
|
10
|
+
- @backstage/core-components@0.16.5-next.1
|
|
11
|
+
- @backstage/catalog-model@1.7.3
|
|
12
|
+
- @backstage/core-plugin-api@1.10.4
|
|
13
|
+
- @backstage/errors@1.2.7
|
|
14
|
+
|
|
3
15
|
## 0.2.15-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -6,6 +6,17 @@ import React__default from 'react';
|
|
|
6
6
|
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
7
7
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
8
8
|
}, {}, {
|
|
9
|
+
"api:catalog-unprocessed-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
|
+
kind: "api";
|
|
11
|
+
name: undefined;
|
|
12
|
+
config: {};
|
|
13
|
+
configInput: {};
|
|
14
|
+
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
15
|
+
inputs: {};
|
|
16
|
+
params: {
|
|
17
|
+
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
18
|
+
};
|
|
19
|
+
}>;
|
|
9
20
|
"nav-item:catalog-unprocessed-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
21
|
kind: "nav-item";
|
|
11
22
|
name: undefined;
|
|
@@ -23,17 +34,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
23
34
|
routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
24
35
|
};
|
|
25
36
|
}>;
|
|
26
|
-
"api:catalog-unprocessed-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
27
|
-
kind: "api";
|
|
28
|
-
name: undefined;
|
|
29
|
-
config: {};
|
|
30
|
-
configInput: {};
|
|
31
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
32
|
-
inputs: {};
|
|
33
|
-
params: {
|
|
34
|
-
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
35
|
-
};
|
|
36
|
-
}>;
|
|
37
37
|
"page:catalog-unprocessed-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
38
38
|
kind: "page";
|
|
39
39
|
name: undefined;
|
|
@@ -50,7 +50,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
50
50
|
params: {
|
|
51
51
|
defaultPath: string;
|
|
52
52
|
loader: () => Promise<JSX.Element>;
|
|
53
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef
|
|
53
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
54
54
|
};
|
|
55
55
|
}>;
|
|
56
56
|
}>;
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
|
3
|
-
"version": "0.2.15-next.
|
|
3
|
+
"version": "0.2.15-next.2",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "catalog-unprocessed-entities",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"types": "./dist/index.d.ts",
|
|
42
42
|
"typesVersions": {
|
|
43
43
|
"*": {
|
|
44
|
-
"
|
|
44
|
+
"*": [
|
|
45
45
|
"dist/index.d.ts"
|
|
46
46
|
],
|
|
47
47
|
"alpha": [
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@backstage/catalog-model": "1.7.3",
|
|
66
|
-
"@backstage/core-compat-api": "0.
|
|
67
|
-
"@backstage/core-components": "0.16.5-next.
|
|
66
|
+
"@backstage/core-compat-api": "0.4.0-next.2",
|
|
67
|
+
"@backstage/core-components": "0.16.5-next.1",
|
|
68
68
|
"@backstage/core-plugin-api": "1.10.4",
|
|
69
69
|
"@backstage/errors": "1.2.7",
|
|
70
|
-
"@backstage/frontend-plugin-api": "0.
|
|
70
|
+
"@backstage/frontend-plugin-api": "0.10.0-next.2",
|
|
71
71
|
"@material-ui/core": "^4.9.13",
|
|
72
72
|
"@material-ui/icons": "^4.9.1",
|
|
73
73
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"react-use": "^17.2.4"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@backstage/cli": "0.
|
|
79
|
-
"@backstage/dev-utils": "1.1.8-next.
|
|
78
|
+
"@backstage/cli": "0.31.0-next.1",
|
|
79
|
+
"@backstage/dev-utils": "1.1.8-next.2",
|
|
80
80
|
"@testing-library/jest-dom": "^6.0.0",
|
|
81
81
|
"@testing-library/react": "^16.0.0",
|
|
82
82
|
"@types/react": "^18.0.0",
|