@backstage/plugin-permission-node 0.7.6-next.1 → 0.7.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
+ ## 0.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 27a103ca07b: Changed the `createPermissionIntegrationRouter` API to allow `getResources`, `resourceType` and `rules` to be optional
8
+ - 37e9215c793: Update the service-to-service auth docs URL in error message.
9
+ ``
10
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
11
+ - Updated dependencies
12
+ - @backstage/plugin-auth-node@0.2.12
13
+ - @backstage/backend-common@0.18.3
14
+ - @backstage/errors@1.1.5
15
+ - @backstage/plugin-permission-common@0.7.4
16
+ - @backstage/config@1.0.7
17
+
18
+ ## 0.7.6-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/plugin-auth-node@0.2.12-next.2
24
+ - @backstage/backend-common@0.18.3-next.2
25
+ - @backstage/config@1.0.7-next.0
26
+
3
27
  ## 0.7.6-next.1
4
28
 
5
29
  ### Patch Changes
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.6-next.1",
4
+ "version": "0.7.6",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,11 +33,11 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.18.3-next.1",
37
- "@backstage/config": "^1.0.7-next.0",
38
- "@backstage/errors": "^1.1.5-next.0",
39
- "@backstage/plugin-auth-node": "^0.2.12-next.1",
40
- "@backstage/plugin-permission-common": "^0.7.4-next.0",
36
+ "@backstage/backend-common": "^0.18.3",
37
+ "@backstage/config": "^1.0.7",
38
+ "@backstage/errors": "^1.1.5",
39
+ "@backstage/plugin-auth-node": "^0.2.12",
40
+ "@backstage/plugin-permission-common": "^0.7.4",
41
41
  "@types/express": "^4.17.6",
42
42
  "express": "^4.17.1",
43
43
  "express-promise-router": "^4.1.0",
@@ -45,8 +45,8 @@
45
45
  "zod-to-json-schema": "~3.18.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.1.35-next.1",
49
- "@backstage/cli": "^0.22.4-next.1",
48
+ "@backstage/backend-test-utils": "^0.1.35",
49
+ "@backstage/cli": "^0.22.4",
50
50
  "@types/supertest": "^2.0.8",
51
51
  "msw": "^1.0.0",
52
52
  "supertest": "^6.1.3"