@backstage/plugin-devtools-backend 0.0.0-nightly-20230919021144 → 0.0.0-nightly-20230921021021

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