@backstage/plugin-devtools-backend 0.0.0-nightly-20240116021644 → 0.0.0-nightly-20240118021622

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 +25 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,22 +1,39 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20240116021644
3
+ ## 0.0.0-nightly-20240118021622
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20240118021622
9
+ - @backstage/config@1.1.1
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240118021622
11
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240118021622
12
+ - @backstage/config-loader@1.6.1
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240118021622
14
+ - @backstage/cli-common@0.1.13
15
+ - @backstage/errors@1.2.3
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-devtools-common@0.1.8
18
+ - @backstage/plugin-permission-common@0.7.12
19
+
20
+ ## 0.2.6
4
21
 
5
22
  ### Patch Changes
6
23
 
7
24
  - 4016f21: Remove some unused dependencies
8
25
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240116021644
10
- - @backstage/config-loader@0.0.0-nightly-20240116021644
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240116021644
12
- - @backstage/plugin-permission-common@0.0.0-nightly-20240116021644
13
- - @backstage/plugin-permission-node@0.0.0-nightly-20240116021644
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20240116021644
26
+ - @backstage/backend-common@0.20.1
27
+ - @backstage/config-loader@1.6.1
28
+ - @backstage/backend-plugin-api@0.6.9
29
+ - @backstage/plugin-permission-common@0.7.12
30
+ - @backstage/plugin-permission-node@0.7.20
31
+ - @backstage/plugin-auth-node@0.4.3
15
32
  - @backstage/cli-common@0.1.13
16
33
  - @backstage/config@1.1.1
17
34
  - @backstage/errors@1.2.3
18
35
  - @backstage/types@1.1.1
19
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240116021644
36
+ - @backstage/plugin-devtools-common@0.1.8
20
37
 
21
38
  ## 0.2.6-next.2
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-20240116021644",
3
+ "version": "0.0.0-nightly-20240118021622",
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-20240116021644",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240116021644",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20240118021622",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240118021622",
33
33
  "@backstage/cli-common": "^0.1.13",
34
34
  "@backstage/config": "^1.1.1",
35
- "@backstage/config-loader": "^0.0.0-nightly-20240116021644",
35
+ "@backstage/config-loader": "^1.6.1",
36
36
  "@backstage/errors": "^1.2.3",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240116021644",
38
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240116021644",
39
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240116021644",
40
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240116021644",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240118021622",
38
+ "@backstage/plugin-devtools-common": "^0.1.8",
39
+ "@backstage/plugin-permission-common": "^0.7.12",
40
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240118021622",
41
41
  "@backstage/types": "^1.1.1",
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-20240116021644",
57
+ "@backstage/cli": "^0.0.0-nightly-20240118021622",
58
58
  "@types/minimist": "^1.2.0",
59
59
  "@types/ping": "^0.4.1",
60
60
  "@types/supertest": "^2.0.8",