@backstage/plugin-catalog-import 0.13.11-next.1 → 0.13.11-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 +0 -1
- package/dist/package.json.esm.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-import
|
|
2
2
|
|
|
3
|
+
## 0.13.11-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.15.0-next.1
|
|
9
|
+
- @backstage/core-plugin-api@1.12.4-next.1
|
|
10
|
+
- @backstage/catalog-client@1.14.0-next.2
|
|
11
|
+
- @backstage/plugin-catalog-react@2.1.0-next.2
|
|
12
|
+
- @backstage/integration@2.0.0-next.2
|
|
13
|
+
- @backstage/core-components@0.18.8-next.1
|
|
14
|
+
|
|
3
15
|
## 0.13.11-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -117,7 +117,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
117
117
|
}>;
|
|
118
118
|
};
|
|
119
119
|
params: {
|
|
120
|
-
defaultPath?: [Error: `Use the 'path' param instead`];
|
|
121
120
|
path: string;
|
|
122
121
|
title?: string;
|
|
123
122
|
icon?: _backstage_frontend_plugin_api.IconElement;
|
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.11-next.
|
|
3
|
+
"version": "0.13.11-next.2",
|
|
4
4
|
"description": "A Backstage plugin the helps you import entities into your catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -66,17 +66,17 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/catalog-client": "1.14.0-next.
|
|
69
|
+
"@backstage/catalog-client": "1.14.0-next.2",
|
|
70
70
|
"@backstage/catalog-model": "1.7.6",
|
|
71
71
|
"@backstage/config": "1.3.6",
|
|
72
|
-
"@backstage/core-components": "0.18.8-next.
|
|
73
|
-
"@backstage/core-plugin-api": "1.12.4-next.
|
|
72
|
+
"@backstage/core-components": "0.18.8-next.1",
|
|
73
|
+
"@backstage/core-plugin-api": "1.12.4-next.1",
|
|
74
74
|
"@backstage/errors": "1.2.7",
|
|
75
|
-
"@backstage/frontend-plugin-api": "0.
|
|
76
|
-
"@backstage/integration": "2.0.0-next.
|
|
75
|
+
"@backstage/frontend-plugin-api": "0.15.0-next.1",
|
|
76
|
+
"@backstage/integration": "2.0.0-next.2",
|
|
77
77
|
"@backstage/integration-react": "1.2.16-next.1",
|
|
78
78
|
"@backstage/plugin-catalog-common": "1.1.8",
|
|
79
|
-
"@backstage/plugin-catalog-react": "2.1.0-next.
|
|
79
|
+
"@backstage/plugin-catalog-react": "2.1.0-next.2",
|
|
80
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",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"yaml": "^2.0.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@backstage/cli": "0.36.0-next.
|
|
94
|
-
"@backstage/core-app-api": "1.19.6-next.
|
|
93
|
+
"@backstage/cli": "0.36.0-next.2",
|
|
94
|
+
"@backstage/core-app-api": "1.19.6-next.1",
|
|
95
95
|
"@backstage/dev-utils": "1.1.21-next.1",
|
|
96
|
-
"@backstage/plugin-catalog": "
|
|
96
|
+
"@backstage/plugin-catalog": "2.0.0-next.2",
|
|
97
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",
|