@backstage/plugin-permission-backend 0.7.0-next.2 → 0.7.1-next.0
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 +26 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-permission-backend
|
|
2
2
|
|
|
3
|
+
## 0.7.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.4.0-next.0
|
|
9
|
+
- @backstage/plugin-auth-node@0.6.4-next.0
|
|
10
|
+
- @backstage/plugin-permission-node@0.10.1-next.0
|
|
11
|
+
|
|
12
|
+
## 0.7.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- 4da2965: Fixed an issue causing the `PermissionClient` to exhaust the request body size limit too quickly when making many requests.
|
|
17
|
+
- cf8fd51: **BREAKING** Removed support for the legacy backend system, please [migrate to the new backend system](https://backstage.io/docs/backend-system/building-backends/migrating)
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/plugin-auth-node@0.6.3
|
|
23
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
24
|
+
- @backstage/plugin-permission-common@0.9.0
|
|
25
|
+
- @backstage/plugin-permission-node@0.10.0
|
|
26
|
+
- @backstage/config@1.3.2
|
|
27
|
+
- @backstage/errors@1.2.7
|
|
28
|
+
|
|
3
29
|
## 0.7.0-next.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-permission-backend",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin",
|
|
6
6
|
"pluginId": "permission",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/backend-plugin-api": "1.
|
|
68
|
+
"@backstage/backend-plugin-api": "1.4.0-next.0",
|
|
69
69
|
"@backstage/config": "1.3.2",
|
|
70
70
|
"@backstage/errors": "1.2.7",
|
|
71
|
-
"@backstage/plugin-auth-node": "0.6.
|
|
72
|
-
"@backstage/plugin-permission-common": "0.9.0
|
|
73
|
-
"@backstage/plugin-permission-node": "0.10.
|
|
71
|
+
"@backstage/plugin-auth-node": "0.6.4-next.0",
|
|
72
|
+
"@backstage/plugin-permission-common": "0.9.0",
|
|
73
|
+
"@backstage/plugin-permission-node": "0.10.1-next.0",
|
|
74
74
|
"dataloader": "^2.0.0",
|
|
75
75
|
"express": "^4.17.1",
|
|
76
76
|
"express-promise-router": "^4.1.0",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"zod": "^3.22.4"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/backend-defaults": "0.10.
|
|
83
|
-
"@backstage/backend-test-utils": "1.
|
|
84
|
-
"@backstage/cli": "0.32.1
|
|
82
|
+
"@backstage/backend-defaults": "0.10.1-next.0",
|
|
83
|
+
"@backstage/backend-test-utils": "1.6.0-next.0",
|
|
84
|
+
"@backstage/cli": "0.32.1",
|
|
85
85
|
"@types/express": "^4.17.6",
|
|
86
86
|
"@types/lodash": "^4.14.151",
|
|
87
87
|
"@types/supertest": "^2.0.8",
|