@backstage/plugin-app-visualizer 0.1.16-next.3 → 0.1.17-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,22 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
+ ## 0.1.17-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.6-next.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
15
+ - Updated dependencies
16
+ - @backstage/core-components@0.16.4
17
+ - @backstage/frontend-plugin-api@0.9.5
18
+ - @backstage/core-plugin-api@1.10.4
19
+
3
20
  ## 0.1.16-next.3
4
21
 
5
22
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -4,6 +4,23 @@ import React from 'react';
4
4
 
5
5
  /** @public */
6
6
  declare const visualizerPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
7
+ "nav-item:app-visualizer": _backstage_frontend_plugin_api.ExtensionDefinition<{
8
+ kind: "nav-item";
9
+ name: undefined;
10
+ config: {};
11
+ configInput: {};
12
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
13
+ title: string;
14
+ icon: _backstage_core_plugin_api.IconComponent;
15
+ routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
16
+ }, "core.nav-item.target", {}>;
17
+ inputs: {};
18
+ params: {
19
+ title: string;
20
+ icon: _backstage_core_plugin_api.IconComponent;
21
+ routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
22
+ };
23
+ }>;
7
24
  "page:app-visualizer": _backstage_frontend_plugin_api.ExtensionDefinition<{
8
25
  kind: "page";
9
26
  name: undefined;
@@ -23,23 +40,6 @@ declare const visualizerPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}
23
40
  routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
24
41
  };
25
42
  }>;
26
- "nav-item:app-visualizer": _backstage_frontend_plugin_api.ExtensionDefinition<{
27
- kind: "nav-item";
28
- name: undefined;
29
- config: {};
30
- configInput: {};
31
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
32
- title: string;
33
- icon: _backstage_core_plugin_api.IconComponent;
34
- routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
35
- }, "core.nav-item.target", {}>;
36
- inputs: {};
37
- params: {
38
- title: string;
39
- icon: _backstage_core_plugin_api.IconComponent;
40
- routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
41
- };
42
- }>;
43
43
  }>;
44
44
 
45
45
  export { visualizerPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.1.16-next.3",
3
+ "version": "0.1.17-next.0",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -37,15 +37,15 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.16.4-next.1",
41
- "@backstage/core-plugin-api": "1.10.4-next.0",
42
- "@backstage/frontend-plugin-api": "0.9.5-next.3",
40
+ "@backstage/core-components": "0.16.4",
41
+ "@backstage/core-plugin-api": "1.10.4",
42
+ "@backstage/frontend-plugin-api": "0.9.6-next.0",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.30.0-next.3",
48
- "@backstage/frontend-defaults": "0.1.6-next.3",
47
+ "@backstage/cli": "0.30.0",
48
+ "@backstage/frontend-defaults": "0.1.7-next.0",
49
49
  "@types/react": "^18.0.0",
50
50
  "react": "^18.0.2",
51
51
  "react-dom": "^18.0.2",