@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 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;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-import";
2
- var version = "0.13.11-next.1";
2
+ var version = "0.13.11-next.2";
3
3
  var description = "A Backstage plugin the helps you import entities into your catalog";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
- "version": "0.13.11-next.1",
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.1",
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.0",
73
- "@backstage/core-plugin-api": "1.12.4-next.0",
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.14.2-next.0",
76
- "@backstage/integration": "2.0.0-next.1",
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.1",
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.1",
94
- "@backstage/core-app-api": "1.19.6-next.0",
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": "1.34.0-next.1",
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",