@backstage/plugin-catalog-graph 0.4.9 → 0.4.10-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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.4.10-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.0-next.0
9
+ - @backstage/core-compat-api@0.3.1-next.0
10
+ - @backstage/core-components@0.15.1-next.0
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/types@1.1.1
16
+
3
17
  ## 0.4.9
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph__alpha",
3
- "version": "0.4.9",
3
+ "version": "0.4.10-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -55,8 +55,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
55
55
  }>;
56
56
  };
57
57
  kind: "entity-card";
58
- namespace: undefined;
59
58
  name: "relations";
59
+ params: {
60
+ loader: () => Promise<JSX.Element>;
61
+ filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
62
+ };
60
63
  }>;
61
64
  "page:catalog-graph": _backstage_frontend_plugin_api.ExtensionDefinition<{
62
65
  config: {
@@ -103,8 +106,12 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
103
106
  }>;
104
107
  };
105
108
  kind: "page";
106
- namespace: undefined;
107
109
  name: undefined;
110
+ params: {
111
+ defaultPath: string;
112
+ loader: () => Promise<JSX.Element>;
113
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
114
+ };
108
115
  }>;
109
116
  }>;
110
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.4.9",
3
+ "version": "0.4.10-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -26,6 +26,7 @@
26
26
  "default": "./dist/index.esm.js"
27
27
  },
28
28
  "./alpha": {
29
+ "backstage": "@backstage/FrontendPlugin",
29
30
  "import": "./dist/alpha.esm.js",
30
31
  "types": "./dist/alpha.d.ts",
31
32
  "default": "./dist/alpha.esm.js"
@@ -50,11 +51,11 @@
50
51
  "dependencies": {
51
52
  "@backstage/catalog-client": "^1.7.0",
52
53
  "@backstage/catalog-model": "^1.7.0",
53
- "@backstage/core-compat-api": "^0.3.0",
54
- "@backstage/core-components": "^0.15.0",
55
- "@backstage/core-plugin-api": "^1.9.4",
56
- "@backstage/frontend-plugin-api": "^0.8.0",
57
- "@backstage/plugin-catalog-react": "^1.13.0",
54
+ "@backstage/core-compat-api": "^0.3.1-next.0",
55
+ "@backstage/core-components": "^0.15.1-next.0",
56
+ "@backstage/core-plugin-api": "^1.10.0-next.0",
57
+ "@backstage/frontend-plugin-api": "^0.9.0-next.0",
58
+ "@backstage/plugin-catalog-react": "^1.13.1-next.0",
58
59
  "@backstage/types": "^1.1.1",
59
60
  "@material-ui/core": "^4.12.2",
60
61
  "@material-ui/icons": "^4.9.1",
@@ -67,11 +68,11 @@
67
68
  "react-use": "^17.2.4"
68
69
  },
69
70
  "devDependencies": {
70
- "@backstage/cli": "^0.27.1",
71
- "@backstage/core-app-api": "^1.15.0",
72
- "@backstage/dev-utils": "^1.1.0",
73
- "@backstage/plugin-catalog": "^1.23.0",
74
- "@backstage/test-utils": "^1.6.0",
71
+ "@backstage/cli": "^0.28.0-next.0",
72
+ "@backstage/core-app-api": "^1.15.1-next.0",
73
+ "@backstage/dev-utils": "^1.1.1-next.0",
74
+ "@backstage/plugin-catalog": "^1.24.0-next.0",
75
+ "@backstage/test-utils": "^1.6.1-next.0",
75
76
  "@testing-library/dom": "^10.0.0",
76
77
  "@testing-library/jest-dom": "^6.0.0",
77
78
  "@testing-library/react": "^16.0.0",