@backstage/plugin-devtools 0.0.0-nightly-20241115023545 → 0.0.0-nightly-20241116023418

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,17 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20241115023545
3
+ ## 0.0.0-nightly-20241116023418
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20241115023545
9
- - @backstage/core-compat-api@0.0.0-nightly-20241115023545
8
+ - @backstage/core-components@0.0.0-nightly-20241116023418
9
+ - @backstage/core-compat-api@0.0.0-nightly-20241116023418
10
10
  - @backstage/core-plugin-api@1.10.0
11
11
  - @backstage/errors@1.2.4
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241115023545
13
- - @backstage/plugin-devtools-common@0.1.12
14
- - @backstage/plugin-permission-react@0.4.27
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241116023418
13
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20241116023418
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20241116023418
15
15
 
16
16
  ## 0.1.20-next.2
17
17
 
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { ApiBlueprint, createApiFactory, discoveryApiRef, fetchApiRef, PageBlueprint, NavItemBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
2
+ import { ApiBlueprint, createApiFactory, fetchApiRef, discoveryApiRef, PageBlueprint, NavItemBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
3
3
  import { devToolsApiRef } from '../api/DevToolsApi.esm.js';
4
4
  import { DevToolsClient } from '../api/DevToolsClient.esm.js';
5
- import { convertLegacyRouteRef, compatWrapper } from '@backstage/core-compat-api';
5
+ import { compatWrapper, convertLegacyRouteRef } from '@backstage/core-compat-api';
6
6
  import BuildIcon from '@material-ui/icons/Build';
7
7
  import { rootRouteRef } from '../routes.esm.js';
8
8
 
@@ -1,5 +1,5 @@
1
1
  import { Page, Header, RoutedTabs } from '@backstage/core-components';
2
- import { attachComponentData, useElementFilter } from '@backstage/core-plugin-api';
2
+ import { useElementFilter, attachComponentData } from '@backstage/core-plugin-api';
3
3
  import React from 'react';
4
4
 
5
5
  const dataKey = "plugin.devtools.devtoolsLayoutRoute";
@@ -1,4 +1,4 @@
1
- import { createPlugin, createApiFactory, discoveryApiRef, fetchApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
1
+ import { createPlugin, createApiFactory, fetchApiRef, discoveryApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
2
2
  import { devToolsApiRef } from './api/DevToolsApi.esm.js';
3
3
  import { DevToolsClient } from './api/DevToolsClient.esm.js';
4
4
  import { rootRouteRef } from './routes.esm.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20241115023545",
3
+ "version": "0.0.0-nightly-20241116023418",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -60,13 +60,13 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/core-compat-api": "0.0.0-nightly-20241115023545",
64
- "@backstage/core-components": "0.0.0-nightly-20241115023545",
63
+ "@backstage/core-compat-api": "0.0.0-nightly-20241116023418",
64
+ "@backstage/core-components": "0.0.0-nightly-20241116023418",
65
65
  "@backstage/core-plugin-api": "1.10.0",
66
66
  "@backstage/errors": "1.2.4",
67
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241115023545",
68
- "@backstage/plugin-devtools-common": "0.1.12",
69
- "@backstage/plugin-permission-react": "0.4.27",
67
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241116023418",
68
+ "@backstage/plugin-devtools-common": "0.0.0-nightly-20241116023418",
69
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20241116023418",
70
70
  "@material-ui/core": "^4.9.13",
71
71
  "@material-ui/icons": "^4.9.1",
72
72
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -74,8 +74,8 @@
74
74
  "react-use": "^17.2.4"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "0.0.0-nightly-20241115023545",
78
- "@backstage/dev-utils": "0.0.0-nightly-20241115023545",
77
+ "@backstage/cli": "0.0.0-nightly-20241116023418",
78
+ "@backstage/dev-utils": "0.0.0-nightly-20241116023418",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@types/react": "^18.0.0",
81
81
  "react": "^18.0.2",