@backstage/plugin-app-visualizer 0.0.0-nightly-20240808021919 → 0.0.0-nightly-20240810021908

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,13 +1,13 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
- ## 0.0.0-nightly-20240808021919
3
+ ## 0.0.0-nightly-20240810021908
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 72754db: Updated usage of `useRouteRef`, which can now always return `undefined`.
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240808021919
10
- - @backstage/core-components@0.0.0-nightly-20240808021919
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240810021908
10
+ - @backstage/core-components@0.0.0-nightly-20240810021908
11
11
  - @backstage/core-plugin-api@1.9.3
12
12
 
13
13
  ## 0.1.9-next.2
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
2
2
 
3
3
  /** @public */
4
- declare const visualizerPlugin: _backstage_frontend_plugin_api.BackstagePlugin<{}, {}>;
4
+ declare const visualizerPlugin: _backstage_frontend_plugin_api.BackstagePlugin<{}, {}, {}>;
5
5
 
6
6
  export { visualizerPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.0.0-nightly-20240808021919",
3
+ "version": "0.0.0-nightly-20240810021908",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -34,14 +34,14 @@
34
34
  "test": "backstage-cli package test"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.0.0-nightly-20240808021919",
37
+ "@backstage/core-components": "^0.0.0-nightly-20240810021908",
38
38
  "@backstage/core-plugin-api": "^1.9.3",
39
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240808021919",
39
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240810021908",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "^0.0.0-nightly-20240808021919",
44
+ "@backstage/cli": "^0.0.0-nightly-20240810021908",
45
45
  "@types/react": "^16.13.1 || ^17.0.0"
46
46
  },
47
47
  "peerDependencies": {