@backstage/plugin-permission-backend 0.5.19-next.2 → 0.5.19

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-backend
2
2
 
3
+ ## 0.5.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 84946a580c4: Introduced alpha export of the `permissionPlugin` for use in the new backend system, along with a `permissionModuleAllowAllPolicy` that can be used to allow all requests.
8
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.18.4
11
+ - @backstage/plugin-permission-node@0.7.7
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.5.19-next.2
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-backend",
3
- "version": "0.5.19-next.2",
3
+ "version": "0.5.19",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-backend",
3
- "version": "0.5.19-next.2",
3
+ "version": "0.5.19",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -35,13 +35,13 @@
35
35
  "clean": "backstage-cli package clean"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.18.4-next.2",
39
- "@backstage/backend-plugin-api": "^0.5.1-next.2",
38
+ "@backstage/backend-common": "^0.18.4",
39
+ "@backstage/backend-plugin-api": "^0.5.1",
40
40
  "@backstage/config": "^1.0.7",
41
41
  "@backstage/errors": "^1.1.5",
42
- "@backstage/plugin-auth-node": "^0.2.13-next.2",
43
- "@backstage/plugin-permission-common": "^0.7.5-next.0",
44
- "@backstage/plugin-permission-node": "^0.7.7-next.2",
42
+ "@backstage/plugin-auth-node": "^0.2.13",
43
+ "@backstage/plugin-permission-common": "^0.7.5",
44
+ "@backstage/plugin-permission-node": "^0.7.7",
45
45
  "@types/express": "*",
46
46
  "dataloader": "^2.0.0",
47
47
  "express": "^4.17.1",
@@ -53,7 +53,7 @@
53
53
  "zod": "^3.21.4"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.22.6-next.2",
56
+ "@backstage/cli": "^0.22.6",
57
57
  "@types/lodash": "^4.14.151",
58
58
  "@types/supertest": "^2.0.8",
59
59
  "msw": "^1.0.0",