@backstage/backend-plugin-api 0.0.0-nightly-20251008023601 → 0.0.0-nightly-20251022024054

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 +28 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,40 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20251008023601
3
+ ## 0.0.0-nightly-20251022024054
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config@0.0.0-nightly-20251008023601
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20251008023601
10
- - @backstage/plugin-permission-node@0.0.0-nightly-20251008023601
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20251022024054
9
+ - @backstage/config@0.0.0-nightly-20251022024054
10
+ - @backstage/plugin-permission-node@0.0.0-nightly-20251022024054
11
11
  - @backstage/cli-common@0.1.15
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/types@1.2.2
14
- - @backstage/plugin-permission-common@0.0.0-nightly-20251008023601
14
+ - @backstage/plugin-permission-common@0.0.0-nightly-20251022024054
15
+
16
+ ## 1.4.5-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-auth-node@0.6.9-next.0
22
+ - @backstage/config@1.3.6-next.0
23
+ - @backstage/plugin-permission-node@0.10.6-next.0
24
+ - @backstage/cli-common@0.1.15
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/types@1.2.2
27
+ - @backstage/plugin-permission-common@0.9.3-next.0
28
+
29
+ ## 1.4.4
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @backstage/config@1.3.5
35
+ - @backstage/plugin-auth-node@0.6.8
36
+ - @backstage/plugin-permission-common@0.9.2
37
+ - @backstage/plugin-permission-node@0.10.5
15
38
 
16
39
  ## 1.4.4-next.0
17
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20251008023601",
3
+ "version": "0.0.0-nightly-20251022024054",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -66,11 +66,11 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@backstage/cli-common": "0.1.15",
69
- "@backstage/config": "0.0.0-nightly-20251008023601",
69
+ "@backstage/config": "0.0.0-nightly-20251022024054",
70
70
  "@backstage/errors": "1.2.7",
71
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251008023601",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20251008023601",
73
- "@backstage/plugin-permission-node": "0.0.0-nightly-20251008023601",
71
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20251022024054",
72
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20251022024054",
73
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20251022024054",
74
74
  "@backstage/types": "1.2.2",
75
75
  "@types/express": "^4.17.6",
76
76
  "@types/json-schema": "^7.0.6",
@@ -81,8 +81,8 @@
81
81
  "zod": "^3.22.4"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/backend-test-utils": "0.0.0-nightly-20251008023601",
85
- "@backstage/cli": "0.0.0-nightly-20251008023601"
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251022024054",
85
+ "@backstage/cli": "0.0.0-nightly-20251022024054"
86
86
  },
87
87
  "configSchema": "config.d.ts"
88
88
  }