@backstage/plugin-permission-node 0.7.30-next.3 → 0.7.31

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.7.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/plugin-auth-node@0.4.15
10
+ - @backstage/backend-plugin-api@0.6.20
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/plugin-permission-common@0.7.14
14
+
15
+ ## 0.7.30
16
+
17
+ ### Patch Changes
18
+
19
+ - 9e63318: Ensure that service token access restrictions, when present, are taken into account
20
+ - d44a20a: Added additional plugin metadata to `package.json`.
21
+ - c7b0dd1: Import `tokenManager` definition from `@backstage/backend-plugin-api`
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.23.0
24
+ - @backstage/backend-plugin-api@0.6.19
25
+ - @backstage/plugin-auth-node@0.4.14
26
+ - @backstage/plugin-permission-common@0.7.14
27
+ - @backstage/config@1.2.0
28
+ - @backstage/errors@1.2.4
29
+
3
30
  ## 0.7.30-next.3
4
31
 
5
32
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-permission-node",
3
- "version": "0.7.30-next.3",
2
+ "name": "@backstage/plugin-permission-node__alpha",
3
+ "version": "0.7.31",
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.7.30-next.3",
3
+ "version": "0.7.31",
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.0-next.3",
59
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
58
+ "@backstage/backend-common": "^0.23.1",
59
+ "@backstage/backend-plugin-api": "^0.6.20",
60
60
  "@backstage/config": "^1.2.0",
61
61
  "@backstage/errors": "^1.2.4",
62
- "@backstage/plugin-auth-node": "^0.4.14-next.3",
63
- "@backstage/plugin-permission-common": "^0.7.14-next.0",
62
+ "@backstage/plugin-auth-node": "^0.4.15",
63
+ "@backstage/plugin-permission-common": "^0.7.14",
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.0-next.3",
72
- "@backstage/cli": "^0.26.7-next.3",
71
+ "@backstage/backend-test-utils": "^0.4.1",
72
+ "@backstage/cli": "^0.26.8",
73
73
  "@types/supertest": "^2.0.8",
74
74
  "msw": "^1.0.0",
75
75
  "supertest": "^6.1.3"