@backstage/plugin-devtools 0.0.0-nightly-20250224023339 → 0.0.0-nightly-20250226023220

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,12 +1,20 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20250224023339
3
+ ## 0.0.0-nightly-20250226023220
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250224023339
9
- - @backstage/core-compat-api@0.0.0-nightly-20250224023339
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250226023220
9
+ - @backstage/core-compat-api@0.0.0-nightly-20250226023220
10
+
11
+ ## 0.1.25-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/frontend-plugin-api@0.9.6-next.0
17
+ - @backstage/core-compat-api@0.3.7-next.0
10
18
 
11
19
  ## 0.1.24
12
20
 
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.0.0-nightly-20250224023339",
3
+ "version": "0.0.0-nightly-20250226023220",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -63,11 +63,11 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.0.0-nightly-20250224023339",
66
+ "@backstage/core-compat-api": "0.0.0-nightly-20250226023220",
67
67
  "@backstage/core-components": "0.16.4",
68
68
  "@backstage/core-plugin-api": "1.10.4",
69
69
  "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250224023339",
70
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250226023220",
71
71
  "@backstage/plugin-devtools-common": "0.1.15",
72
72
  "@backstage/plugin-permission-react": "0.4.31",
73
73
  "@material-ui/core": "^4.9.13",
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "devDependencies": {
80
80
  "@backstage/cli": "0.30.0",
81
- "@backstage/dev-utils": "0.0.0-nightly-20250224023339",
81
+ "@backstage/dev-utils": "0.0.0-nightly-20250226023220",
82
82
  "@testing-library/jest-dom": "^6.0.0",
83
83
  "@types/react": "^18.0.0",
84
84
  "react": "^18.0.2",