@backstage/plugin-devtools 0.0.0-nightly-20251212024528 → 0.0.0-nightly-20251213024329

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,19 +1,19 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20251212024528
3
+ ## 0.0.0-nightly-20251213024329
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
  - 291bf9d: Added scheduled tasks UI feature for the DevTools plugin
9
9
  - Updated dependencies
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251212024528
11
- - @backstage/core-components@0.0.0-nightly-20251212024528
12
- - @backstage/core-plugin-api@0.0.0-nightly-20251212024528
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20251212024528
14
- - @backstage/core-compat-api@0.0.0-nightly-20251212024528
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251213024329
11
+ - @backstage/core-components@0.0.0-nightly-20251213024329
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20251213024329
13
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20251213024329
14
+ - @backstage/core-compat-api@0.0.0-nightly-20251213024329
15
15
  - @backstage/errors@1.2.7
16
- - @backstage/plugin-permission-react@0.0.0-nightly-20251212024528
16
+ - @backstage/plugin-permission-react@0.0.0-nightly-20251213024329
17
17
 
18
18
  ## 0.1.34-next.0
19
19
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20251212024528";
2
+ var version = "0.0.0-nightly-20251213024329";
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-20251212024528",
3
+ "version": "0.0.0-nightly-20251213024329",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -64,13 +64,13 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage/core-compat-api": "0.0.0-nightly-20251212024528",
68
- "@backstage/core-components": "0.0.0-nightly-20251212024528",
69
- "@backstage/core-plugin-api": "0.0.0-nightly-20251212024528",
67
+ "@backstage/core-compat-api": "0.0.0-nightly-20251213024329",
68
+ "@backstage/core-components": "0.0.0-nightly-20251213024329",
69
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251213024329",
70
70
  "@backstage/errors": "1.2.7",
71
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251212024528",
72
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20251212024528",
73
- "@backstage/plugin-permission-react": "0.0.0-nightly-20251212024528",
71
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251213024329",
72
+ "@backstage/plugin-devtools-common": "0.0.0-nightly-20251213024329",
73
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20251213024329",
74
74
  "@material-ui/core": "^4.9.13",
75
75
  "@material-ui/icons": "^4.9.1",
76
76
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -79,8 +79,8 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.0.0-nightly-20251212024528",
83
- "@backstage/dev-utils": "0.0.0-nightly-20251212024528",
82
+ "@backstage/cli": "0.0.0-nightly-20251213024329",
83
+ "@backstage/dev-utils": "0.0.0-nightly-20251213024329",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@types/lodash": "^4.14.151",
86
86
  "@types/react": "^18.0.0",