@backstage/plugin-permission-node 0.10.0-next.2 → 0.10.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 +23 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-permission-node
|
|
2
2
|
|
|
3
|
+
## 0.10.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
|
+
|
|
11
|
+
## 0.10.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 4da2965: Fixed an issue causing the `PermissionClient` to exhaust the request body size limit too quickly when making many requests.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/plugin-auth-node@0.6.3
|
|
21
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
22
|
+
- @backstage/plugin-permission-common@0.9.0
|
|
23
|
+
- @backstage/config@1.3.2
|
|
24
|
+
- @backstage/errors@1.2.7
|
|
25
|
+
|
|
3
26
|
## 0.10.0-next.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-permission-node",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1-next.0",
|
|
4
4
|
"description": "Common permission and authorization utilities for backend plugins",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"test": "backstage-cli package test"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@backstage/backend-plugin-api": "1.
|
|
67
|
+
"@backstage/backend-plugin-api": "1.4.0-next.0",
|
|
68
68
|
"@backstage/config": "1.3.2",
|
|
69
69
|
"@backstage/errors": "1.2.7",
|
|
70
|
-
"@backstage/plugin-auth-node": "0.6.
|
|
71
|
-
"@backstage/plugin-permission-common": "0.9.0
|
|
70
|
+
"@backstage/plugin-auth-node": "0.6.4-next.0",
|
|
71
|
+
"@backstage/plugin-permission-common": "0.9.0",
|
|
72
72
|
"@types/express": "^4.17.6",
|
|
73
73
|
"express": "^4.17.1",
|
|
74
74
|
"express-promise-router": "^4.1.0",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"zod-to-json-schema": "^3.20.4"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@backstage/backend-defaults": "0.10.
|
|
80
|
-
"@backstage/backend-test-utils": "1.
|
|
81
|
-
"@backstage/cli": "0.32.1
|
|
79
|
+
"@backstage/backend-defaults": "0.10.1-next.0",
|
|
80
|
+
"@backstage/backend-test-utils": "1.6.0-next.0",
|
|
81
|
+
"@backstage/cli": "0.32.1",
|
|
82
82
|
"@types/supertest": "^2.0.8",
|
|
83
83
|
"msw": "^1.0.0",
|
|
84
84
|
"supertest": "^7.0.0"
|