@backstage/plugin-devtools-backend 0.0.0-nightly-20240312020947 → 0.0.0-nightly-20240314033554

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 +27 -9
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20240312020947
3
+ ## 0.0.0-nightly-20240314033554
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,16 +11,34 @@
11
11
  - 2bd1410: Removed unused dependencies
12
12
  - 8b0026d: Removed unused `devDependencies` identified in Knip Report
13
13
  - Updated dependencies
14
- - @backstage/backend-common@0.0.0-nightly-20240312020947
15
- - @backstage/config@0.0.0-nightly-20240312020947
16
- - @backstage/errors@0.0.0-nightly-20240312020947
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240312020947
18
- - @backstage/config-loader@0.0.0-nightly-20240312020947
19
- - @backstage/plugin-permission-common@0.0.0-nightly-20240312020947
20
- - @backstage/plugin-permission-node@0.0.0-nightly-20240312020947
14
+ - @backstage/backend-common@0.0.0-nightly-20240314033554
15
+ - @backstage/config@0.0.0-nightly-20240314033554
16
+ - @backstage/errors@0.0.0-nightly-20240314033554
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240314033554
18
+ - @backstage/config-loader@0.0.0-nightly-20240314033554
19
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240314033554
20
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240314033554
21
21
  - @backstage/cli-common@0.1.13
22
22
  - @backstage/types@1.1.1
23
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240312020947
23
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20240314033554
24
+
25
+ ## 0.3.0-next.2
26
+
27
+ ### Patch Changes
28
+
29
+ - 2bd1410: Removed unused dependencies
30
+ - 8b0026d: Removed unused `devDependencies` identified in Knip Report
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.21.4-next.2
33
+ - @backstage/backend-plugin-api@0.6.14-next.2
34
+ - @backstage/cli-common@0.1.13
35
+ - @backstage/config@1.2.0-next.1
36
+ - @backstage/config-loader@1.7.0-next.1
37
+ - @backstage/errors@1.2.4-next.0
38
+ - @backstage/types@1.1.1
39
+ - @backstage/plugin-devtools-common@0.1.9-next.1
40
+ - @backstage/plugin-permission-common@0.7.13-next.1
41
+ - @backstage/plugin-permission-node@0.7.25-next.2
24
42
 
25
43
  ## 0.3.0-next.1
26
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20240312020947",
3
+ "version": "0.0.0-nightly-20240314033554",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,15 +28,15 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20240312020947",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240312020947",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20240314033554",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240314033554",
33
33
  "@backstage/cli-common": "^0.1.13",
34
- "@backstage/config": "^0.0.0-nightly-20240312020947",
35
- "@backstage/config-loader": "^0.0.0-nightly-20240312020947",
36
- "@backstage/errors": "^0.0.0-nightly-20240312020947",
37
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240312020947",
38
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240312020947",
39
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240312020947",
34
+ "@backstage/config": "^0.0.0-nightly-20240314033554",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20240314033554",
36
+ "@backstage/errors": "^0.0.0-nightly-20240314033554",
37
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240314033554",
38
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240314033554",
39
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240314033554",
40
40
  "@backstage/types": "^1.1.1",
41
41
  "@manypkg/get-packages": "^1.1.3",
42
42
  "@types/express": "*",
@@ -53,8 +53,8 @@
53
53
  "yn": "^4.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240312020947",
57
- "@backstage/cli": "^0.0.0-nightly-20240312020947",
56
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240314033554",
57
+ "@backstage/cli": "^0.0.0-nightly-20240314033554",
58
58
  "@types/ping": "^0.4.1",
59
59
  "@types/supertest": "^2.0.8",
60
60
  "@types/yarnpkg__lockfile": "^1.1.4",