@backstage/plugin-permission-common 0.7.7 → 0.7.8-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 +11 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-permission-common
|
|
2
2
|
|
|
3
|
+
## 0.7.8-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/config@1.1.0-next.0
|
|
9
|
+
- @backstage/errors@1.2.1
|
|
10
|
+
- @backstage/types@1.1.0
|
|
11
|
+
|
|
3
12
|
## 0.7.7
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -433,7 +442,7 @@
|
|
|
433
442
|
|
|
434
443
|
- b768259244: **BREAKING**: Authorize API request and response types have been updated. The existing `AuthorizeRequest` and `AuthorizeResponse` types now match the entire request and response objects for the /authorize endpoint, and new types `AuthorizeQuery` and `AuthorizeDecision` have been introduced for individual items in the request and response batches respectively.
|
|
435
444
|
|
|
436
|
-
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend.
|
|
445
|
+
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/plugin-permission-backend.
|
|
437
446
|
|
|
438
447
|
### Patch Changes
|
|
439
448
|
|
|
@@ -446,7 +455,7 @@
|
|
|
446
455
|
|
|
447
456
|
- b768259244: **BREAKING**: Authorize API request and response types have been updated. The existing `AuthorizeRequest` and `AuthorizeResponse` types now match the entire request and response objects for the /authorize endpoint, and new types `AuthorizeQuery` and `AuthorizeDecision` have been introduced for individual items in the request and response batches respectively.
|
|
448
457
|
|
|
449
|
-
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend.
|
|
458
|
+
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/plugin-permission-backend.
|
|
450
459
|
|
|
451
460
|
### Patch Changes
|
|
452
461
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-permission-common",
|
|
3
3
|
"description": "Isomorphic types and client for Backstage permissions and authorization",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.8-next.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"url": "https://github.com/backstage/backstage/issues"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@backstage/config": "^1.0.
|
|
44
|
+
"@backstage/config": "^1.1.0-next.0",
|
|
45
45
|
"@backstage/errors": "^1.2.1",
|
|
46
46
|
"@backstage/types": "^1.1.0",
|
|
47
47
|
"cross-fetch": "^3.1.5",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"zod": "^3.21.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/cli": "^0.22.
|
|
52
|
+
"@backstage/cli": "^0.22.13-next.1",
|
|
53
53
|
"msw": "^1.0.0"
|
|
54
54
|
},
|
|
55
55
|
"module": "dist/index.esm.js"
|