@backstage/plugin-devtools 0.0.0-nightly-20251116024311 → 0.0.0-nightly-20251118024419

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,16 +1,16 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20251116024311
3
+ ## 0.0.0-nightly-20251118024419
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251116024311
9
- - @backstage/core-components@0.0.0-nightly-20251116024311
10
- - @backstage/core-plugin-api@0.0.0-nightly-20251116024311
11
- - @backstage/plugin-devtools-common@0.0.0-nightly-20251116024311
12
- - @backstage/plugin-permission-react@0.0.0-nightly-20251116024311
13
- - @backstage/core-compat-api@0.0.0-nightly-20251116024311
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251118024419
9
+ - @backstage/core-components@0.0.0-nightly-20251118024419
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20251118024419
11
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20251118024419
12
+ - @backstage/plugin-permission-react@0.0.0-nightly-20251118024419
13
+ - @backstage/core-compat-api@0.0.0-nightly-20251118024419
14
14
  - @backstage/errors@1.2.7
15
15
 
16
16
  ## 0.1.33-next.0
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.ExtensionDefinition<{
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.ExtensionDefinition<{
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.ExtensionDefinition<{
35
+ "page:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
36
36
  kind: "page";
37
37
  name: undefined;
38
38
  config: {
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20251116024311";
2
+ var version = "0.0.0-nightly-20251118024419";
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-20251116024311",
3
+ "version": "0.0.0-nightly-20251118024419",
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.0.0-nightly-20251116024311",
67
- "@backstage/core-components": "0.0.0-nightly-20251116024311",
68
- "@backstage/core-plugin-api": "0.0.0-nightly-20251116024311",
66
+ "@backstage/core-compat-api": "0.0.0-nightly-20251118024419",
67
+ "@backstage/core-components": "0.0.0-nightly-20251118024419",
68
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251118024419",
69
69
  "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251116024311",
71
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20251116024311",
72
- "@backstage/plugin-permission-react": "0.0.0-nightly-20251116024311",
70
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251118024419",
71
+ "@backstage/plugin-devtools-common": "0.0.0-nightly-20251118024419",
72
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20251118024419",
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.0.0-nightly-20251116024311",
81
- "@backstage/dev-utils": "0.0.0-nightly-20251116024311",
80
+ "@backstage/cli": "0.0.0-nightly-20251118024419",
81
+ "@backstage/dev-utils": "0.0.0-nightly-20251118024419",
82
82
  "@testing-library/jest-dom": "^6.0.0",
83
83
  "@types/react": "^18.0.0",
84
84
  "react": "^18.0.2",