@backstage/plugin-devtools-backend 0.0.0-nightly-20230807021924 → 0.0.0-nightly-20230809021722

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 +18 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230807021924
3
+ ## 0.0.0-nightly-20230809021722
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -18,18 +18,29 @@
18
18
  ```
19
19
 
20
20
  - Updated dependencies
21
- - @backstage/backend-common@0.0.0-nightly-20230807021924
22
- - @backstage/config-loader@0.0.0-nightly-20230807021924
23
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230807021924
24
- - @backstage/plugin-auth-node@0.0.0-nightly-20230807021924
25
- - @backstage/backend-plugin-api@0.0.0-nightly-20230807021924
26
- - @backstage/plugin-permission-node@0.0.0-nightly-20230807021924
21
+ - @backstage/backend-common@0.0.0-nightly-20230809021722
22
+ - @backstage/config-loader@0.0.0-nightly-20230809021722
23
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230809021722
24
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230809021722
25
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230809021722
26
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230809021722
27
27
  - @backstage/cli-common@0.1.12
28
28
  - @backstage/config@1.0.8
29
29
  - @backstage/errors@1.2.1
30
30
  - @backstage/types@1.1.0
31
31
  - @backstage/plugin-permission-common@0.7.7
32
32
 
33
+ ## 0.1.3-next.2
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @backstage/backend-plugin-api@0.6.0-next.2
39
+ - @backstage/backend-common@0.19.2-next.2
40
+ - @backstage/plugin-permission-node@0.7.11-next.2
41
+ - @backstage/plugin-auth-node@0.2.17-next.2
42
+ - @backstage/config-loader@1.4.0-next.1
43
+
33
44
  ## 0.1.3-next.1
34
45
 
35
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230807021924",
3
+ "version": "0.0.0-nightly-20230809021722",
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-20230807021924",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230807021924",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230809021722",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230809021722",
33
33
  "@backstage/cli-common": "^0.1.12",
34
34
  "@backstage/config": "^1.0.8",
35
- "@backstage/config-loader": "^0.0.0-nightly-20230807021924",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20230809021722",
36
36
  "@backstage/errors": "^1.2.1",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230807021924",
38
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230807021924",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230809021722",
38
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230809021722",
39
39
  "@backstage/plugin-permission-common": "^0.7.7",
40
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230807021924",
40
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230809021722",
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-20230807021924",
57
+ "@backstage/cli": "^0.0.0-nightly-20230809021722",
58
58
  "@types/minimist": "^1.2.0",
59
59
  "@types/ping": "^0.4.1",
60
60
  "@types/supertest": "^2.0.8",