@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20251203024610 → 0.0.0-nightly-20251205024409

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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20251203024610
3
+ ## 0.0.0-nightly-20251205024409
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20251203024610
10
- - @backstage/plugin-auth-backend@0.0.0-nightly-20251203024610
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20251203024610
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20251205024409
10
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20251205024409
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251205024409
12
12
  - @backstage/errors@1.2.7
13
13
 
14
14
  ## 0.4.10-next.0
package/dist/index.d.ts CHANGED
@@ -40,4 +40,5 @@ declare namespace awsAlbSignInResolvers {
40
40
  } | undefined>;
41
41
  }
42
42
 
43
- export { type AwsAlbResult, authModuleAwsAlbProvider, awsAlbAuthenticator, awsAlbSignInResolvers, authModuleAwsAlbProvider as default };
43
+ export { authModuleAwsAlbProvider, awsAlbAuthenticator, awsAlbSignInResolvers, authModuleAwsAlbProvider as default };
44
+ export type { AwsAlbResult };
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-20251203024610",
3
+ "version": "0.0.0-nightly-20251205024409",
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-20251203024610",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251205024409",
44
44
  "@backstage/errors": "1.2.7",
45
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20251203024610",
46
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251203024610",
45
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20251205024409",
46
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20251205024409",
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-20251203024610",
53
- "@backstage/cli": "0.0.0-nightly-20251203024610",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251205024409",
53
+ "@backstage/cli": "0.0.0-nightly-20251205024409",
54
54
  "@backstage/config": "1.3.6",
55
55
  "@backstage/types": "1.2.2",
56
56
  "express": "^4.22.0",