@backstage/plugin-catalog-graph 0.4.10-next.0 → 0.4.10

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