@backstage/plugin-devtools 0.1.25-next.1 → 0.1.25
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 +26 -0
- package/dist/alpha.d.ts +12 -12
- package/dist/index.d.ts +0 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
+
## 0.1.25
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.17.0
|
|
9
|
+
- @backstage/core-plugin-api@1.10.5
|
|
10
|
+
- @backstage/frontend-plugin-api@0.10.0
|
|
11
|
+
- @backstage/core-compat-api@0.4.0
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.32
|
|
13
|
+
- @backstage/errors@1.2.7
|
|
14
|
+
- @backstage/plugin-devtools-common@0.1.15
|
|
15
|
+
|
|
16
|
+
## 0.1.25-next.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/frontend-plugin-api@0.10.0-next.2
|
|
22
|
+
- @backstage/core-compat-api@0.4.0-next.2
|
|
23
|
+
- @backstage/core-components@0.16.5-next.1
|
|
24
|
+
- @backstage/core-plugin-api@1.10.4
|
|
25
|
+
- @backstage/errors@1.2.7
|
|
26
|
+
- @backstage/plugin-devtools-common@0.1.15
|
|
27
|
+
- @backstage/plugin-permission-react@0.4.31
|
|
28
|
+
|
|
3
29
|
## 0.1.25-next.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -6,6 +6,17 @@ 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
|
+
"api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
|
+
kind: "api";
|
|
11
|
+
name: undefined;
|
|
12
|
+
config: {};
|
|
13
|
+
configInput: {};
|
|
14
|
+
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
15
|
+
inputs: {};
|
|
16
|
+
params: {
|
|
17
|
+
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
18
|
+
};
|
|
19
|
+
}>;
|
|
9
20
|
"nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
21
|
kind: "nav-item";
|
|
11
22
|
name: undefined;
|
|
@@ -23,17 +34,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
23
34
|
routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
24
35
|
};
|
|
25
36
|
}>;
|
|
26
|
-
"api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
27
|
-
kind: "api";
|
|
28
|
-
name: undefined;
|
|
29
|
-
config: {};
|
|
30
|
-
configInput: {};
|
|
31
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
32
|
-
inputs: {};
|
|
33
|
-
params: {
|
|
34
|
-
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
35
|
-
};
|
|
36
|
-
}>;
|
|
37
37
|
"page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
38
38
|
kind: "page";
|
|
39
39
|
name: undefined;
|
|
@@ -50,7 +50,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
50
50
|
params: {
|
|
51
51
|
defaultPath: string;
|
|
52
52
|
loader: () => Promise<JSX.Element>;
|
|
53
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef
|
|
53
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
54
54
|
};
|
|
55
55
|
}>;
|
|
56
56
|
}>;
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools",
|
|
3
|
-
"version": "0.1.25
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "devtools",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"types": "./dist/index.d.ts",
|
|
43
43
|
"typesVersions": {
|
|
44
44
|
"*": {
|
|
45
|
-
"
|
|
45
|
+
"*": [
|
|
46
46
|
"dist/index.d.ts"
|
|
47
47
|
],
|
|
48
48
|
"alpha": [
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-compat-api": "0.
|
|
67
|
-
"@backstage/core-components": "0.
|
|
68
|
-
"@backstage/core-plugin-api": "1.10.
|
|
69
|
-
"@backstage/errors": "1.2.7",
|
|
70
|
-
"@backstage/frontend-plugin-api": "0.
|
|
71
|
-
"@backstage/plugin-devtools-common": "0.1.15",
|
|
72
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
66
|
+
"@backstage/core-compat-api": "^0.4.0",
|
|
67
|
+
"@backstage/core-components": "^0.17.0",
|
|
68
|
+
"@backstage/core-plugin-api": "^1.10.5",
|
|
69
|
+
"@backstage/errors": "^1.2.7",
|
|
70
|
+
"@backstage/frontend-plugin-api": "^0.10.0",
|
|
71
|
+
"@backstage/plugin-devtools-common": "^0.1.15",
|
|
72
|
+
"@backstage/plugin-permission-react": "^0.4.32",
|
|
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.
|
|
81
|
-
"@backstage/dev-utils": "1.1.8
|
|
80
|
+
"@backstage/cli": "^0.31.0",
|
|
81
|
+
"@backstage/dev-utils": "^1.1.8",
|
|
82
82
|
"@testing-library/jest-dom": "^6.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|
|
84
84
|
"react": "^18.0.2",
|