@backstage/plugin-app-visualizer 0.0.0-nightly-20240610021801 → 0.0.0-nightly-20240612021718

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -4
  2. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,24 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240610021801
3
+ ## 0.0.0-nightly-20240612021718
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - d44a20a: Added additional plugin metadata to `package.json`.
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240610021801
9
- - @backstage/core-plugin-api@0.0.0-nightly-20240610021801
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240610021801
9
+ - @backstage/core-components@0.0.0-nightly-20240612021718
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20240612021718
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240612021718
12
+
13
+ ## 0.1.7-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - d44a20a: Added additional plugin metadata to `package.json`.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.14.8-next.2
20
+ - @backstage/frontend-plugin-api@0.6.6-next.2
21
+ - @backstage/core-plugin-api@1.9.3-next.0
11
22
 
12
23
  ## 0.1.7-next.1
13
24
 
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20240610021801",
3
+ "version": "0.0.0-nightly-20240612021718",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
- "role": "frontend-plugin"
6
+ "role": "frontend-plugin",
7
+ "pluginId": "app-visualizer",
8
+ "pluginPackages": [
9
+ "@backstage/plugin-app-visualizer"
10
+ ]
7
11
  },
8
12
  "publishConfig": {
9
13
  "access": "public"
@@ -30,14 +34,14 @@
30
34
  "test": "backstage-cli package test"
31
35
  },
32
36
  "dependencies": {
33
- "@backstage/core-components": "^0.0.0-nightly-20240610021801",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240610021801",
35
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240610021801",
37
+ "@backstage/core-components": "^0.0.0-nightly-20240612021718",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240612021718",
39
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240612021718",
36
40
  "@material-ui/core": "^4.12.2",
37
41
  "@material-ui/icons": "^4.9.1"
38
42
  },
39
43
  "devDependencies": {
40
- "@backstage/cli": "^0.0.0-nightly-20240610021801",
44
+ "@backstage/cli": "^0.0.0-nightly-20240612021718",
41
45
  "@types/react": "^16.13.1 || ^17.0.0"
42
46
  },
43
47
  "peerDependencies": {