@backstage/plugin-permission-common 0.7.7 → 0.7.8-next.1

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 +20 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
+ ## 0.7.8-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.1.0-next.1
9
+ - @backstage/errors@1.2.1
10
+ - @backstage/types@1.1.0
11
+
12
+ ## 0.7.8-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/config@1.1.0-next.0
18
+ - @backstage/errors@1.2.1
19
+ - @backstage/types@1.1.0
20
+
3
21
  ## 0.7.7
4
22
 
5
23
  ### Patch Changes
@@ -433,7 +451,7 @@
433
451
 
434
452
  - 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
453
 
436
- **BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend.
454
+ **BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/plugin-permission-backend.
437
455
 
438
456
  ### Patch Changes
439
457
 
@@ -446,7 +464,7 @@
446
464
 
447
465
  - 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
466
 
449
- **BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend.
467
+ **BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/plugin-permission-backend.
450
468
 
451
469
  ### Patch Changes
452
470
 
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.7",
4
+ "version": "0.7.8-next.1",
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.8",
44
+ "@backstage/config": "^1.1.0-next.1",
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.9",
52
+ "@backstage/cli": "^0.22.13-next.2",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "module": "dist/index.esm.js"