@backstage/plugin-devtools 0.0.0-nightly-20241115023545 → 0.0.0-nightly-20241117023529
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-
|
|
3
|
+
## 0.0.0-nightly-20241117023529
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
9
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
10
|
-
- @backstage/core-plugin-api@
|
|
11
|
-
- @backstage/errors@
|
|
12
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-devtools-common@0.
|
|
14
|
-
- @backstage/plugin-permission-react@0.
|
|
8
|
+
- @backstage/core-components@0.0.0-nightly-20241117023529
|
|
9
|
+
- @backstage/core-compat-api@0.0.0-nightly-20241117023529
|
|
10
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20241117023529
|
|
11
|
+
- @backstage/errors@0.0.0-nightly-20241117023529
|
|
12
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20241117023529
|
|
13
|
+
- @backstage/plugin-devtools-common@0.0.0-nightly-20241117023529
|
|
14
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20241117023529
|
|
15
15
|
|
|
16
16
|
## 0.1.20-next.2
|
|
17
17
|
|
package/dist/alpha/plugin.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ApiBlueprint, createApiFactory,
|
|
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 {
|
|
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 {
|
|
2
|
+
import { useElementFilter, attachComponentData } from '@backstage/core-plugin-api';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
5
|
const dataKey = "plugin.devtools.devtoolsLayoutRoute";
|
package/dist/plugin.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createPlugin, createApiFactory,
|
|
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-
|
|
3
|
+
"version": "0.0.0-nightly-20241117023529",
|
|
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-
|
|
64
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
65
|
-
"@backstage/core-plugin-api": "
|
|
66
|
-
"@backstage/errors": "
|
|
67
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
68
|
-
"@backstage/plugin-devtools-common": "0.
|
|
69
|
-
"@backstage/plugin-permission-react": "0.
|
|
63
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20241117023529",
|
|
64
|
+
"@backstage/core-components": "0.0.0-nightly-20241117023529",
|
|
65
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20241117023529",
|
|
66
|
+
"@backstage/errors": "0.0.0-nightly-20241117023529",
|
|
67
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20241117023529",
|
|
68
|
+
"@backstage/plugin-devtools-common": "0.0.0-nightly-20241117023529",
|
|
69
|
+
"@backstage/plugin-permission-react": "0.0.0-nightly-20241117023529",
|
|
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-
|
|
78
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
77
|
+
"@backstage/cli": "0.0.0-nightly-20241117023529",
|
|
78
|
+
"@backstage/dev-utils": "0.0.0-nightly-20241117023529",
|
|
79
79
|
"@testing-library/jest-dom": "^6.0.0",
|
|
80
80
|
"@types/react": "^18.0.0",
|
|
81
81
|
"react": "^18.0.2",
|