@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250211023050 → 0.0.0-nightly-20250212023001

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 +14 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20250211023050
3
+ ## 0.0.0-nightly-20250212023001
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,20 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250211023050
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20250211023050
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250212023001
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250212023001
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250212023001
16
+
17
+ ## 0.4.0-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@1.2.0-next.2
23
+ - @backstage/plugin-auth-backend@0.24.3-next.3
24
+ - @backstage/plugin-auth-node@0.6.0-next.2
14
25
  - @backstage/errors@1.2.7
15
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250211023050
16
26
 
17
27
  ## 0.4.0-next.2
18
28
 
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-20250211023050",
3
+ "version": "0.0.0-nightly-20250212023001",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,16 +40,16 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250211023050",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250212023001",
44
44
  "@backstage/errors": "1.2.7",
45
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250211023050",
46
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250211023050",
45
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250212023001",
46
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250212023001",
47
47
  "jose": "^5.0.0",
48
48
  "node-cache": "^5.1.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "0.0.0-nightly-20250211023050",
52
- "@backstage/cli": "0.0.0-nightly-20250211023050",
51
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250212023001",
52
+ "@backstage/cli": "0.0.0-nightly-20250212023001",
53
53
  "@backstage/config": "1.3.2",
54
54
  "@backstage/types": "1.2.1",
55
55
  "express": "^4.18.2",