@backstage/backend-plugin-api 0.0.0-nightly-20240528021620 → 0.0.0-nightly-20240531021620

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20240528021620
3
+ ## 0.0.0-nightly-20240531021620
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,7 +9,21 @@
9
9
  - 0665b7e: Renamed `BackendPluginConfig`, `BackendModuleConfig`, and `ExtensionPointConfig` respectively to `CreateBackendPluginOptions`, `CreateBackendModuleOptions`, and `CreateExtensionPointOptions` to standardize frontend and backend factories signatures.
10
10
  - 1779188: Start using the `isDatabaseConflictError` helper from the `@backstage/backend-plugin-api` package in order to avoid dependency with the soon to deprecate `@backstage/backend-common` package.
11
11
  - Updated dependencies
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20240528021620
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240531021620
13
+ - @backstage/cli-common@0.1.13
14
+ - @backstage/config@1.2.0
15
+ - @backstage/errors@1.2.4
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-permission-common@0.7.13
18
+
19
+ ## 0.6.19-next.1
20
+
21
+ ### Patch Changes
22
+
23
+ - 9e63318: Added an optional `accessRestrictions` to external access service tokens and service principals in general, such that you can limit their access to certain plugins or permissions.
24
+ - 0665b7e: Renamed `BackendPluginConfig`, `BackendModuleConfig`, and `ExtensionPointConfig` respectively to `CreateBackendPluginOptions`, `CreateBackendModuleOptions`, and `CreateExtensionPointOptions` to standardize frontend and backend factories signatures.
25
+ - Updated dependencies
26
+ - @backstage/plugin-auth-node@0.4.14-next.1
13
27
 
14
28
  ## 0.6.19-next.0
15
29
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240528021620",
3
+ "version": "0.0.0-nightly-20240531021620",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240528021620",
3
+ "version": "0.0.0-nightly-20240531021620",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -56,7 +56,7 @@
56
56
  "@backstage/cli-common": "^0.1.13",
57
57
  "@backstage/config": "^1.2.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240528021620",
59
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240531021620",
60
60
  "@backstage/plugin-permission-common": "^0.7.13",
61
61
  "@backstage/types": "^1.1.1",
62
62
  "@types/express": "^4.17.6",
@@ -66,7 +66,7 @@
66
66
  "luxon": "^3.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240528021620",
70
- "@backstage/cli": "^0.0.0-nightly-20240528021620"
69
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240531021620",
70
+ "@backstage/cli": "^0.0.0-nightly-20240531021620"
71
71
  }
72
72
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240528021620",
3
+ "version": "0.0.0-nightly-20240531021620",
4
4
  "main": "../dist/testUtils.cjs.js",
5
5
  "types": "../dist/testUtils.d.ts"
6
6
  }