@backstage/plugin-devtools 0.1.38-next.2 → 0.1.39-next.0
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 +28 -0
- package/dist/alpha.d.ts +10 -6
- package/dist/package.json.esm.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
+
## 0.1.39-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.18.10-next.0
|
|
9
|
+
- @backstage/ui@0.15.0-next.0
|
|
10
|
+
- @backstage/errors@1.3.1-next.0
|
|
11
|
+
- @backstage/core-compat-api@0.5.11-next.0
|
|
12
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
14
|
+
- @backstage/plugin-devtools-common@0.1.25-next.0
|
|
15
|
+
- @backstage/plugin-permission-react@0.5.1-next.0
|
|
16
|
+
|
|
17
|
+
## 0.1.38
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/ui@0.14.0
|
|
23
|
+
- @backstage/errors@1.3.0
|
|
24
|
+
- @backstage/frontend-plugin-api@0.16.0
|
|
25
|
+
- @backstage/core-components@0.18.9
|
|
26
|
+
- @backstage/core-compat-api@0.5.10
|
|
27
|
+
- @backstage/plugin-permission-react@0.5.0
|
|
28
|
+
- @backstage/core-plugin-api@1.12.5
|
|
29
|
+
- @backstage/plugin-devtools-common@0.1.24
|
|
30
|
+
|
|
3
31
|
## 0.1.38-next.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -18,8 +18,12 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
18
18
|
"nav-item:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
19
19
|
kind: "nav-item";
|
|
20
20
|
name: undefined;
|
|
21
|
-
config: {
|
|
22
|
-
|
|
21
|
+
config: {
|
|
22
|
+
title: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
configInput: {
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
};
|
|
23
27
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<{
|
|
24
28
|
title: string;
|
|
25
29
|
icon: _backstage_frontend_plugin_api.IconComponent;
|
|
@@ -38,8 +42,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
38
42
|
title: string | undefined;
|
|
39
43
|
};
|
|
40
44
|
configInput: {
|
|
41
|
-
title?: string | undefined;
|
|
42
45
|
path?: string | undefined;
|
|
46
|
+
title?: string | undefined;
|
|
43
47
|
};
|
|
44
48
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
45
49
|
optional: true;
|
|
@@ -80,8 +84,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
80
84
|
title: string | undefined;
|
|
81
85
|
};
|
|
82
86
|
configInput: {
|
|
83
|
-
title?: string | undefined;
|
|
84
87
|
path?: string | undefined;
|
|
88
|
+
title?: string | undefined;
|
|
85
89
|
};
|
|
86
90
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
87
91
|
optional: true;
|
|
@@ -105,8 +109,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
105
109
|
title: string | undefined;
|
|
106
110
|
};
|
|
107
111
|
configInput: {
|
|
108
|
-
title?: string | undefined;
|
|
109
112
|
path?: string | undefined;
|
|
113
|
+
title?: string | undefined;
|
|
110
114
|
};
|
|
111
115
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
112
116
|
optional: true;
|
|
@@ -130,8 +134,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
130
134
|
title: string | undefined;
|
|
131
135
|
};
|
|
132
136
|
configInput: {
|
|
133
|
-
title?: string | undefined;
|
|
134
137
|
path?: string | undefined;
|
|
138
|
+
title?: string | undefined;
|
|
135
139
|
};
|
|
136
140
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
137
141
|
optional: true;
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "devtools",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/core-compat-api": "0.5.
|
|
69
|
-
"@backstage/core-components": "0.18.
|
|
70
|
-
"@backstage/core-plugin-api": "1.12.
|
|
71
|
-
"@backstage/errors": "1.3.
|
|
72
|
-
"@backstage/frontend-plugin-api": "0.
|
|
73
|
-
"@backstage/plugin-devtools-common": "0.1.
|
|
74
|
-
"@backstage/plugin-permission-react": "0.
|
|
75
|
-
"@backstage/ui": "0.
|
|
68
|
+
"@backstage/core-compat-api": "0.5.11-next.0",
|
|
69
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
70
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
71
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
72
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
73
|
+
"@backstage/plugin-devtools-common": "0.1.25-next.0",
|
|
74
|
+
"@backstage/plugin-permission-react": "0.5.1-next.0",
|
|
75
|
+
"@backstage/ui": "0.15.0-next.0",
|
|
76
76
|
"@material-ui/core": "^4.9.13",
|
|
77
77
|
"@material-ui/icons": "^4.9.1",
|
|
78
78
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"react-use": "^17.2.4"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/cli": "0.36.
|
|
85
|
-
"@backstage/dev-utils": "1.1.
|
|
84
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
85
|
+
"@backstage/dev-utils": "1.1.23-next.0",
|
|
86
86
|
"@testing-library/jest-dom": "^6.0.0",
|
|
87
87
|
"@types/lodash": "^4.14.151",
|
|
88
88
|
"@types/react": "^18.0.0",
|