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

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,30 @@
1
1
  # @backstage/plugin-permission-node
2
2
 
3
+ ## 0.7.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 0502d82: The `ServerPermissionClient` has been migrated to implement the `PermissionsService` interface, now accepting the new `BackstageCredentials` object in addition to the `token` option, which is now deprecated. It now also optionally depends on the new `AuthService`.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.4
10
+ - @backstage/plugin-auth-node@0.4.9
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/backend-plugin-api@0.6.14
14
+ - @backstage/plugin-permission-common@0.7.13
15
+
16
+ ## 0.7.25-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-common@0.21.4-next.2
22
+ - @backstage/plugin-auth-node@0.4.9-next.2
23
+ - @backstage/backend-plugin-api@0.6.14-next.2
24
+ - @backstage/config@1.2.0-next.1
25
+ - @backstage/errors@1.2.4-next.0
26
+ - @backstage/plugin-permission-common@0.7.13-next.1
27
+
3
28
  ## 0.7.25-next.1
4
29
 
5
30
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-node",
3
- "version": "0.7.25-next.1",
3
+ "version": "0.7.25",
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.25-next.1",
4
+ "version": "0.7.25",
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.21.4-next.1",
48
- "@backstage/backend-plugin-api": "^0.6.14-next.1",
49
- "@backstage/config": "^1.2.0-next.1",
50
- "@backstage/errors": "^1.2.4-next.0",
51
- "@backstage/plugin-auth-node": "^0.4.9-next.1",
52
- "@backstage/plugin-permission-common": "^0.7.13-next.1",
47
+ "@backstage/backend-common": "^0.21.4",
48
+ "@backstage/backend-plugin-api": "^0.6.14",
49
+ "@backstage/config": "^1.2.0",
50
+ "@backstage/errors": "^1.2.4",
51
+ "@backstage/plugin-auth-node": "^0.4.9",
52
+ "@backstage/plugin-permission-common": "^0.7.13",
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.3.4-next.1",
61
- "@backstage/cli": "^0.25.3-next.1",
60
+ "@backstage/backend-test-utils": "^0.3.4",
61
+ "@backstage/cli": "^0.26.0",
62
62
  "@types/supertest": "^2.0.8",
63
63
  "msw": "^1.0.0",
64
64
  "supertest": "^6.1.3"