@backstage/plugin-app-visualizer 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240821021909
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 +10 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# @backstage/plugin-app-visualizer
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240821021909
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240821021909
|
|
9
|
+
|
|
10
|
+
## 0.1.9
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
@@ -8,8 +15,8 @@
|
|
|
8
15
|
- c7603e8: Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead
|
|
9
16
|
- e493020: Fixing issue with the visualizer crashing when clicking on the detailed view because of `routeRef` parameters
|
|
10
17
|
- Updated dependencies
|
|
11
|
-
- @backstage/frontend-plugin-api@0.
|
|
12
|
-
- @backstage/core-components@0.
|
|
18
|
+
- @backstage/frontend-plugin-api@0.7.0
|
|
19
|
+
- @backstage/core-components@0.14.10
|
|
13
20
|
- @backstage/core-plugin-api@1.9.3
|
|
14
21
|
|
|
15
22
|
## 0.1.9-next.3
|
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-20240821021909",
|
|
4
4
|
"description": "Visualizes the Backstage app structure",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"test": "backstage-cli package test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/core-components": "^0.
|
|
37
|
+
"@backstage/core-components": "^0.14.10",
|
|
38
38
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
39
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
39
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240821021909",
|
|
40
40
|
"@material-ui/core": "^4.12.2",
|
|
41
41
|
"@material-ui/icons": "^4.9.1",
|
|
42
42
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/cli": "^0.
|
|
45
|
+
"@backstage/cli": "^0.27.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|