@backstage/plugin-devtools 0.0.0-nightly-20241106023105 → 0.0.0-nightly-20241108023219

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,15 +1,15 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20241106023105
3
+ ## 0.0.0-nightly-20241108023219
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20241106023105
9
- - @backstage/core-compat-api@0.0.0-nightly-20241106023105
8
+ - @backstage/core-components@0.0.0-nightly-20241108023219
9
+ - @backstage/core-compat-api@0.0.0-nightly-20241108023219
10
10
  - @backstage/core-plugin-api@1.10.0
11
11
  - @backstage/errors@1.2.4
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241106023105
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241108023219
13
13
  - @backstage/plugin-devtools-common@0.1.12
14
14
  - @backstage/plugin-permission-react@0.4.27
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20241106023105",
3
+ "version": "0.0.0-nightly-20241108023219",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -37,9 +37,18 @@
37
37
  },
38
38
  "main": "./dist/index.esm.js",
39
39
  "types": "./dist/index.d.ts",
40
+ "typesVersions": {
41
+ "*": {
42
+ "index": [
43
+ "dist/index.d.ts"
44
+ ],
45
+ "alpha": [
46
+ "dist/alpha.d.ts"
47
+ ]
48
+ }
49
+ },
40
50
  "files": [
41
- "dist",
42
- "alpha"
51
+ "dist"
43
52
  ],
44
53
  "scripts": {
45
54
  "build": "backstage-cli package build",
@@ -51,11 +60,11 @@
51
60
  "test": "backstage-cli package test"
52
61
  },
53
62
  "dependencies": {
54
- "@backstage/core-compat-api": "0.0.0-nightly-20241106023105",
55
- "@backstage/core-components": "0.0.0-nightly-20241106023105",
63
+ "@backstage/core-compat-api": "0.0.0-nightly-20241108023219",
64
+ "@backstage/core-components": "0.0.0-nightly-20241108023219",
56
65
  "@backstage/core-plugin-api": "1.10.0",
57
66
  "@backstage/errors": "1.2.4",
58
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241106023105",
67
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241108023219",
59
68
  "@backstage/plugin-devtools-common": "0.1.12",
60
69
  "@backstage/plugin-permission-react": "0.4.27",
61
70
  "@material-ui/core": "^4.9.13",
@@ -65,8 +74,8 @@
65
74
  "react-use": "^17.2.4"
66
75
  },
67
76
  "devDependencies": {
68
- "@backstage/cli": "0.0.0-nightly-20241106023105",
69
- "@backstage/dev-utils": "0.0.0-nightly-20241106023105",
77
+ "@backstage/cli": "0.0.0-nightly-20241108023219",
78
+ "@backstage/dev-utils": "0.0.0-nightly-20241108023219",
70
79
  "@testing-library/jest-dom": "^6.0.0",
71
80
  "@types/react": "^18.0.0",
72
81
  "react": "^18.0.2",
@@ -1,7 +0,0 @@
1
- {
2
- "name": "@backstage/plugin-devtools__alpha",
3
- "version": "0.0.0-nightly-20241106023105",
4
- "main": "../dist/alpha.esm.js",
5
- "module": "../dist/alpha.esm.js",
6
- "types": "../dist/alpha.d.ts"
7
- }