@backstage/plugin-permission-react 0.4.39-next.0 → 0.4.40-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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-permission-react
2
2
 
3
+ ## 0.4.40-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.12.2-next.0
9
+ - @backstage/plugin-permission-common@0.9.5-next.0
10
+ - @backstage/config@1.3.6
11
+
12
+ ## 0.4.39
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/core-plugin-api@1.12.1
18
+
3
19
  ## 0.4.39-next.0
4
20
 
5
21
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -121,4 +121,5 @@ declare class IdentityPermissionApi implements PermissionApi {
121
121
  authorize(request: AuthorizePermissionRequest): Promise<AuthorizePermissionResponse>;
122
122
  }
123
123
 
124
- export { type AsyncPermissionResult, IdentityPermissionApi, type PermissionApi, PermissionedRoute, RequirePermission, type RequirePermissionProps, permissionApiRef, usePermission };
124
+ export { IdentityPermissionApi, PermissionedRoute, RequirePermission, permissionApiRef, usePermission };
125
+ export type { AsyncPermissionResult, PermissionApi, RequirePermissionProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-react",
3
- "version": "0.4.39-next.0",
3
+ "version": "0.4.40-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "permission",
@@ -43,13 +43,13 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@backstage/config": "1.3.6",
46
- "@backstage/core-plugin-api": "1.12.1-next.0",
47
- "@backstage/plugin-permission-common": "0.9.3",
46
+ "@backstage/core-plugin-api": "1.12.2-next.0",
47
+ "@backstage/plugin-permission-common": "0.9.5-next.0",
48
48
  "swr": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.34.6-next.0",
52
- "@backstage/test-utils": "1.7.14-next.0",
51
+ "@backstage/cli": "0.35.3-next.0",
52
+ "@backstage/test-utils": "1.7.15-next.0",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@testing-library/react": "^16.0.0",
55
55
  "@types/react": "^18.0.0",