@backstage/plugin-devtools 0.0.0-nightly-20240903022649 → 0.0.0-nightly-20240905022851

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,28 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240903022649
3
+ ## 0.0.0-nightly-20240905022851
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
8
8
  - 019d9ad: Minor dockerfile syntax update
9
9
  - Updated dependencies
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240903022649
11
- - @backstage/core-compat-api@0.0.0-nightly-20240903022649
12
- - @backstage/core-components@0.14.10
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240905022851
11
+ - @backstage/core-compat-api@0.0.0-nightly-20240905022851
12
+ - @backstage/core-components@0.0.0-nightly-20240905022851
13
+ - @backstage/core-plugin-api@1.9.3
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/plugin-devtools-common@0.1.12
16
+ - @backstage/plugin-permission-react@0.4.25
17
+
18
+ ## 0.1.18-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/frontend-plugin-api@0.8.0-next.1
24
+ - @backstage/core-compat-api@0.3.0-next.1
25
+ - @backstage/core-components@0.14.11-next.0
13
26
  - @backstage/core-plugin-api@1.9.3
14
27
  - @backstage/errors@1.2.4
15
28
  - @backstage/plugin-devtools-common@0.1.12
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools__alpha",
3
- "version": "0.0.0-nightly-20240903022649",
3
+ "version": "0.0.0-nightly-20240905022851",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240903022649",
3
+ "version": "0.0.0-nightly-20240905022851",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -50,11 +50,11 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/core-compat-api": "^0.0.0-nightly-20240903022649",
54
- "@backstage/core-components": "^0.14.10",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240905022851",
54
+ "@backstage/core-components": "^0.0.0-nightly-20240905022851",
55
55
  "@backstage/core-plugin-api": "^1.9.3",
56
56
  "@backstage/errors": "^1.2.4",
57
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240903022649",
57
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240905022851",
58
58
  "@backstage/plugin-devtools-common": "^0.1.12",
59
59
  "@backstage/plugin-permission-react": "^0.4.25",
60
60
  "@material-ui/core": "^4.9.13",
@@ -64,8 +64,8 @@
64
64
  "react-use": "^17.2.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "^0.0.0-nightly-20240903022649",
68
- "@backstage/dev-utils": "^0.0.0-nightly-20240903022649",
67
+ "@backstage/cli": "^0.0.0-nightly-20240905022851",
68
+ "@backstage/dev-utils": "^0.0.0-nightly-20240905022851",
69
69
  "@testing-library/jest-dom": "^6.0.0"
70
70
  },
71
71
  "peerDependencies": {