@backstage/plugin-permission-backend 0.5.49-next.2 → 0.5.50-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-permission-backend
2
2
 
3
+ ## 0.5.50-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 094eaa3: Remove references to in-repo backend-common
8
+ - Updated dependencies
9
+ - @backstage/plugin-permission-node@0.8.4-next.0
10
+ - @backstage/plugin-auth-node@0.5.3-next.0
11
+ - @backstage/backend-plugin-api@1.0.1-next.0
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/plugin-permission-common@0.8.1
15
+
16
+ ## 0.5.49
17
+
18
+ ### Patch Changes
19
+
20
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
21
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
22
+ - fcb9356: Deprecated `createRouter` and its router options in favour of the new backend system.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.25.0
25
+ - @backstage/backend-plugin-api@1.0.0
26
+ - @backstage/plugin-auth-node@0.5.2
27
+ - @backstage/plugin-permission-node@0.8.3
28
+ - @backstage/config@1.2.0
29
+ - @backstage/errors@1.2.4
30
+ - @backstage/plugin-permission-common@0.8.1
31
+
3
32
  ## 0.5.49-next.2
4
33
 
5
34
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-backend__alpha",
3
- "version": "0.5.49-next.2",
3
+ "version": "0.5.50-next.0",
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-backend",
3
- "version": "0.5.49-next.2",
3
+ "version": "0.5.50-next.0",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "permission",
@@ -28,6 +28,7 @@
28
28
  "default": "./dist/index.cjs.js"
29
29
  },
30
30
  "./alpha": {
31
+ "backstage": "@backstage/BackendFeature",
31
32
  "require": "./dist/alpha.cjs.js",
32
33
  "types": "./dist/alpha.d.ts",
33
34
  "default": "./dist/alpha.cjs.js"
@@ -50,13 +51,13 @@
50
51
  "test": "backstage-cli package test"
51
52
  },
52
53
  "dependencies": {
53
- "@backstage/backend-common": "^0.25.0-next.2",
54
- "@backstage/backend-plugin-api": "^1.0.0-next.2",
54
+ "@backstage/backend-common": "^0.25.0",
55
+ "@backstage/backend-plugin-api": "^1.0.1-next.0",
55
56
  "@backstage/config": "^1.2.0",
56
57
  "@backstage/errors": "^1.2.4",
57
- "@backstage/plugin-auth-node": "^0.5.2-next.2",
58
+ "@backstage/plugin-auth-node": "^0.5.3-next.0",
58
59
  "@backstage/plugin-permission-common": "^0.8.1",
59
- "@backstage/plugin-permission-node": "^0.8.3-next.2",
60
+ "@backstage/plugin-permission-node": "^0.8.4-next.0",
60
61
  "@types/express": "*",
61
62
  "dataloader": "^2.0.0",
62
63
  "express": "^4.17.1",
@@ -67,8 +68,8 @@
67
68
  "zod": "^3.22.4"
68
69
  },
69
70
  "devDependencies": {
70
- "@backstage/backend-test-utils": "^1.0.0-next.2",
71
- "@backstage/cli": "^0.27.1-next.2",
71
+ "@backstage/backend-test-utils": "^1.0.1-next.0",
72
+ "@backstage/cli": "^0.28.0-next.0",
72
73
  "@types/lodash": "^4.14.151",
73
74
  "@types/supertest": "^2.0.8",
74
75
  "msw": "^1.0.0",