@backstage/plugin-permission-node 0.7.7-next.2 → 0.7.7

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,20 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
+ ## 0.7.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 788f0f5a152: Introduced alpha export of the `policyExtensionPoint` for use in the new backend system.
8
+ - 71fd0966d10: Added createConditionAuthorizer utility function, which takes some permission conditions and returns a function that returns a definitive authorization result given a decision and a resource.
9
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
10
+ - Updated dependencies
11
+ - @backstage/backend-common@0.18.4
12
+ - @backstage/plugin-permission-common@0.7.5
13
+ - @backstage/plugin-auth-node@0.2.13
14
+ - @backstage/backend-plugin-api@0.5.1
15
+ - @backstage/config@1.0.7
16
+ - @backstage/errors@1.1.5
17
+
3
18
  ## 0.7.7-next.2
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-node",
3
- "version": "0.7.7-next.2",
3
+ "version": "0.7.7",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-node",
3
3
  "description": "Common permission and authorization utilities for backend plugins",
4
- "version": "0.7.7-next.2",
4
+ "version": "0.7.7",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,12 +46,12 @@
46
46
  "start": "backstage-cli package start"
47
47
  },
48
48
  "dependencies": {
49
- "@backstage/backend-common": "^0.18.4-next.2",
50
- "@backstage/backend-plugin-api": "^0.5.1-next.2",
49
+ "@backstage/backend-common": "^0.18.4",
50
+ "@backstage/backend-plugin-api": "^0.5.1",
51
51
  "@backstage/config": "^1.0.7",
52
52
  "@backstage/errors": "^1.1.5",
53
- "@backstage/plugin-auth-node": "^0.2.13-next.2",
54
- "@backstage/plugin-permission-common": "^0.7.5-next.0",
53
+ "@backstage/plugin-auth-node": "^0.2.13",
54
+ "@backstage/plugin-permission-common": "^0.7.5",
55
55
  "@types/express": "^4.17.6",
56
56
  "express": "^4.17.1",
57
57
  "express-promise-router": "^4.1.0",
@@ -59,8 +59,8 @@
59
59
  "zod-to-json-schema": "^3.20.4"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/backend-test-utils": "^0.1.36-next.2",
63
- "@backstage/cli": "^0.22.6-next.2",
62
+ "@backstage/backend-test-utils": "^0.1.36",
63
+ "@backstage/cli": "^0.22.6",
64
64
  "@types/supertest": "^2.0.8",
65
65
  "msw": "^1.0.0",
66
66
  "supertest": "^6.1.3"