@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250519024120 → 0.0.0-nightly-20250528023957

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 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,32 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20250519024120
3
+ ## 0.0.0-nightly-20250528023957
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250528023957
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250528023957
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250528023957
11
+
12
+ ## 0.4.4-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@1.4.0-next.0
18
+ - @backstage/plugin-auth-backend@0.25.1-next.0
19
+ - @backstage/plugin-auth-node@0.6.4-next.0
20
+
21
+ ## 0.4.3
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
8
26
  - Updated dependencies
9
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250519024120
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20250519024120
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250519024120
27
+ - @backstage/plugin-auth-backend@0.25.0
28
+ - @backstage/plugin-auth-node@0.6.3
29
+ - @backstage/backend-plugin-api@1.3.1
12
30
  - @backstage/errors@1.2.7
13
31
 
14
32
  ## 0.4.3-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
3
- "version": "0.0.0-nightly-20250519024120",
3
+ "version": "0.0.0-nightly-20250528023957",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,17 +40,17 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250519024120",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250528023957",
44
44
  "@backstage/errors": "1.2.7",
45
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250519024120",
46
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250519024120",
45
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250528023957",
46
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250528023957",
47
47
  "jose": "^5.0.0",
48
48
  "node-cache": "^5.1.2",
49
49
  "zod": "^3.22.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20250519024120",
53
- "@backstage/cli": "0.0.0-nightly-20250519024120",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250528023957",
53
+ "@backstage/cli": "0.32.1",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/types": "1.2.1",
56
56
  "express": "^4.18.2",