@backstage/plugin-app-visualizer 0.0.0-nightly-20260414031820 → 0.0.0-nightly-20260416031834
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 +15 -5
- package/dist/index.d.ts +10 -6
- package/dist/package.json.esm.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-app-visualizer
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260416031834
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/ui@0.0.0-nightly-20260416031834
|
|
9
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260416031834
|
|
10
|
+
- @backstage/core-components@0.0.0-nightly-20260416031834
|
|
11
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260416031834
|
|
12
|
+
|
|
13
|
+
## 0.2.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
6
16
|
|
|
7
17
|
- e220589: Updated `PluginHeaderActionBlueprint` usage to pass params as a plain object.
|
|
8
18
|
- Updated dependencies
|
|
9
|
-
- @backstage/ui@0.
|
|
10
|
-
- @backstage/frontend-plugin-api@0.
|
|
11
|
-
- @backstage/core-components@0.
|
|
12
|
-
- @backstage/core-plugin-api@
|
|
19
|
+
- @backstage/ui@0.14.0
|
|
20
|
+
- @backstage/frontend-plugin-api@0.16.0
|
|
21
|
+
- @backstage/core-components@0.18.9
|
|
22
|
+
- @backstage/core-plugin-api@1.12.5
|
|
13
23
|
|
|
14
24
|
## 0.2.2-next.1
|
|
15
25
|
|
package/dist/index.d.ts
CHANGED
|
@@ -6,8 +6,12 @@ declare const visualizerPlugin: _backstage_frontend_plugin_api.OverridableFronte
|
|
|
6
6
|
"nav-item:app-visualizer": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
7
7
|
kind: "nav-item";
|
|
8
8
|
name: undefined;
|
|
9
|
-
config: {
|
|
10
|
-
|
|
9
|
+
config: {
|
|
10
|
+
title: string | undefined;
|
|
11
|
+
};
|
|
12
|
+
configInput: {
|
|
13
|
+
title?: string | undefined;
|
|
14
|
+
};
|
|
11
15
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<{
|
|
12
16
|
title: string;
|
|
13
17
|
icon: _backstage_frontend_plugin_api.IconComponent;
|
|
@@ -28,8 +32,8 @@ declare const visualizerPlugin: _backstage_frontend_plugin_api.OverridableFronte
|
|
|
28
32
|
title: string | undefined;
|
|
29
33
|
};
|
|
30
34
|
configInput: {
|
|
31
|
-
title?: string | undefined;
|
|
32
35
|
path?: string | undefined;
|
|
36
|
+
title?: string | undefined;
|
|
33
37
|
};
|
|
34
38
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
35
39
|
optional: true;
|
|
@@ -79,8 +83,8 @@ declare const visualizerPlugin: _backstage_frontend_plugin_api.OverridableFronte
|
|
|
79
83
|
title: string | undefined;
|
|
80
84
|
};
|
|
81
85
|
configInput: {
|
|
82
|
-
title?: string | undefined;
|
|
83
86
|
path?: string | undefined;
|
|
87
|
+
title?: string | undefined;
|
|
84
88
|
};
|
|
85
89
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
86
90
|
optional: true;
|
|
@@ -104,8 +108,8 @@ declare const visualizerPlugin: _backstage_frontend_plugin_api.OverridableFronte
|
|
|
104
108
|
title: string | undefined;
|
|
105
109
|
};
|
|
106
110
|
configInput: {
|
|
107
|
-
title?: string | undefined;
|
|
108
111
|
path?: string | undefined;
|
|
112
|
+
title?: string | undefined;
|
|
109
113
|
};
|
|
110
114
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
111
115
|
optional: true;
|
|
@@ -129,8 +133,8 @@ declare const visualizerPlugin: _backstage_frontend_plugin_api.OverridableFronte
|
|
|
129
133
|
title: string | undefined;
|
|
130
134
|
};
|
|
131
135
|
configInput: {
|
|
132
|
-
title?: string | undefined;
|
|
133
136
|
path?: string | undefined;
|
|
137
|
+
title?: string | undefined;
|
|
134
138
|
};
|
|
135
139
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
136
140
|
optional: true;
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-app-visualizer",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260416031834",
|
|
4
4
|
"description": "Visualizes the Backstage app structure",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
41
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
42
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
43
|
-
"@backstage/ui": "0.0.0-nightly-
|
|
40
|
+
"@backstage/core-components": "0.0.0-nightly-20260416031834",
|
|
41
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260416031834",
|
|
42
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260416031834",
|
|
43
|
+
"@backstage/ui": "0.0.0-nightly-20260416031834",
|
|
44
44
|
"@remixicon/react": "^4.6.0",
|
|
45
45
|
"react-aria-components": "^1.14.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
49
|
-
"@backstage/frontend-dev-utils": "0.0.0-nightly-
|
|
48
|
+
"@backstage/cli": "0.0.0-nightly-20260416031834",
|
|
49
|
+
"@backstage/frontend-dev-utils": "0.0.0-nightly-20260416031834",
|
|
50
50
|
"@types/react": "^18.0.0",
|
|
51
51
|
"react": "^18.0.2",
|
|
52
52
|
"react-dom": "^18.0.2",
|