@backstage/plugin-devtools 0.1.40-next.1 → 0.1.41-next.0

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,5 +1,29 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
+ ## 0.1.41-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/ui@0.17.0-next.0
9
+ - @backstage/core-compat-api@0.5.13-next.0
10
+ - @backstage/frontend-plugin-api@0.17.3-next.0
11
+ - @backstage/core-components@0.18.12-next.0
12
+ - @backstage/core-plugin-api@1.12.8-next.0
13
+ - @backstage/plugin-permission-react@0.5.3-next.0
14
+
15
+ ## 0.1.40
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.18.11
21
+ - @backstage/frontend-plugin-api@0.17.2
22
+ - @backstage/ui@0.16.0
23
+ - @backstage/core-compat-api@0.5.12
24
+ - @backstage/core-plugin-api@1.12.7
25
+ - @backstage/plugin-permission-react@0.5.2
26
+
3
27
  ## 0.1.40-next.1
4
28
 
5
29
  ### Patch Changes
@@ -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.1.40-next.1";
2
+ var version = "0.1.41-next.0";
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.1.40-next.1",
3
+ "version": "0.1.41-next.0",
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.5.12-next.1",
69
- "@backstage/core-components": "0.18.11-next.1",
70
- "@backstage/core-plugin-api": "1.12.7-next.0",
68
+ "@backstage/core-compat-api": "0.5.13-next.0",
69
+ "@backstage/core-components": "0.18.12-next.0",
70
+ "@backstage/core-plugin-api": "1.12.8-next.0",
71
71
  "@backstage/errors": "1.3.1",
72
- "@backstage/frontend-plugin-api": "0.17.2-next.0",
72
+ "@backstage/frontend-plugin-api": "0.17.3-next.0",
73
73
  "@backstage/plugin-devtools-common": "0.1.25",
74
- "@backstage/plugin-permission-react": "0.5.2-next.0",
75
- "@backstage/ui": "0.15.1-next.0",
74
+ "@backstage/plugin-permission-react": "0.5.3-next.0",
75
+ "@backstage/ui": "0.17.0-next.0",
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.36.3-next.1",
85
- "@backstage/dev-utils": "1.1.24-next.1",
84
+ "@backstage/cli": "0.36.4-next.0",
85
+ "@backstage/dev-utils": "1.1.25-next.0",
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
- }