@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250116022939 → 0.0.0-nightly-20250122023023

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 +15 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20250116022939
3
+ ## 0.0.0-nightly-20250122023023
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250116022939
9
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250116022939
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20250116022939
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250122023023
9
+ - @backstage/errors@1.2.7
10
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250122023023
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250122023023
12
+
13
+ ## 0.3.3-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@1.2.0-next.0
19
+ - @backstage/errors@1.2.7
20
+ - @backstage/plugin-auth-backend@0.24.3-next.0
21
+ - @backstage/plugin-auth-node@0.5.7-next.0
11
22
 
12
23
  ## 0.3.2
13
24
 
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-20250116022939",
3
+ "version": "0.0.0-nightly-20250122023023",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,16 +37,16 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250116022939",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250122023023",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250116022939",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250116022939",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250122023023",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250122023023",
44
44
  "jose": "^5.0.0",
45
45
  "node-cache": "^5.1.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20250116022939",
49
- "@backstage/cli": "0.29.5",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250122023023",
49
+ "@backstage/cli": "0.0.0-nightly-20250122023023",
50
50
  "@backstage/config": "1.3.2",
51
51
  "express": "^4.18.2",
52
52
  "msw": "^2.0.8"