@backstage/plugin-devtools-backend 0.0.0-nightly-20230905021132 → 0.0.0-nightly-20230906021121

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -9
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,22 +1,39 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230905021132
3
+ ## 0.0.0-nightly-20230906021121
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 12e644aa4eef: Show resource utilization in `DevTools` plugin
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20230905021132
10
- - @backstage/config@0.0.0-nightly-20230905021132
11
- - @backstage/backend-common@0.0.0-nightly-20230905021132
12
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230905021132
13
- - @backstage/config-loader@0.0.0-nightly-20230905021132
14
- - @backstage/plugin-permission-node@0.0.0-nightly-20230905021132
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20230905021132
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230906021121
10
+ - @backstage/config@0.0.0-nightly-20230906021121
11
+ - @backstage/backend-common@0.0.0-nightly-20230906021121
12
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230906021121
13
+ - @backstage/config-loader@0.0.0-nightly-20230906021121
14
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230906021121
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230906021121
16
16
  - @backstage/cli-common@0.1.12
17
17
  - @backstage/errors@1.2.1
18
18
  - @backstage/types@1.1.0
19
- - @backstage/plugin-permission-common@0.0.0-nightly-20230905021132
19
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230906021121
20
+
21
+ ## 0.1.6-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/config-loader@1.5.0-next.2
27
+ - @backstage/config@1.1.0-next.1
28
+ - @backstage/backend-common@0.19.5-next.2
29
+ - @backstage/plugin-auth-node@0.3.0-next.2
30
+ - @backstage/plugin-permission-node@0.7.14-next.2
31
+ - @backstage/backend-plugin-api@0.6.3-next.2
32
+ - @backstage/plugin-permission-common@0.7.8-next.1
33
+ - @backstage/cli-common@0.1.12
34
+ - @backstage/errors@1.2.1
35
+ - @backstage/types@1.1.0
36
+ - @backstage/plugin-devtools-common@0.1.4-next.1
20
37
 
21
38
  ## 0.1.6-next.1
22
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230905021132",
3
+ "version": "0.0.0-nightly-20230906021121",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,16 +28,16 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20230905021132",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230905021132",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230906021121",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230906021121",
33
33
  "@backstage/cli-common": "^0.1.12",
34
- "@backstage/config": "^0.0.0-nightly-20230905021132",
35
- "@backstage/config-loader": "^0.0.0-nightly-20230905021132",
34
+ "@backstage/config": "^0.0.0-nightly-20230906021121",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20230906021121",
36
36
  "@backstage/errors": "^1.2.1",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230905021132",
38
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230905021132",
39
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230905021132",
40
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230905021132",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230906021121",
38
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230906021121",
39
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230906021121",
40
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230906021121",
41
41
  "@backstage/types": "^1.1.0",
42
42
  "@manypkg/get-packages": "^1.1.3",
43
43
  "@types/express": "*",
@@ -54,7 +54,7 @@
54
54
  "yn": "^4.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.0.0-nightly-20230905021132",
57
+ "@backstage/cli": "^0.0.0-nightly-20230906021121",
58
58
  "@types/minimist": "^1.2.0",
59
59
  "@types/ping": "^0.4.1",
60
60
  "@types/supertest": "^2.0.8",