@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250127022950 → 0.0.0-nightly-20250129022746

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,14 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20250127022950
3
+ ## 0.0.0-nightly-20250129022746
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250127022950
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250129022746
9
9
  - @backstage/errors@1.2.7
10
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250127022950
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20250127022950
10
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250129022746
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250129022746
12
+
13
+ ## 0.3.3-next.1
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.1
21
+ - @backstage/plugin-auth-node@0.5.7-next.0
12
22
 
13
23
  ## 0.3.3-next.0
14
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-20250127022950",
3
+ "version": "0.0.0-nightly-20250129022746",
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-20250127022950",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250129022746",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250127022950",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250127022950",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250129022746",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250129022746",
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-20250127022950",
49
- "@backstage/cli": "0.0.0-nightly-20250127022950",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250129022746",
49
+ "@backstage/cli": "0.0.0-nightly-20250129022746",
50
50
  "@backstage/config": "1.3.2",
51
51
  "express": "^4.18.2",
52
52
  "msw": "^2.0.8"