@backstage/plugin-app-visualizer 0.0.0-nightly-20260411031533 → 0.0.0-nightly-20260414031820

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,15 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20260411031533
3
+ ## 0.0.0-nightly-20260414031820
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e220589: Updated `PluginHeaderActionBlueprint` usage to pass params as a plain object.
8
8
  - Updated dependencies
9
- - @backstage/ui@0.0.0-nightly-20260411031533
10
- - @backstage/core-components@0.0.0-nightly-20260411031533
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260411031533
12
- - @backstage/core-plugin-api@0.0.0-nightly-20260411031533
9
+ - @backstage/ui@0.0.0-nightly-20260414031820
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260414031820
11
+ - @backstage/core-components@0.0.0-nightly-20260414031820
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20260414031820
13
13
 
14
14
  ## 0.2.2-next.1
15
15
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-app-visualizer";
2
- var version = "0.0.0-nightly-20260411031533";
2
+ var version = "0.0.0-nightly-20260414031820";
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-20260411031533",
3
+ "version": "0.0.0-nightly-20260414031820",
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-20260411031533",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20260411031533",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260411031533",
43
- "@backstage/ui": "0.0.0-nightly-20260411031533",
40
+ "@backstage/core-components": "0.0.0-nightly-20260414031820",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260414031820",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260414031820",
43
+ "@backstage/ui": "0.0.0-nightly-20260414031820",
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-20260411031533",
49
- "@backstage/frontend-dev-utils": "0.0.0-nightly-20260411031533",
48
+ "@backstage/cli": "0.0.0-nightly-20260414031820",
49
+ "@backstage/frontend-dev-utils": "0.0.0-nightly-20260414031820",
50
50
  "@types/react": "^18.0.0",
51
51
  "react": "^18.0.2",
52
52
  "react-dom": "^18.0.2",