@backstage/plugin-permission-node 0.10.0-next.1 → 0.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4da2965: Fixed an issue causing the `PermissionClient` to exhaust the request body size limit too quickly when making many requests.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/plugin-auth-node@0.6.3
13
+ - @backstage/backend-plugin-api@1.3.1
14
+ - @backstage/plugin-permission-common@0.9.0
15
+ - @backstage/config@1.3.2
16
+ - @backstage/errors@1.2.7
17
+
18
+ ## 0.10.0-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/plugin-auth-node@0.6.3-next.2
24
+ - @backstage/backend-plugin-api@1.3.1-next.2
25
+ - @backstage/config@1.3.2
26
+ - @backstage/errors@1.2.7
27
+ - @backstage/plugin-permission-common@0.9.0-next.0
28
+
3
29
  ## 0.10.0-next.1
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-node",
3
- "version": "0.10.0-next.1",
3
+ "version": "0.10.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.3.1-next.1",
68
- "@backstage/config": "1.3.2",
69
- "@backstage/errors": "1.2.7",
70
- "@backstage/plugin-auth-node": "0.6.3-next.1",
71
- "@backstage/plugin-permission-common": "0.9.0-next.0",
67
+ "@backstage/backend-plugin-api": "^1.3.1",
68
+ "@backstage/config": "^1.3.2",
69
+ "@backstage/errors": "^1.2.7",
70
+ "@backstage/plugin-auth-node": "^0.6.3",
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.0-next.1",
80
- "@backstage/backend-test-utils": "1.5.0-next.1",
81
- "@backstage/cli": "0.32.1-next.1",
79
+ "@backstage/backend-defaults": "^0.10.0",
80
+ "@backstage/backend-test-utils": "^1.5.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"