@backstage/plugin-devtools-react 0.0.0-nightly-20260216031347 → 0.0.0-nightly-20260219031318

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,13 +1,21 @@
1
1
  # @backstage/plugin-devtools-react
2
2
 
3
- ## 0.0.0-nightly-20260216031347
3
+ ## 0.0.0-nightly-20260219031318
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260219031318
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20260219031318
10
+
11
+ ## 0.1.1
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - 9fbb270: Updated dependency `@testing-library/react` to `^16.0.0`.
8
16
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260216031347
10
- - @backstage/core-plugin-api@0.0.0-nightly-20260216031347
17
+ - @backstage/frontend-plugin-api@0.14.0
18
+ - @backstage/core-plugin-api@1.12.3
11
19
 
12
20
  ## 0.1.1-next.1
13
21
 
package/dist/index.d.ts CHANGED
@@ -35,9 +35,9 @@ interface DevToolsContentBlueprintParams {
35
35
  declare const DevToolsContentBlueprint: _backstage_frontend_plugin_api.ExtensionBlueprint<{
36
36
  kind: "devtools-content";
37
37
  params: DevToolsContentBlueprintParams;
38
- output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
38
+ output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
39
39
  optional: true;
40
- }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.title", {}>;
40
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.title", {}>;
41
41
  inputs: {};
42
42
  config: {
43
43
  path: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-react",
3
- "version": "0.0.0-nightly-20260216031347",
3
+ "version": "0.0.0-nightly-20260219031318",
4
4
  "description": "Web library for the devtools plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -39,13 +39,13 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-plugin-api": "0.0.0-nightly-20260216031347",
43
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260216031347",
42
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260219031318",
43
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260219031318",
44
44
  "@material-ui/core": "^4.9.13"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.0.0-nightly-20260216031347",
48
- "@backstage/test-utils": "0.0.0-nightly-20260216031347",
47
+ "@backstage/cli": "0.35.4",
48
+ "@backstage/test-utils": "0.0.0-nightly-20260219031318",
49
49
  "@testing-library/jest-dom": "^6.0.0",
50
50
  "@testing-library/react": "^16.0.0",
51
51
  "@types/react": "^18.0.0",