@backstage/plugin-permission-node 0.7.16 → 0.7.17

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,22 +1,52 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
- ## 0.7.16
3
+ ## 0.7.17
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.3.2
9
- - @backstage/backend-plugin-api@0.6.5
10
- - @backstage/backend-common@0.19.7
8
+ - @backstage/backend-common@0.19.8
9
+ - @backstage/plugin-auth-node@0.4.0
10
+ - @backstage/errors@1.2.3
11
+ - @backstage/backend-plugin-api@0.6.6
12
+ - @backstage/config@1.1.1
13
+ - @backstage/plugin-permission-common@0.7.9
11
14
 
12
- ## 0.7.15
15
+ ## 0.7.17-next.2
13
16
 
14
17
  ### Patch Changes
15
18
 
16
19
  - Updated dependencies
17
- - @backstage/plugin-auth-node@0.3.1
18
- - @backstage/backend-plugin-api@0.6.4
19
- - @backstage/backend-common@0.19.6
20
+ - @backstage/backend-common@0.19.8-next.2
21
+ - @backstage/plugin-auth-node@0.4.0-next.2
22
+ - @backstage/errors@1.2.3-next.0
23
+ - @backstage/backend-plugin-api@0.6.6-next.2
24
+ - @backstage/config@1.1.1-next.0
25
+ - @backstage/plugin-permission-common@0.7.9-next.0
26
+
27
+ ## 0.7.16-next.1
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.19.7-next.1
33
+ - @backstage/backend-plugin-api@0.6.5-next.1
34
+ - @backstage/plugin-auth-node@0.3.2-next.1
35
+ - @backstage/config@1.1.0
36
+ - @backstage/errors@1.2.2
37
+ - @backstage/plugin-permission-common@0.7.8
38
+
39
+ ## 0.7.16-next.0
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies
44
+ - @backstage/plugin-auth-node@0.3.2-next.0
45
+ - @backstage/backend-common@0.19.7-next.0
46
+ - @backstage/config@1.1.0
47
+ - @backstage/backend-plugin-api@0.6.5-next.0
48
+ - @backstage/errors@1.2.2
49
+ - @backstage/plugin-permission-common@0.7.8
20
50
 
21
51
  ## 0.7.14
22
52
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-node",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
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.16",
4
+ "version": "0.7.17",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,12 +44,12 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-common": "^0.19.7",
48
- "@backstage/backend-plugin-api": "^0.6.5",
49
- "@backstage/config": "^1.1.0",
50
- "@backstage/errors": "^1.2.2",
51
- "@backstage/plugin-auth-node": "^0.3.2",
52
- "@backstage/plugin-permission-common": "^0.7.8",
47
+ "@backstage/backend-common": "^0.19.8",
48
+ "@backstage/backend-plugin-api": "^0.6.6",
49
+ "@backstage/config": "^1.1.1",
50
+ "@backstage/errors": "^1.2.3",
51
+ "@backstage/plugin-auth-node": "^0.4.0",
52
+ "@backstage/plugin-permission-common": "^0.7.9",
53
53
  "@types/express": "^4.17.6",
54
54
  "express": "^4.17.1",
55
55
  "express-promise-router": "^4.1.0",
@@ -57,8 +57,8 @@
57
57
  "zod-to-json-schema": "^3.20.4"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "^0.2.6",
61
- "@backstage/cli": "^0.22.13",
60
+ "@backstage/backend-test-utils": "^0.2.7",
61
+ "@backstage/cli": "^0.23.0",
62
62
  "@types/supertest": "^2.0.8",
63
63
  "msw": "^1.0.0",
64
64
  "supertest": "^6.1.3"