@backstage/backend-plugin-api 0.0.0-nightly-20250503023809 → 0.0.0-nightly-20250505024007

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20250503023809
3
+ ## 0.0.0-nightly-20250505024007
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,9 +8,9 @@
8
8
  - 72d019d: Removed various typos
9
9
  - d385854: Minor doc comment update
10
10
  - Updated dependencies
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20250503023809
12
- - @backstage/plugin-permission-common@0.0.0-nightly-20250503023809
13
- - @backstage/plugin-permission-node@0.0.0-nightly-20250503023809
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250505024007
12
+ - @backstage/plugin-permission-common@0.0.0-nightly-20250505024007
13
+ - @backstage/plugin-permission-node@0.0.0-nightly-20250505024007
14
14
  - @backstage/config@1.3.2
15
15
  - @backstage/cli-common@0.1.15
16
16
  - @backstage/errors@1.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20250503023809",
3
+ "version": "0.0.0-nightly-20250505024007",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -68,9 +68,9 @@
68
68
  "@backstage/cli-common": "0.1.15",
69
69
  "@backstage/config": "1.3.2",
70
70
  "@backstage/errors": "1.2.7",
71
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250503023809",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20250503023809",
73
- "@backstage/plugin-permission-node": "0.0.0-nightly-20250503023809",
71
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250505024007",
72
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20250505024007",
73
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20250505024007",
74
74
  "@backstage/types": "1.2.1",
75
75
  "@types/express": "^4.17.6",
76
76
  "@types/luxon": "^3.0.0",
@@ -78,8 +78,8 @@
78
78
  "luxon": "^3.0.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/backend-test-utils": "0.0.0-nightly-20250503023809",
82
- "@backstage/cli": "0.0.0-nightly-20250503023809"
81
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250505024007",
82
+ "@backstage/cli": "0.0.0-nightly-20250505024007"
83
83
  },
84
84
  "configSchema": "config.d.ts"
85
85
  }