@backstage/plugin-catalog-import 0.12.4-next.0 → 0.12.4
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 +4 -13
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +2 -8
- package/package.json +12 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-import
|
|
2
2
|
|
|
3
|
-
## 0.12.4
|
|
3
|
+
## 0.12.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/core-
|
|
11
|
-
- @backstage/core-plugin-api@1.10.0-next.0
|
|
12
|
-
- @backstage/plugin-catalog-react@1.13.1-next.0
|
|
13
|
-
- @backstage/catalog-client@1.7.0
|
|
14
|
-
- @backstage/catalog-model@1.7.0
|
|
15
|
-
- @backstage/config@1.2.0
|
|
16
|
-
- @backstage/errors@1.2.4
|
|
17
|
-
- @backstage/integration@1.15.0
|
|
18
|
-
- @backstage/integration-react@1.1.32-next.0
|
|
19
|
-
- @backstage/plugin-catalog-common@1.1.0
|
|
8
|
+
- @backstage/integration-react@1.1.32
|
|
9
|
+
- @backstage/plugin-catalog-react@1.13.1
|
|
10
|
+
- @backstage/core-compat-api@0.3.0
|
|
20
11
|
|
|
21
12
|
## 0.12.3
|
|
22
13
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -8,17 +8,16 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
8
8
|
}, {}, {
|
|
9
9
|
"api:catalog-import": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
10
|
kind: "api";
|
|
11
|
+
namespace: undefined;
|
|
11
12
|
name: undefined;
|
|
12
13
|
config: {};
|
|
13
14
|
configInput: {};
|
|
14
15
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
15
16
|
inputs: {};
|
|
16
|
-
params: {
|
|
17
|
-
factory: _backstage_core_plugin_api.AnyApiFactory;
|
|
18
|
-
};
|
|
19
17
|
}>;
|
|
20
18
|
"page:catalog-import": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
21
19
|
kind: "page";
|
|
20
|
+
namespace: undefined;
|
|
22
21
|
name: undefined;
|
|
23
22
|
config: {
|
|
24
23
|
path: string | undefined;
|
|
@@ -30,11 +29,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
30
29
|
optional: true;
|
|
31
30
|
}>;
|
|
32
31
|
inputs: {};
|
|
33
|
-
params: {
|
|
34
|
-
defaultPath: string;
|
|
35
|
-
loader: () => Promise<JSX.Element>;
|
|
36
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
37
|
-
};
|
|
38
32
|
}>;
|
|
39
33
|
}>;
|
|
40
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-import",
|
|
3
|
-
"version": "0.12.4
|
|
3
|
+
"version": "0.12.4",
|
|
4
4
|
"description": "A Backstage plugin the helps you import entities into your catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"default": "./dist/index.esm.js"
|
|
31
31
|
},
|
|
32
32
|
"./alpha": {
|
|
33
|
-
"backstage": "@backstage/FrontendPlugin",
|
|
34
33
|
"import": "./dist/alpha.esm.js",
|
|
35
34
|
"types": "./dist/alpha.d.ts",
|
|
36
35
|
"default": "./dist/alpha.esm.js"
|
|
@@ -57,15 +56,15 @@
|
|
|
57
56
|
"@backstage/catalog-client": "^1.7.0",
|
|
58
57
|
"@backstage/catalog-model": "^1.7.0",
|
|
59
58
|
"@backstage/config": "^1.2.0",
|
|
60
|
-
"@backstage/core-compat-api": "^0.3.
|
|
61
|
-
"@backstage/core-components": "^0.15.
|
|
62
|
-
"@backstage/core-plugin-api": "^1.
|
|
59
|
+
"@backstage/core-compat-api": "^0.3.0",
|
|
60
|
+
"@backstage/core-components": "^0.15.0",
|
|
61
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
63
62
|
"@backstage/errors": "^1.2.4",
|
|
64
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
63
|
+
"@backstage/frontend-plugin-api": "^0.8.0",
|
|
65
64
|
"@backstage/integration": "^1.15.0",
|
|
66
|
-
"@backstage/integration-react": "^1.1.32
|
|
65
|
+
"@backstage/integration-react": "^1.1.32",
|
|
67
66
|
"@backstage/plugin-catalog-common": "^1.1.0",
|
|
68
|
-
"@backstage/plugin-catalog-react": "^1.13.1
|
|
67
|
+
"@backstage/plugin-catalog-react": "^1.13.1",
|
|
69
68
|
"@material-ui/core": "^4.12.2",
|
|
70
69
|
"@material-ui/icons": "^4.9.1",
|
|
71
70
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -79,11 +78,11 @@
|
|
|
79
78
|
"yaml": "^2.0.0"
|
|
80
79
|
},
|
|
81
80
|
"devDependencies": {
|
|
82
|
-
"@backstage/cli": "^0.
|
|
83
|
-
"@backstage/core-app-api": "^1.15.
|
|
84
|
-
"@backstage/dev-utils": "^1.1.1
|
|
85
|
-
"@backstage/plugin-catalog": "^1.
|
|
86
|
-
"@backstage/test-utils": "^1.6.
|
|
81
|
+
"@backstage/cli": "^0.27.1",
|
|
82
|
+
"@backstage/core-app-api": "^1.15.0",
|
|
83
|
+
"@backstage/dev-utils": "^1.1.1",
|
|
84
|
+
"@backstage/plugin-catalog": "^1.23.1",
|
|
85
|
+
"@backstage/test-utils": "^1.6.0",
|
|
87
86
|
"@testing-library/dom": "^10.0.0",
|
|
88
87
|
"@testing-library/jest-dom": "^6.0.0",
|
|
89
88
|
"@testing-library/react": "^16.0.0",
|