@backstage/plugin-app-visualizer 0.0.0-nightly-20251202024405 → 0.0.0-nightly-20251204024637

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,15 +1,23 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20251202024405
3
+ ## 0.0.0-nightly-20251204024637
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
8
8
  - Updated dependencies
9
- - @backstage/ui@0.0.0-nightly-20251202024405
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251202024405
11
- - @backstage/core-components@0.0.0-nightly-20251202024405
12
- - @backstage/core-plugin-api@0.0.0-nightly-20251202024405
9
+ - @backstage/ui@0.0.0-nightly-20251204024637
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251204024637
11
+ - @backstage/core-components@0.0.0-nightly-20251204024637
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20251204024637
13
+
14
+ ## 0.1.26-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/ui@0.10.0-next.1
20
+ - @backstage/core-components@0.18.4-next.1
13
21
 
14
22
  ## 0.1.26-next.0
15
23
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-app-visualizer";
2
- var version = "0.0.0-nightly-20251202024405";
2
+ var version = "0.0.0-nightly-20251204024637";
3
3
  var description = "Visualizes the Backstage app structure";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20251202024405",
3
+ "version": "0.0.0-nightly-20251204024637",
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-20251202024405",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20251202024405",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251202024405",
43
- "@backstage/ui": "0.0.0-nightly-20251202024405",
40
+ "@backstage/core-components": "0.0.0-nightly-20251204024637",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251204024637",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251204024637",
43
+ "@backstage/ui": "0.0.0-nightly-20251204024637",
44
44
  "@remixicon/react": "^4.6.0",
45
45
  "react-aria-components": "^1.13.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.0.0-nightly-20251202024405",
49
- "@backstage/frontend-defaults": "0.0.0-nightly-20251202024405",
48
+ "@backstage/cli": "0.0.0-nightly-20251204024637",
49
+ "@backstage/frontend-defaults": "0.0.0-nightly-20251204024637",
50
50
  "@types/react": "^18.0.0",
51
51
  "react": "^18.0.2",
52
52
  "react-dom": "^18.0.2",