@backstage/plugin-devtools 0.0.0-nightly-20240611021715 → 0.0.0-nightly-20240613021705

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,32 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240611021715
3
+ ## 0.0.0-nightly-20240613021705
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - d44a20a: Added additional plugin metadata to `package.json`.
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240611021715
9
- - @backstage/core-compat-api@0.0.0-nightly-20240611021715
10
- - @backstage/core-plugin-api@0.0.0-nightly-20240611021715
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240611021715
9
+ - @backstage/core-components@0.0.0-nightly-20240613021705
10
+ - @backstage/core-compat-api@0.0.0-nightly-20240613021705
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240613021705
12
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240613021705
13
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20240613021705
14
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240613021705
15
+ - @backstage/errors@1.2.4
16
+
17
+ ## 0.1.15-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - d44a20a: Added additional plugin metadata to `package.json`.
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.14.8-next.2
24
+ - @backstage/plugin-permission-react@0.4.23-next.1
25
+ - @backstage/plugin-devtools-common@0.1.10-next.0
26
+ - @backstage/frontend-plugin-api@0.6.6-next.2
27
+ - @backstage/core-compat-api@0.2.6-next.2
28
+ - @backstage/core-plugin-api@1.9.3-next.0
12
29
  - @backstage/errors@1.2.4
13
- - @backstage/plugin-devtools-common@0.1.9
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20240611021715
15
30
 
16
31
  ## 0.1.15-next.1
17
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240613021705",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,12 +1,26 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240611021715",
4
- "main": "./dist/index.esm.js",
5
- "types": "./dist/index.d.ts",
6
- "license": "Apache-2.0",
3
+ "version": "0.0.0-nightly-20240613021705",
4
+ "backstage": {
5
+ "role": "frontend-plugin",
6
+ "pluginId": "devtools",
7
+ "pluginPackages": [
8
+ "@backstage/plugin-devtools",
9
+ "@backstage/plugin-devtools-backend",
10
+ "@backstage/plugin-devtools-common"
11
+ ]
12
+ },
7
13
  "publishConfig": {
8
14
  "access": "public"
9
15
  },
16
+ "homepage": "https://backstage.io",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/backstage/backstage",
20
+ "directory": "plugins/devtools"
21
+ },
22
+ "license": "Apache-2.0",
23
+ "sideEffects": false,
10
24
  "exports": {
11
25
  ".": {
12
26
  "import": "./dist/index.esm.js",
@@ -20,53 +34,45 @@
20
34
  },
21
35
  "./package.json": "./package.json"
22
36
  },
23
- "backstage": {
24
- "role": "frontend-plugin"
25
- },
26
- "homepage": "https://backstage.io",
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/backstage/backstage",
30
- "directory": "plugins/devtools"
31
- },
32
- "sideEffects": false,
37
+ "main": "./dist/index.esm.js",
38
+ "types": "./dist/index.d.ts",
39
+ "files": [
40
+ "dist",
41
+ "alpha"
42
+ ],
33
43
  "scripts": {
34
- "start": "backstage-cli package start",
35
44
  "build": "backstage-cli package build",
36
- "lint": "backstage-cli package lint",
37
- "test": "backstage-cli package test",
38
45
  "clean": "backstage-cli package clean",
46
+ "lint": "backstage-cli package lint",
39
47
  "prepack": "backstage-cli package prepack",
40
- "postpack": "backstage-cli package postpack"
48
+ "postpack": "backstage-cli package postpack",
49
+ "start": "backstage-cli package start",
50
+ "test": "backstage-cli package test"
41
51
  },
42
52
  "dependencies": {
43
- "@backstage/core-compat-api": "^0.0.0-nightly-20240611021715",
44
- "@backstage/core-components": "^0.0.0-nightly-20240611021715",
45
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240611021715",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240613021705",
54
+ "@backstage/core-components": "^0.0.0-nightly-20240613021705",
55
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240613021705",
46
56
  "@backstage/errors": "^1.2.4",
47
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240611021715",
48
- "@backstage/plugin-devtools-common": "^0.1.9",
49
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240611021715",
57
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240613021705",
58
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240613021705",
59
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240613021705",
50
60
  "@material-ui/core": "^4.9.13",
51
61
  "@material-ui/icons": "^4.9.1",
52
62
  "@material-ui/lab": "^4.0.0-alpha.57",
53
63
  "react-json-view": "^1.21.3",
54
64
  "react-use": "^17.2.4"
55
65
  },
66
+ "devDependencies": {
67
+ "@backstage/cli": "^0.0.0-nightly-20240613021705",
68
+ "@backstage/dev-utils": "^0.0.0-nightly-20240613021705",
69
+ "@testing-library/jest-dom": "^6.0.0"
70
+ },
56
71
  "peerDependencies": {
57
72
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
58
73
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
59
74
  "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
60
75
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
61
76
  },
62
- "devDependencies": {
63
- "@backstage/cli": "^0.0.0-nightly-20240611021715",
64
- "@backstage/dev-utils": "^0.0.0-nightly-20240611021715",
65
- "@testing-library/jest-dom": "^6.0.0"
66
- },
67
- "files": [
68
- "dist",
69
- "alpha"
70
- ],
71
77
  "module": "./dist/index.esm.js"
72
78
  }