@backstage/plugin-catalog-import 0.13.10-next.2 → 0.13.11-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 +34 -0
- package/dist/alpha.d.ts +24 -3
- package/dist/package.json.esm.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-import
|
|
2
2
|
|
|
3
|
+
## 0.13.11-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.14.2-next.0
|
|
9
|
+
- @backstage/integration@1.21.0-next.0
|
|
10
|
+
- @backstage/catalog-client@1.13.1-next.0
|
|
11
|
+
- @backstage/plugin-catalog-react@2.0.1-next.0
|
|
12
|
+
- @backstage/catalog-model@1.7.6
|
|
13
|
+
- @backstage/config@1.3.6
|
|
14
|
+
- @backstage/core-components@0.18.8-next.0
|
|
15
|
+
- @backstage/core-plugin-api@1.12.4-next.0
|
|
16
|
+
- @backstage/errors@1.2.7
|
|
17
|
+
- @backstage/integration-react@1.2.16-next.0
|
|
18
|
+
- @backstage/plugin-catalog-common@1.1.8
|
|
19
|
+
- @backstage/plugin-permission-react@0.4.41-next.0
|
|
20
|
+
|
|
21
|
+
## 0.13.10
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/plugin-catalog-react@2.0.0
|
|
28
|
+
- @backstage/integration@1.20.0
|
|
29
|
+
- @backstage/core-components@0.18.7
|
|
30
|
+
- @backstage/frontend-plugin-api@0.14.0
|
|
31
|
+
- @backstage/catalog-client@1.13.0
|
|
32
|
+
- @backstage/core-plugin-api@1.12.3
|
|
33
|
+
- @backstage/integration-react@1.2.15
|
|
34
|
+
- @backstage/plugin-permission-react@0.4.40
|
|
35
|
+
- @backstage/plugin-catalog-common@1.1.8
|
|
36
|
+
|
|
3
37
|
## 0.13.10-next.2
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -90,19 +90,40 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
90
90
|
name: undefined;
|
|
91
91
|
config: {
|
|
92
92
|
path: string | undefined;
|
|
93
|
+
title: string | undefined;
|
|
93
94
|
};
|
|
94
95
|
configInput: {
|
|
96
|
+
title?: string | undefined;
|
|
95
97
|
path?: string | undefined;
|
|
96
98
|
};
|
|
97
|
-
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<
|
|
99
|
+
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", {
|
|
100
|
+
optional: true;
|
|
101
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.title", {
|
|
102
|
+
optional: true;
|
|
103
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
|
|
98
104
|
optional: true;
|
|
99
105
|
}>;
|
|
100
|
-
inputs: {
|
|
106
|
+
inputs: {
|
|
107
|
+
pages: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
108
|
+
optional: true;
|
|
109
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.title", {
|
|
110
|
+
optional: true;
|
|
111
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
|
|
112
|
+
optional: true;
|
|
113
|
+
}>, {
|
|
114
|
+
singleton: false;
|
|
115
|
+
optional: false;
|
|
116
|
+
internal: false;
|
|
117
|
+
}>;
|
|
118
|
+
};
|
|
101
119
|
params: {
|
|
102
120
|
defaultPath?: [Error: `Use the 'path' param instead`];
|
|
103
121
|
path: string;
|
|
104
|
-
|
|
122
|
+
title?: string;
|
|
123
|
+
icon?: _backstage_frontend_plugin_api.IconElement;
|
|
124
|
+
loader?: () => Promise<react.JSX.Element>;
|
|
105
125
|
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
126
|
+
noHeader?: boolean;
|
|
106
127
|
};
|
|
107
128
|
}>;
|
|
108
129
|
}>;
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-import",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.11-next.0",
|
|
4
4
|
"description": "A Backstage plugin the helps you import entities into your catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/catalog-client": "1.
|
|
69
|
+
"@backstage/catalog-client": "1.13.1-next.0",
|
|
70
70
|
"@backstage/catalog-model": "1.7.6",
|
|
71
71
|
"@backstage/config": "1.3.6",
|
|
72
|
-
"@backstage/core-components": "0.18.
|
|
73
|
-
"@backstage/core-plugin-api": "1.12.
|
|
72
|
+
"@backstage/core-components": "0.18.8-next.0",
|
|
73
|
+
"@backstage/core-plugin-api": "1.12.4-next.0",
|
|
74
74
|
"@backstage/errors": "1.2.7",
|
|
75
|
-
"@backstage/frontend-plugin-api": "0.14.
|
|
76
|
-
"@backstage/integration": "1.
|
|
77
|
-
"@backstage/integration-react": "1.2.
|
|
78
|
-
"@backstage/plugin-catalog-common": "1.1.8
|
|
79
|
-
"@backstage/plugin-catalog-react": "2.0.
|
|
80
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
75
|
+
"@backstage/frontend-plugin-api": "0.14.2-next.0",
|
|
76
|
+
"@backstage/integration": "1.21.0-next.0",
|
|
77
|
+
"@backstage/integration-react": "1.2.16-next.0",
|
|
78
|
+
"@backstage/plugin-catalog-common": "1.1.8",
|
|
79
|
+
"@backstage/plugin-catalog-react": "2.0.1-next.0",
|
|
80
|
+
"@backstage/plugin-permission-react": "0.4.41-next.0",
|
|
81
81
|
"@material-ui/core": "^4.12.2",
|
|
82
82
|
"@material-ui/icons": "^4.9.1",
|
|
83
83
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"yaml": "^2.0.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@backstage/cli": "0.35.
|
|
94
|
-
"@backstage/core-app-api": "1.19.
|
|
95
|
-
"@backstage/dev-utils": "1.1.
|
|
96
|
-
"@backstage/plugin-catalog": "1.33.
|
|
97
|
-
"@backstage/test-utils": "1.7.
|
|
93
|
+
"@backstage/cli": "0.35.5-next.0",
|
|
94
|
+
"@backstage/core-app-api": "1.19.6-next.0",
|
|
95
|
+
"@backstage/dev-utils": "1.1.21-next.0",
|
|
96
|
+
"@backstage/plugin-catalog": "1.33.1-next.0",
|
|
97
|
+
"@backstage/test-utils": "1.7.16-next.0",
|
|
98
98
|
"@testing-library/dom": "^10.0.0",
|
|
99
99
|
"@testing-library/jest-dom": "^6.0.0",
|
|
100
100
|
"@testing-library/react": "^16.0.0",
|