@backstage/plugin-devtools 0.0.0-nightly-20240917021806 → 0.0.0-nightly-20240919023143

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 CHANGED
@@ -1,17 +1,30 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240917021806
3
+ ## 0.0.0-nightly-20240919023143
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240919023143
9
+ - @backstage/core-compat-api@0.0.0-nightly-20240919023143
10
+ - @backstage/core-components@0.15.0
11
+ - @backstage/core-plugin-api@1.9.4
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/plugin-devtools-common@0.1.12
14
+ - @backstage/plugin-permission-react@0.4.26
15
+
16
+ ## 0.1.18
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
8
21
  - 019d9ad: Minor dockerfile syntax update
9
22
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240917021806
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240917021806
12
- - @backstage/core-compat-api@0.0.0-nightly-20240917021806
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240917021806
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20240917021806
23
+ - @backstage/core-components@0.15.0
24
+ - @backstage/frontend-plugin-api@0.8.0
25
+ - @backstage/core-compat-api@0.3.0
26
+ - @backstage/core-plugin-api@1.9.4
27
+ - @backstage/plugin-permission-react@0.4.26
15
28
  - @backstage/errors@1.2.4
16
29
  - @backstage/plugin-devtools-common@0.1.12
17
30
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools__alpha",
3
- "version": "0.0.0-nightly-20240917021806",
3
+ "version": "0.0.0-nightly-20240919023143",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -14,6 +14,9 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
14
14
  configInput: {};
15
15
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
16
16
  inputs: {};
17
+ params: {
18
+ factory: _backstage_frontend_plugin_api.AnyApiFactory;
19
+ };
17
20
  }>;
18
21
  "page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
19
22
  kind: "page";
@@ -29,6 +32,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
29
32
  optional: true;
30
33
  }>;
31
34
  inputs: {};
35
+ params: {
36
+ defaultPath: string;
37
+ loader: () => Promise<JSX.Element>;
38
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
39
+ };
32
40
  }>;
33
41
  "nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
34
42
  kind: "nav-item";
@@ -42,6 +50,11 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
42
50
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
43
51
  }, "core.nav-item.target", {}>;
44
52
  inputs: {};
53
+ params: {
54
+ title: string;
55
+ icon: _backstage_core_plugin_api.IconComponent;
56
+ routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
57
+ };
45
58
  }>;
46
59
  }>;
47
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240917021806",
3
+ "version": "0.0.0-nightly-20240919023143",
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-20240917021806",
54
- "@backstage/core-components": "^0.0.0-nightly-20240917021806",
55
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240917021806",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240919023143",
54
+ "@backstage/core-components": "^0.15.0",
55
+ "@backstage/core-plugin-api": "^1.9.4",
56
56
  "@backstage/errors": "^1.2.4",
57
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240917021806",
57
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240919023143",
58
58
  "@backstage/plugin-devtools-common": "^0.1.12",
59
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240917021806",
59
+ "@backstage/plugin-permission-react": "^0.4.26",
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-20240917021806",
68
- "@backstage/dev-utils": "^0.0.0-nightly-20240917021806",
67
+ "@backstage/cli": "^0.0.0-nightly-20240919023143",
68
+ "@backstage/dev-utils": "^0.0.0-nightly-20240919023143",
69
69
  "@testing-library/jest-dom": "^6.0.0"
70
70
  },
71
71
  "peerDependencies": {