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

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