@backstage/plugin-devtools 0.0.0-nightly-20260414031820 → 0.0.0-nightly-20260416031834

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,18 +1,32 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20260414031820
3
+ ## 0.0.0-nightly-20260416031834
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/ui@0.0.0-nightly-20260414031820
9
- - @backstage/errors@0.0.0-nightly-20260414031820
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260414031820
11
- - @backstage/core-components@0.0.0-nightly-20260414031820
12
- - @backstage/core-compat-api@0.0.0-nightly-20260414031820
13
- - @backstage/plugin-permission-react@0.0.0-nightly-20260414031820
14
- - @backstage/core-plugin-api@0.0.0-nightly-20260414031820
15
- - @backstage/plugin-devtools-common@0.0.0-nightly-20260414031820
8
+ - @backstage/errors@0.0.0-nightly-20260416031834
9
+ - @backstage/ui@0.0.0-nightly-20260416031834
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260416031834
11
+ - @backstage/core-compat-api@0.0.0-nightly-20260416031834
12
+ - @backstage/core-components@0.0.0-nightly-20260416031834
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20260416031834
14
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20260416031834
15
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260416031834
16
+
17
+ ## 0.1.38
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/ui@0.14.0
23
+ - @backstage/errors@1.3.0
24
+ - @backstage/frontend-plugin-api@0.16.0
25
+ - @backstage/core-components@0.18.9
26
+ - @backstage/core-compat-api@0.5.10
27
+ - @backstage/plugin-permission-react@0.5.0
28
+ - @backstage/core-plugin-api@1.12.5
29
+ - @backstage/plugin-devtools-common@0.1.24
16
30
 
17
31
  ## 0.1.38-next.2
18
32
 
package/dist/alpha.d.ts CHANGED
@@ -18,8 +18,12 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
18
18
  "nav-item:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
19
19
  kind: "nav-item";
20
20
  name: undefined;
21
- config: {};
22
- configInput: {};
21
+ config: {
22
+ title: string | undefined;
23
+ };
24
+ configInput: {
25
+ title?: string | undefined;
26
+ };
23
27
  output: _backstage_frontend_plugin_api.ExtensionDataRef<{
24
28
  title: string;
25
29
  icon: _backstage_frontend_plugin_api.IconComponent;
@@ -38,8 +42,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
38
42
  title: string | undefined;
39
43
  };
40
44
  configInput: {
41
- title?: string | undefined;
42
45
  path?: string | undefined;
46
+ title?: string | undefined;
43
47
  };
44
48
  output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
45
49
  optional: true;
@@ -80,8 +84,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
80
84
  title: string | undefined;
81
85
  };
82
86
  configInput: {
83
- title?: string | undefined;
84
87
  path?: string | undefined;
88
+ title?: string | undefined;
85
89
  };
86
90
  output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
87
91
  optional: true;
@@ -105,8 +109,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
105
109
  title: string | undefined;
106
110
  };
107
111
  configInput: {
108
- title?: string | undefined;
109
112
  path?: string | undefined;
113
+ title?: string | undefined;
110
114
  };
111
115
  output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
112
116
  optional: true;
@@ -130,8 +134,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
130
134
  title: string | undefined;
131
135
  };
132
136
  configInput: {
133
- title?: string | undefined;
134
137
  path?: string | undefined;
138
+ title?: string | undefined;
135
139
  };
136
140
  output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
137
141
  optional: true;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20260414031820";
2
+ var version = "0.0.0-nightly-20260416031834";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "devtools",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20260414031820",
3
+ "version": "0.0.0-nightly-20260416031834",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -65,14 +65,14 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/core-compat-api": "0.0.0-nightly-20260414031820",
69
- "@backstage/core-components": "0.0.0-nightly-20260414031820",
70
- "@backstage/core-plugin-api": "0.0.0-nightly-20260414031820",
71
- "@backstage/errors": "0.0.0-nightly-20260414031820",
72
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260414031820",
73
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20260414031820",
74
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260414031820",
75
- "@backstage/ui": "0.0.0-nightly-20260414031820",
68
+ "@backstage/core-compat-api": "0.0.0-nightly-20260416031834",
69
+ "@backstage/core-components": "0.0.0-nightly-20260416031834",
70
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260416031834",
71
+ "@backstage/errors": "0.0.0-nightly-20260416031834",
72
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260416031834",
73
+ "@backstage/plugin-devtools-common": "0.0.0-nightly-20260416031834",
74
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260416031834",
75
+ "@backstage/ui": "0.0.0-nightly-20260416031834",
76
76
  "@material-ui/core": "^4.9.13",
77
77
  "@material-ui/icons": "^4.9.1",
78
78
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -81,8 +81,8 @@
81
81
  "react-use": "^17.2.4"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "0.0.0-nightly-20260414031820",
85
- "@backstage/dev-utils": "0.0.0-nightly-20260414031820",
84
+ "@backstage/cli": "0.0.0-nightly-20260416031834",
85
+ "@backstage/dev-utils": "0.0.0-nightly-20260416031834",
86
86
  "@testing-library/jest-dom": "^6.0.0",
87
87
  "@types/lodash": "^4.14.151",
88
88
  "@types/react": "^18.0.0",