@backstage/plugin-devtools 0.0.0-nightly-20260623032249 → 0.0.0-nightly-20260625032153

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,18 +1,30 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20260623032249
3
+ ## 0.0.0-nightly-20260625032153
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/ui@0.0.0-nightly-20260623032249
9
- - @backstage/core-compat-api@0.0.0-nightly-20260623032249
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260623032249
11
- - @backstage/core-components@0.0.0-nightly-20260623032249
12
- - @backstage/core-plugin-api@0.0.0-nightly-20260623032249
8
+ - @backstage/ui@0.0.0-nightly-20260625032153
9
+ - @backstage/core-compat-api@0.0.0-nightly-20260625032153
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260625032153
11
+ - @backstage/core-components@0.0.0-nightly-20260625032153
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20260625032153
13
13
  - @backstage/errors@1.3.1
14
14
  - @backstage/plugin-devtools-common@0.1.25
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20260623032249
15
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260625032153
16
+
17
+ ## 0.1.41-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/ui@0.17.0-next.0
23
+ - @backstage/core-compat-api@0.5.13-next.0
24
+ - @backstage/frontend-plugin-api@0.17.3-next.0
25
+ - @backstage/core-components@0.18.12-next.0
26
+ - @backstage/core-plugin-api@1.12.8-next.0
27
+ - @backstage/plugin-permission-react@0.5.3-next.0
16
28
 
17
29
  ## 0.1.40
18
30
 
@@ -0,0 +1,29 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "devTools": {
6
+ "type": "object",
7
+ "properties": {
8
+ "scheduledTasks": {
9
+ "type": "object",
10
+ "properties": {
11
+ "plugins": {
12
+ "type": "array",
13
+ "items": {
14
+ "type": "string"
15
+ },
16
+ "description": "A list of plugin IDs to select from, e.g. ['catalog', 'scaffolder']",
17
+ "visibility": "frontend"
18
+ }
19
+ },
20
+ "required": [
21
+ "plugins"
22
+ ],
23
+ "description": "Scheduled tasks configuration",
24
+ "visibility": "frontend"
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20260623032249";
2
+ var version = "0.0.0-nightly-20260625032153";
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-20260623032249",
3
+ "version": "0.0.0-nightly-20260625032153",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "files": [
55
55
  "dist",
56
- "config.d.ts"
56
+ "config.schema.json"
57
57
  ],
58
58
  "scripts": {
59
59
  "build": "backstage-cli package build",
@@ -65,14 +65,14 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/core-compat-api": "0.0.0-nightly-20260623032249",
69
- "@backstage/core-components": "0.0.0-nightly-20260623032249",
70
- "@backstage/core-plugin-api": "0.0.0-nightly-20260623032249",
68
+ "@backstage/core-compat-api": "0.0.0-nightly-20260625032153",
69
+ "@backstage/core-components": "0.0.0-nightly-20260625032153",
70
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260625032153",
71
71
  "@backstage/errors": "1.3.1",
72
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260623032249",
72
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260625032153",
73
73
  "@backstage/plugin-devtools-common": "0.1.25",
74
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260623032249",
75
- "@backstage/ui": "0.0.0-nightly-20260623032249",
74
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260625032153",
75
+ "@backstage/ui": "0.0.0-nightly-20260625032153",
76
76
  "@material-ui/core": "^4.9.13",
77
77
  "@material-ui/icons": "^4.9.1",
78
78
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -81,8 +81,8 @@
81
81
  "react-use": "^17.2.4"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "0.0.0-nightly-20260623032249",
85
- "@backstage/dev-utils": "0.0.0-nightly-20260623032249",
84
+ "@backstage/cli": "0.0.0-nightly-20260625032153",
85
+ "@backstage/dev-utils": "0.0.0-nightly-20260625032153",
86
86
  "@testing-library/jest-dom": "^6.0.0",
87
87
  "@types/lodash": "^4.14.151",
88
88
  "@types/react": "^18.0.0",
@@ -101,6 +101,6 @@
101
101
  "optional": true
102
102
  }
103
103
  },
104
- "configSchema": "config.d.ts",
104
+ "configSchema": "config.schema.json",
105
105
  "module": "./dist/index.esm.js"
106
106
  }
package/config.d.ts DELETED
@@ -1,30 +0,0 @@
1
- /*
2
- * Copyright 2025 The Backstage Authors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- export interface Config {
17
- devTools?: {
18
- /**
19
- * Scheduled tasks configuration
20
- * @visibility frontend
21
- */
22
- scheduledTasks?: {
23
- /**
24
- * A list of plugin IDs to select from, e.g. ['catalog', 'scaffolder']
25
- * @visibility frontend
26
- */
27
- plugins: string[];
28
- };
29
- };
30
- }