@backstage/backend-plugin-api 0.0.0-nightly-20250218023004 → 0.0.0-nightly-20250226023220

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 +19 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20250218023004
3
+ ## 0.0.0-nightly-20250226023220
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-node@0.0.0-nightly-20250226023220
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250226023220
10
+
11
+ ## 1.2.1-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-permission-node@0.8.9-next.0
17
+ - @backstage/plugin-auth-node@0.6.1-next.0
18
+
19
+ ## 1.2.0
4
20
 
5
21
  ### Minor Changes
6
22
 
@@ -12,8 +28,8 @@
12
28
  - 9ddfd94: Added new `PermissionsRegistryService` that is used by plugins to register permissions, resource types, and rules into the permission system. This replaces the existing `createPermissionIntegrationRouter` from `@backstage/plugin-permission-node`.
13
29
  - 72cddf2: Updated `PermissionsRegistryService` to use `PermissionResourceRef`s and added the `getPermissionRuleset` method.
14
30
  - Updated dependencies
15
- - @backstage/plugin-permission-node@0.0.0-nightly-20250218023004
16
- - @backstage/plugin-auth-node@0.0.0-nightly-20250218023004
31
+ - @backstage/plugin-permission-node@0.8.8
32
+ - @backstage/plugin-auth-node@0.6.0
17
33
  - @backstage/cli-common@0.1.15
18
34
  - @backstage/config@1.3.2
19
35
  - @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-20250218023004",
3
+ "version": "0.0.0-nightly-20250226023220",
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-20250218023004",
71
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250226023220",
72
72
  "@backstage/plugin-permission-common": "0.8.4",
73
- "@backstage/plugin-permission-node": "0.0.0-nightly-20250218023004",
73
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20250226023220",
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-20250218023004",
82
- "@backstage/cli": "0.0.0-nightly-20250218023004"
81
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250226023220",
82
+ "@backstage/cli": "0.30.0"
83
83
  },
84
84
  "configSchema": "config.d.ts"
85
85
  }