@backstage/plugin-permission-node 0.8.1-next.3 → 0.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - df784fe: The MetadataResponse type has been moved to @backstage/plugin-permission-common
8
+ to match the recent move of MetadataResponseSerializedRule, and should be
9
+ imported from there going forward. To avoid an immediate breaking change, this
10
+ type is still re-exported from this package, but is marked as deprecated and
11
+ will be removed in a future release.
12
+ - 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.
13
+ - Updated dependencies
14
+ - @backstage/backend-plugin-api@0.8.0
15
+ - @backstage/backend-common@0.24.0
16
+ - @backstage/plugin-permission-common@0.8.1
17
+ - @backstage/plugin-auth-node@0.5.0
18
+ - @backstage/config@1.2.0
19
+ - @backstage/errors@1.2.4
20
+
3
21
  ## 0.8.1-next.3
4
22
 
5
23
  ### 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.1",
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.1",
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.0",
59
+ "@backstage/backend-plugin-api": "^0.8.0",
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.0",
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.0",
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"