@backstage/plugin-devtools 0.1.32 → 0.1.33
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 +25 -0
- package/dist/alpha.d.ts +3 -3
- package/dist/package.json.esm.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
+
## 0.1.33
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.13.0
|
|
9
|
+
- @backstage/core-compat-api@0.5.4
|
|
10
|
+
- @backstage/core-components@0.18.3
|
|
11
|
+
- @backstage/core-plugin-api@1.12.0
|
|
12
|
+
- @backstage/plugin-devtools-common@0.1.19
|
|
13
|
+
- @backstage/plugin-permission-react@0.4.38
|
|
14
|
+
|
|
15
|
+
## 0.1.33-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/plugin-permission-react@0.4.38-next.0
|
|
21
|
+
- @backstage/core-plugin-api@1.11.2-next.0
|
|
22
|
+
- @backstage/core-components@0.18.3-next.0
|
|
23
|
+
- @backstage/frontend-plugin-api@0.12.2-next.0
|
|
24
|
+
- @backstage/core-compat-api@0.5.4-next.0
|
|
25
|
+
- @backstage/errors@1.2.7
|
|
26
|
+
- @backstage/plugin-devtools-common@0.1.19-next.0
|
|
27
|
+
|
|
3
28
|
## 0.1.32
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
6
6
|
declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
|
|
7
7
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
8
8
|
}, {}, {
|
|
9
|
-
"api:devtools": _backstage_frontend_plugin_api.
|
|
9
|
+
"api:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
10
10
|
kind: "api";
|
|
11
11
|
name: undefined;
|
|
12
12
|
config: {};
|
|
@@ -15,7 +15,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
15
15
|
inputs: {};
|
|
16
16
|
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
17
17
|
}>;
|
|
18
|
-
"nav-item:devtools": _backstage_frontend_plugin_api.
|
|
18
|
+
"nav-item:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
19
19
|
kind: "nav-item";
|
|
20
20
|
name: undefined;
|
|
21
21
|
config: {};
|
|
@@ -32,7 +32,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
32
32
|
routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
33
33
|
};
|
|
34
34
|
}>;
|
|
35
|
-
"page:devtools": _backstage_frontend_plugin_api.
|
|
35
|
+
"page:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
36
36
|
kind: "page";
|
|
37
37
|
name: undefined;
|
|
38
38
|
config: {
|
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.33",
|
|
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": "^0.5.
|
|
67
|
-
"@backstage/core-components": "^0.18.
|
|
68
|
-
"@backstage/core-plugin-api": "^1.
|
|
66
|
+
"@backstage/core-compat-api": "^0.5.4",
|
|
67
|
+
"@backstage/core-components": "^0.18.3",
|
|
68
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
69
69
|
"@backstage/errors": "^1.2.7",
|
|
70
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
71
|
-
"@backstage/plugin-devtools-common": "^0.1.
|
|
72
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
70
|
+
"@backstage/frontend-plugin-api": "^0.13.0",
|
|
71
|
+
"@backstage/plugin-devtools-common": "^0.1.19",
|
|
72
|
+
"@backstage/plugin-permission-react": "^0.4.38",
|
|
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": "^0.34.
|
|
81
|
-
"@backstage/dev-utils": "^1.1.
|
|
80
|
+
"@backstage/cli": "^0.34.5",
|
|
81
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
82
82
|
"@testing-library/jest-dom": "^6.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|
|
84
84
|
"react": "^18.0.2",
|