@backstage/plugin-devtools-backend 0.0.0-nightly-20230822021041 → 0.0.0-nightly-20230824021031

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 +23 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,21 +1,38 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230822021041
3
+ ## 0.0.0-nightly-20230824021031
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20230822021041
9
- - @backstage/backend-common@0.0.0-nightly-20230822021041
10
- - @backstage/config-loader@0.0.0-nightly-20230822021041
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20230822021041
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230824021031
9
+ - @backstage/backend-common@0.0.0-nightly-20230824021031
10
+ - @backstage/config-loader@0.0.0-nightly-20230824021031
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230824021031
12
12
  - @backstage/cli-common@0.1.12
13
13
  - @backstage/config@1.0.8
14
14
  - @backstage/errors@1.2.1
15
15
  - @backstage/types@1.1.0
16
16
  - @backstage/plugin-devtools-common@0.1.3
17
17
  - @backstage/plugin-permission-common@0.7.7
18
- - @backstage/plugin-permission-node@0.0.0-nightly-20230822021041
18
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230824021031
19
+
20
+ ## 0.1.5-next.0
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/plugin-auth-node@0.3.0-next.0
26
+ - @backstage/backend-common@0.19.4-next.0
27
+ - @backstage/config-loader@1.5.0-next.0
28
+ - @backstage/backend-plugin-api@0.6.2-next.0
29
+ - @backstage/cli-common@0.1.12
30
+ - @backstage/config@1.0.8
31
+ - @backstage/errors@1.2.1
32
+ - @backstage/types@1.1.0
33
+ - @backstage/plugin-devtools-common@0.1.3
34
+ - @backstage/plugin-permission-common@0.7.7
35
+ - @backstage/plugin-permission-node@0.7.13-next.0
19
36
 
20
37
  ## 0.1.3
21
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230822021041",
3
+ "version": "0.0.0-nightly-20230824021031",
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-20230822021041",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230822021041",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230824021031",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230824021031",
33
33
  "@backstage/cli-common": "^0.1.12",
34
34
  "@backstage/config": "^1.0.8",
35
- "@backstage/config-loader": "^0.0.0-nightly-20230822021041",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20230824021031",
36
36
  "@backstage/errors": "^1.2.1",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230822021041",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230824021031",
38
38
  "@backstage/plugin-devtools-common": "^0.1.3",
39
39
  "@backstage/plugin-permission-common": "^0.7.7",
40
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230822021041",
40
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230824021031",
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-20230822021041",
57
+ "@backstage/cli": "^0.0.0-nightly-20230824021031",
58
58
  "@types/minimist": "^1.2.0",
59
59
  "@types/ping": "^0.4.1",
60
60
  "@types/supertest": "^2.0.8",