@backstage/plugin-devtools 0.0.0-nightly-20240816021916 → 0.0.0-nightly-20240818022051
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 +6 -6
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +15 -3
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240818022051
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- c7603e8: Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
10
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
11
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
9
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240818022051
|
|
10
|
+
- @backstage/core-components@0.0.0-nightly-20240818022051
|
|
11
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240818022051
|
|
12
12
|
- @backstage/core-plugin-api@1.9.3
|
|
13
13
|
- @backstage/errors@1.2.4
|
|
14
|
-
- @backstage/plugin-devtools-common@0.0.0-nightly-
|
|
15
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
14
|
+
- @backstage/plugin-devtools-common@0.0.0-nightly-20240818022051
|
|
15
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20240818022051
|
|
16
16
|
|
|
17
17
|
## 0.1.17-next.3
|
|
18
18
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -6,19 +6,31 @@ import React__default from 'react';
|
|
|
6
6
|
declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
|
|
7
7
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
8
8
|
}, {}, {
|
|
9
|
-
"api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{}, {}, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>, {},
|
|
9
|
+
"api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{}, {}, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>, {}, {
|
|
10
|
+
kind: "api";
|
|
11
|
+
namespace: undefined;
|
|
12
|
+
name: undefined;
|
|
13
|
+
}>;
|
|
10
14
|
"page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
11
15
|
path: string | undefined;
|
|
12
16
|
}, {
|
|
13
17
|
path?: string | undefined;
|
|
14
18
|
}, _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", {
|
|
15
19
|
optional: true;
|
|
16
|
-
}>, {},
|
|
20
|
+
}>, {}, {
|
|
21
|
+
kind: "page";
|
|
22
|
+
namespace: undefined;
|
|
23
|
+
name: undefined;
|
|
24
|
+
}>;
|
|
17
25
|
"nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{}, {}, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
|
|
18
26
|
title: string;
|
|
19
27
|
icon: _backstage_core_plugin_api.IconComponent;
|
|
20
28
|
routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
21
|
-
}, "core.nav-item.target", {}>, {},
|
|
29
|
+
}, "core.nav-item.target", {}>, {}, {
|
|
30
|
+
kind: "nav-item";
|
|
31
|
+
namespace: undefined;
|
|
32
|
+
name: undefined;
|
|
33
|
+
}>;
|
|
22
34
|
}>;
|
|
23
35
|
|
|
24
36
|
export { _default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240818022051",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "devtools",
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/core-compat-api": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
53
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240818022051",
|
|
54
|
+
"@backstage/core-components": "^0.0.0-nightly-20240818022051",
|
|
55
55
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
56
56
|
"@backstage/errors": "^1.2.4",
|
|
57
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
58
|
-
"@backstage/plugin-devtools-common": "^0.0.0-nightly-
|
|
59
|
-
"@backstage/plugin-permission-react": "^0.0.0-nightly-
|
|
57
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240818022051",
|
|
58
|
+
"@backstage/plugin-devtools-common": "^0.0.0-nightly-20240818022051",
|
|
59
|
+
"@backstage/plugin-permission-react": "^0.0.0-nightly-20240818022051",
|
|
60
60
|
"@material-ui/core": "^4.9.13",
|
|
61
61
|
"@material-ui/icons": "^4.9.1",
|
|
62
62
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"react-use": "^17.2.4"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
68
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
67
|
+
"@backstage/cli": "^0.0.0-nightly-20240818022051",
|
|
68
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240818022051",
|
|
69
69
|
"@testing-library/jest-dom": "^6.0.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|