@backstage/plugin-devtools 0.0.0-nightly-20251203024610 → 0.0.0-nightly-20251205024409

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-20251203024610
3
+ ## 0.0.0-nightly-20251205024409
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251203024610
10
- - @backstage/core-components@0.0.0-nightly-20251203024610
11
- - @backstage/core-plugin-api@0.0.0-nightly-20251203024610
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251205024409
10
+ - @backstage/core-components@0.0.0-nightly-20251205024409
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20251205024409
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/plugin-devtools-common@0.1.19
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20251203024610
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20251205024409
15
15
 
16
16
  ## 0.1.34-next.0
17
17
 
package/dist/index.d.ts CHANGED
@@ -52,4 +52,5 @@ declare const DevToolsLayout: {
52
52
  Route: (props: SubRoute) => null;
53
53
  };
54
54
 
55
- export { ConfigContent, DevToolsLayout, type DevToolsLayoutProps, DevToolsPage, ExternalDependenciesContent, InfoContent, type SubRoute, devToolsPlugin };
55
+ export { ConfigContent, DevToolsLayout, DevToolsPage, ExternalDependenciesContent, InfoContent, devToolsPlugin };
56
+ export type { DevToolsLayoutProps, SubRoute };
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20251203024610";
2
+ var version = "0.0.0-nightly-20251205024409";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "devtools",
@@ -20,7 +20,7 @@ var repository = {
20
20
  };
21
21
  var license = "Apache-2.0";
22
22
  var sideEffects = false;
23
- var exports = {
23
+ var exports$1 = {
24
24
  ".": "./src/index.ts",
25
25
  "./alpha": "./src/alpha.ts",
26
26
  "./package.json": "./package.json"
@@ -91,7 +91,7 @@ var _package = {
91
91
  repository: repository,
92
92
  license: license,
93
93
  sideEffects: sideEffects,
94
- exports: exports,
94
+ exports: exports$1,
95
95
  main: main,
96
96
  types: types,
97
97
  typesVersions: typesVersions,
@@ -103,5 +103,5 @@ var _package = {
103
103
  peerDependenciesMeta: peerDependenciesMeta
104
104
  };
105
105
 
106
- export { backstage, _package as default, dependencies, devDependencies, exports, files, homepage, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
106
+ export { backstage, _package as default, dependencies, devDependencies, exports$1 as exports, files, homepage, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
107
107
  //# sourceMappingURL=package.json.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20251203024610",
3
+ "version": "0.0.0-nightly-20251205024409",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -63,12 +63,12 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-components": "0.0.0-nightly-20251203024610",
67
- "@backstage/core-plugin-api": "0.0.0-nightly-20251203024610",
66
+ "@backstage/core-components": "0.0.0-nightly-20251205024409",
67
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251205024409",
68
68
  "@backstage/errors": "1.2.7",
69
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251203024610",
69
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251205024409",
70
70
  "@backstage/plugin-devtools-common": "0.1.19",
71
- "@backstage/plugin-permission-react": "0.0.0-nightly-20251203024610",
71
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20251205024409",
72
72
  "@material-ui/core": "^4.9.13",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -76,8 +76,8 @@
76
76
  "react-use": "^17.2.4"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/cli": "0.0.0-nightly-20251203024610",
80
- "@backstage/dev-utils": "0.0.0-nightly-20251203024610",
79
+ "@backstage/cli": "0.0.0-nightly-20251205024409",
80
+ "@backstage/dev-utils": "0.0.0-nightly-20251205024409",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@types/react": "^18.0.0",
83
83
  "react": "^18.0.2",