@backstage/plugin-auth-backend-module-oidc-provider 0.4.13-next.1 → 0.4.14-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 +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
+ ## 0.4.14-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-backend@0.27.1-next.0
9
+ - @backstage/backend-plugin-api@1.7.1-next.0
10
+ - @backstage/config@1.3.6
11
+ - @backstage/types@1.2.2
12
+ - @backstage/plugin-auth-node@0.6.14-next.0
13
+
14
+ ## 0.4.13
15
+
16
+ ### Patch Changes
17
+
18
+ - 7455dae: Use node prefix on native imports
19
+ - 69d880e: Bump to latest zod to ensure it has the latest features
20
+ - Updated dependencies
21
+ - @backstage/plugin-auth-backend@0.27.0
22
+ - @backstage/backend-plugin-api@1.7.0
23
+ - @backstage/plugin-auth-node@0.6.13
24
+
3
25
  ## 0.4.13-next.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-oidc-provider",
3
- "version": "0.4.13-next.1",
3
+ "version": "0.4.14-next.0",
4
4
  "description": "The oidc-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,10 +37,10 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "1.7.0-next.1",
40
+ "@backstage/backend-plugin-api": "1.7.1-next.0",
41
41
  "@backstage/config": "1.3.6",
42
- "@backstage/plugin-auth-backend": "0.27.0-next.1",
43
- "@backstage/plugin-auth-node": "0.6.13-next.1",
42
+ "@backstage/plugin-auth-backend": "0.27.1-next.0",
43
+ "@backstage/plugin-auth-node": "0.6.14-next.0",
44
44
  "@backstage/types": "1.2.2",
45
45
  "express": "^4.22.0",
46
46
  "openid-client": "^5.5.0",
@@ -48,9 +48,9 @@
48
48
  "zod": "^3.25.76"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-defaults": "0.15.2-next.1",
52
- "@backstage/backend-test-utils": "1.11.0-next.1",
53
- "@backstage/cli": "0.35.4-next.2",
51
+ "@backstage/backend-defaults": "0.15.3-next.0",
52
+ "@backstage/backend-test-utils": "1.11.1-next.0",
53
+ "@backstage/cli": "0.35.5-next.0",
54
54
  "@backstage/config": "1.3.6",
55
55
  "@backstage/types": "1.2.2",
56
56
  "cookie-parser": "^1.4.6",