@backstage/backend-plugin-api 0.0.0-nightly-20240528021620 → 0.0.0-nightly-20240529021701
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 +11 -2
- package/alpha/package.json +1 -1
- package/package.json +4 -4
- package/testUtils/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/backend-plugin-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240529021701
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -9,7 +9,16 @@
|
|
|
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-
|
|
12
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20240529021701
|
|
13
|
+
|
|
14
|
+
## 0.6.19-next.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 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.
|
|
19
|
+
- 0665b7e: Renamed `BackendPluginConfig`, `BackendModuleConfig`, and `ExtensionPointConfig` respectively to `CreateBackendPluginOptions`, `CreateBackendModuleOptions`, and `CreateExtensionPointOptions` to standardize frontend and backend factories signatures.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/plugin-auth-node@0.4.14-next.1
|
|
13
22
|
|
|
14
23
|
## 0.6.19-next.0
|
|
15
24
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-plugin-api",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240529021701",
|
|
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-
|
|
59
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20240529021701",
|
|
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-
|
|
70
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
69
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240529021701",
|
|
70
|
+
"@backstage/cli": "^0.0.0-nightly-20240529021701"
|
|
71
71
|
}
|
|
72
72
|
}
|