@backstage/plugin-permission-node 0.8.1-next.3 → 0.8.2

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,32 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
+ ## 0.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.24.1
9
+ - @backstage/plugin-auth-node@0.5.1
10
+ - @backstage/backend-plugin-api@0.8.1
11
+
12
+ ## 0.8.1
13
+
14
+ ### Patch Changes
15
+
16
+ - df784fe: The MetadataResponse type has been moved to @backstage/plugin-permission-common
17
+ to match the recent move of MetadataResponseSerializedRule, and should be
18
+ imported from there going forward. To avoid an immediate breaking change, this
19
+ type is still re-exported from this package, but is marked as deprecated and
20
+ will be removed in a future release.
21
+ - 5cd9878: The MetadataResponseSerializedRule type has been moved to @backstage/plugin-permission-common, and should be imported from there going forward. To avoid an immediate breaking change, this type is still re-exported from this package, but is marked as deprecated and will be removed in a future release.
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.8.0
24
+ - @backstage/backend-common@0.24.0
25
+ - @backstage/plugin-permission-common@0.8.1
26
+ - @backstage/plugin-auth-node@0.5.0
27
+ - @backstage/config@1.2.0
28
+ - @backstage/errors@1.2.4
29
+
3
30
  ## 0.8.1-next.3
4
31
 
5
32
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-node__alpha",
3
- "version": "0.8.1-next.3",
3
+ "version": "0.8.2",
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-node",
3
- "version": "0.8.1-next.3",
3
+ "version": "0.8.2",
4
4
  "description": "Common permission and authorization utilities for backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -55,12 +55,12 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "dependencies": {
58
- "@backstage/backend-common": "^0.23.4-next.3",
59
- "@backstage/backend-plugin-api": "^0.8.0-next.3",
58
+ "@backstage/backend-common": "^0.24.1",
59
+ "@backstage/backend-plugin-api": "^0.8.1",
60
60
  "@backstage/config": "^1.2.0",
61
61
  "@backstage/errors": "^1.2.4",
62
- "@backstage/plugin-auth-node": "^0.5.0-next.3",
63
- "@backstage/plugin-permission-common": "^0.8.1-next.1",
62
+ "@backstage/plugin-auth-node": "^0.5.1",
63
+ "@backstage/plugin-permission-common": "^0.8.1",
64
64
  "@types/express": "^4.17.6",
65
65
  "express": "^4.17.1",
66
66
  "express-promise-router": "^4.1.0",
@@ -68,8 +68,8 @@
68
68
  "zod-to-json-schema": "^3.20.4"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "^0.4.5-next.3",
72
- "@backstage/cli": "^0.27.0-next.4",
71
+ "@backstage/backend-test-utils": "^0.5.1",
72
+ "@backstage/cli": "^0.27.0",
73
73
  "@types/supertest": "^2.0.8",
74
74
  "msw": "^1.0.0",
75
75
  "supertest": "^6.1.3"