@backstage/plugin-devtools 0.1.24 → 0.1.25-next.1
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 +21 -0
- package/dist/alpha.d.ts +19 -19
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
+
## 0.1.25-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.16.5-next.0
|
|
9
|
+
- @backstage/core-compat-api@0.3.7-next.1
|
|
10
|
+
- @backstage/core-plugin-api@1.10.4
|
|
11
|
+
- @backstage/errors@1.2.7
|
|
12
|
+
- @backstage/frontend-plugin-api@0.9.6-next.1
|
|
13
|
+
- @backstage/plugin-devtools-common@0.1.15
|
|
14
|
+
- @backstage/plugin-permission-react@0.4.31
|
|
15
|
+
|
|
16
|
+
## 0.1.25-next.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/frontend-plugin-api@0.9.6-next.0
|
|
22
|
+
- @backstage/core-compat-api@0.3.7-next.0
|
|
23
|
+
|
|
3
24
|
## 0.1.24
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -6,25 +6,6 @@ import React__default from 'react';
|
|
|
6
6
|
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
7
7
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
8
8
|
}, {}, {
|
|
9
|
-
"page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
|
-
kind: "page";
|
|
11
|
-
name: undefined;
|
|
12
|
-
config: {
|
|
13
|
-
path: string | undefined;
|
|
14
|
-
};
|
|
15
|
-
configInput: {
|
|
16
|
-
path?: string | undefined;
|
|
17
|
-
};
|
|
18
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
19
|
-
optional: true;
|
|
20
|
-
}>;
|
|
21
|
-
inputs: {};
|
|
22
|
-
params: {
|
|
23
|
-
defaultPath: string;
|
|
24
|
-
loader: () => Promise<JSX.Element>;
|
|
25
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
26
|
-
};
|
|
27
|
-
}>;
|
|
28
9
|
"nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
29
10
|
kind: "nav-item";
|
|
30
11
|
name: undefined;
|
|
@@ -53,6 +34,25 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
53
34
|
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
54
35
|
};
|
|
55
36
|
}>;
|
|
37
|
+
"page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
38
|
+
kind: "page";
|
|
39
|
+
name: undefined;
|
|
40
|
+
config: {
|
|
41
|
+
path: string | undefined;
|
|
42
|
+
};
|
|
43
|
+
configInput: {
|
|
44
|
+
path?: string | undefined;
|
|
45
|
+
};
|
|
46
|
+
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
47
|
+
optional: true;
|
|
48
|
+
}>;
|
|
49
|
+
inputs: {};
|
|
50
|
+
params: {
|
|
51
|
+
defaultPath: string;
|
|
52
|
+
loader: () => Promise<JSX.Element>;
|
|
53
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
56
|
}>;
|
|
57
57
|
|
|
58
58
|
export { _default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25-next.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "devtools",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-compat-api": "
|
|
67
|
-
"@backstage/core-components": "
|
|
68
|
-
"@backstage/core-plugin-api": "
|
|
69
|
-
"@backstage/errors": "
|
|
70
|
-
"@backstage/frontend-plugin-api": "
|
|
71
|
-
"@backstage/plugin-devtools-common": "
|
|
72
|
-
"@backstage/plugin-permission-react": "
|
|
66
|
+
"@backstage/core-compat-api": "0.3.7-next.1",
|
|
67
|
+
"@backstage/core-components": "0.16.5-next.0",
|
|
68
|
+
"@backstage/core-plugin-api": "1.10.4",
|
|
69
|
+
"@backstage/errors": "1.2.7",
|
|
70
|
+
"@backstage/frontend-plugin-api": "0.9.6-next.1",
|
|
71
|
+
"@backstage/plugin-devtools-common": "0.1.15",
|
|
72
|
+
"@backstage/plugin-permission-react": "0.4.31",
|
|
73
73
|
"@material-ui/core": "^4.9.13",
|
|
74
74
|
"@material-ui/icons": "^4.9.1",
|
|
75
75
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"react-use": "^17.2.4"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/cli": "
|
|
81
|
-
"@backstage/dev-utils": "
|
|
80
|
+
"@backstage/cli": "0.30.1-next.0",
|
|
81
|
+
"@backstage/dev-utils": "1.1.8-next.1",
|
|
82
82
|
"@testing-library/jest-dom": "^6.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|
|
84
84
|
"react": "^18.0.2",
|