@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20250130022848 → 0.0.0-nightly-20250201023026

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