@backstage/plugin-devtools-backend 0.0.0-nightly-20260414031820 → 0.0.0-nightly-20260417031854

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 -10
  2. package/package.json +13 -15
package/CHANGELOG.md CHANGED
@@ -1,20 +1,35 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20260414031820
3
+ ## 0.0.0-nightly-20260417031854
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 482ceed: Migrated from `assertError` to `toError` for error handling.
7
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260414031820
10
- - @backstage/errors@0.0.0-nightly-20260414031820
11
- - @backstage/cli-common@0.0.0-nightly-20260414031820
12
- - @backstage/config-loader@0.0.0-nightly-20260414031820
13
- - @backstage/plugin-permission-node@0.0.0-nightly-20260414031820
14
- - @backstage/config@0.0.0-nightly-20260414031820
15
- - @backstage/plugin-permission-common@0.0.0-nightly-20260414031820
9
+ - @backstage/errors@0.0.0-nightly-20260417031854
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260417031854
11
+ - @backstage/cli-common@0.0.0-nightly-20260417031854
12
+ - @backstage/config@0.0.0-nightly-20260417031854
13
+ - @backstage/config-loader@0.0.0-nightly-20260417031854
14
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260417031854
15
+ - @backstage/plugin-permission-node@0.0.0-nightly-20260417031854
16
16
  - @backstage/types@1.2.2
17
- - @backstage/plugin-devtools-common@0.0.0-nightly-20260414031820
17
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20260417031854
18
+
19
+ ## 0.5.16
20
+
21
+ ### Patch Changes
22
+
23
+ - 482ceed: Migrated from `assertError` to `toError` for error handling.
24
+ - Updated dependencies
25
+ - @backstage/backend-plugin-api@1.9.0
26
+ - @backstage/errors@1.3.0
27
+ - @backstage/cli-common@0.2.1
28
+ - @backstage/config-loader@1.10.10
29
+ - @backstage/plugin-permission-node@0.10.12
30
+ - @backstage/config@1.3.7
31
+ - @backstage/plugin-devtools-common@0.1.24
32
+ - @backstage/plugin-permission-common@0.9.8
18
33
 
19
34
  ## 0.5.16-next.2
20
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20260414031820",
3
+ "version": "0.0.0-nightly-20260417031854",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "devtools",
@@ -42,14 +42,14 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260414031820",
46
- "@backstage/cli-common": "0.0.0-nightly-20260414031820",
47
- "@backstage/config": "0.0.0-nightly-20260414031820",
48
- "@backstage/config-loader": "0.0.0-nightly-20260414031820",
49
- "@backstage/errors": "0.0.0-nightly-20260414031820",
50
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20260414031820",
51
- "@backstage/plugin-permission-common": "0.0.0-nightly-20260414031820",
52
- "@backstage/plugin-permission-node": "0.0.0-nightly-20260414031820",
45
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260417031854",
46
+ "@backstage/cli-common": "0.0.0-nightly-20260417031854",
47
+ "@backstage/config": "0.0.0-nightly-20260417031854",
48
+ "@backstage/config-loader": "0.0.0-nightly-20260417031854",
49
+ "@backstage/errors": "0.0.0-nightly-20260417031854",
50
+ "@backstage/plugin-devtools-common": "0.0.0-nightly-20260417031854",
51
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260417031854",
52
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20260417031854",
53
53
  "@backstage/types": "1.2.2",
54
54
  "@manypkg/get-packages": "^1.1.3",
55
55
  "@yarnpkg/lockfile": "^1.1.0",
@@ -58,14 +58,12 @@
58
58
  "express-promise-router": "^4.1.0",
59
59
  "fs-extra": "^11.0.0",
60
60
  "lodash": "^4.17.21",
61
- "ping": "^0.4.1",
62
- "semver": "^7.5.3",
63
- "yn": "^4.0.0"
61
+ "ping": "^0.4.1"
64
62
  },
65
63
  "devDependencies": {
66
- "@backstage/backend-defaults": "0.0.0-nightly-20260414031820",
67
- "@backstage/backend-test-utils": "0.0.0-nightly-20260414031820",
68
- "@backstage/cli": "0.0.0-nightly-20260414031820",
64
+ "@backstage/backend-defaults": "0.0.0-nightly-20260417031854",
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260417031854",
66
+ "@backstage/cli": "0.0.0-nightly-20260417031854",
69
67
  "@types/express": "^4.17.6",
70
68
  "@types/ping": "^0.4.1",
71
69
  "@types/supertest": "^2.0.8",