@backstage/backend-plugin-api 0.0.0-nightly-20251113024512 → 0.0.0-nightly-20251115023920

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20251113024512
3
+ ## 0.0.0-nightly-20251115023920
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,10 +10,10 @@
10
10
  ### Patch Changes
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/plugin-permission-common@0.0.0-nightly-20251113024512
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20251113024512
15
- - @backstage/config@0.0.0-nightly-20251113024512
16
- - @backstage/plugin-permission-node@0.0.0-nightly-20251113024512
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-20251115023920
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20251115023920
15
+ - @backstage/config@0.0.0-nightly-20251115023920
16
+ - @backstage/plugin-permission-node@0.0.0-nightly-20251115023920
17
17
  - @backstage/cli-common@0.1.15
18
18
  - @backstage/errors@1.2.7
19
19
  - @backstage/types@1.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20251113024512",
3
+ "version": "0.0.0-nightly-20251115023920",
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-20251113024512",
69
+ "@backstage/config": "0.0.0-nightly-20251115023920",
70
70
  "@backstage/errors": "1.2.7",
71
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251113024512",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20251113024512",
73
- "@backstage/plugin-permission-node": "0.0.0-nightly-20251113024512",
71
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20251115023920",
72
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20251115023920",
73
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20251115023920",
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-20251113024512",
85
- "@backstage/cli": "0.0.0-nightly-20251113024512"
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251115023920",
85
+ "@backstage/cli": "0.0.0-nightly-20251115023920"
86
86
  },
87
87
  "configSchema": "config.d.ts"
88
88
  }