@backstage/plugin-permission-node 0.7.6-next.2 → 0.7.7-next.0

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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
+ ## 0.7.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.4-next.0
9
+ - @backstage/config@1.0.7
10
+ - @backstage/errors@1.1.5
11
+ - @backstage/plugin-auth-node@0.2.13-next.0
12
+ - @backstage/plugin-permission-common@0.7.4
13
+
14
+ ## 0.7.6
15
+
16
+ ### Patch Changes
17
+
18
+ - 27a103ca07b: Changed the `createPermissionIntegrationRouter` API to allow `getResources`, `resourceType` and `rules` to be optional
19
+ - 37e9215c793: Update the service-to-service auth docs URL in error message.
20
+ ``
21
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
22
+ - Updated dependencies
23
+ - @backstage/plugin-auth-node@0.2.12
24
+ - @backstage/backend-common@0.18.3
25
+ - @backstage/errors@1.1.5
26
+ - @backstage/plugin-permission-common@0.7.4
27
+ - @backstage/config@1.0.7
28
+
3
29
  ## 0.7.6-next.2
4
30
 
5
31
  ### 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.2",
4
+ "version": "0.7.7-next.0",
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.2",
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.2",
40
- "@backstage/plugin-permission-common": "^0.7.4-next.0",
36
+ "@backstage/backend-common": "^0.18.4-next.0",
37
+ "@backstage/config": "^1.0.7",
38
+ "@backstage/errors": "^1.1.5",
39
+ "@backstage/plugin-auth-node": "^0.2.13-next.0",
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.2",
49
- "@backstage/cli": "^0.22.4-next.1",
48
+ "@backstage/backend-test-utils": "^0.1.36-next.0",
49
+ "@backstage/cli": "^0.22.6-next.0",
50
50
  "@types/supertest": "^2.0.8",
51
51
  "msw": "^1.0.0",
52
52
  "supertest": "^6.1.3"