@backstage/backend-plugin-api 0.0.0-nightly-20240618021721 → 0.0.0-nightly-20240621021638
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 +16 -4
- package/alpha/package.json +2 -2
- package/package.json +6 -6
- package/testUtils/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# @backstage/backend-plugin-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240621021638
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/cli-common@0.1.14
|
|
9
|
+
- @backstage/config@1.2.0
|
|
10
|
+
- @backstage/errors@1.2.4
|
|
11
|
+
- @backstage/types@1.1.1
|
|
12
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20240621021638
|
|
13
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
14
|
+
|
|
15
|
+
## 0.6.19
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
@@ -40,9 +52,9 @@
|
|
|
40
52
|
- 0665b7e: Renamed `BackendPluginConfig`, `BackendModuleConfig`, and `ExtensionPointConfig` respectively to `CreateBackendPluginOptions`, `CreateBackendModuleOptions`, and `CreateExtensionPointOptions` to standardize frontend and backend factories signatures.
|
|
41
53
|
- 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.
|
|
42
54
|
- Updated dependencies
|
|
43
|
-
- @backstage/plugin-auth-node@0.
|
|
44
|
-
- @backstage/plugin-permission-common@0.
|
|
45
|
-
- @backstage/cli-common@0.
|
|
55
|
+
- @backstage/plugin-auth-node@0.4.14
|
|
56
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
57
|
+
- @backstage/cli-common@0.1.14
|
|
46
58
|
- @backstage/config@1.2.0
|
|
47
59
|
- @backstage/errors@1.2.4
|
|
48
60
|
- @backstage/types@1.1.1
|
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-20240621021638",
|
|
4
4
|
"description": "Core API used by Backstage backend plugins",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"test": "backstage-cli package test"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@backstage/cli-common": "^0.
|
|
56
|
+
"@backstage/cli-common": "^0.1.14",
|
|
57
57
|
"@backstage/config": "^1.2.0",
|
|
58
58
|
"@backstage/errors": "^1.2.4",
|
|
59
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
60
|
-
"@backstage/plugin-permission-common": "^0.
|
|
59
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20240621021638",
|
|
60
|
+
"@backstage/plugin-permission-common": "^0.7.14",
|
|
61
61
|
"@backstage/types": "^1.1.1",
|
|
62
62
|
"@types/express": "^4.17.6",
|
|
63
63
|
"@types/luxon": "^3.0.0",
|
|
@@ -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-20240621021638",
|
|
70
|
+
"@backstage/cli": "^0.0.0-nightly-20240621021638"
|
|
71
71
|
}
|
|
72
72
|
}
|
package/testUtils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@backstage/backend-plugin-
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
2
|
+
"name": "@backstage/backend-plugin-api__testutils",
|
|
3
|
+
"version": "0.0.0-nightly-20240621021638",
|
|
4
4
|
"main": "../dist/testUtils.cjs.js",
|
|
5
5
|
"types": "../dist/testUtils.d.ts"
|
|
6
6
|
}
|