@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20260119025541 → 0.0.0-nightly-20260127025640
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 +14 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-aws-alb-provider
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260127025640
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- 69d880e: Bump to latest zod to ensure it has the latest features
|
|
7
8
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-
|
|
9
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
10
|
-
- @backstage/
|
|
9
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
|
|
10
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20260127025640
|
|
11
|
+
- @backstage/plugin-auth-backend@0.0.0-nightly-20260127025640
|
|
11
12
|
- @backstage/errors@1.2.7
|
|
12
13
|
|
|
14
|
+
## 0.4.11
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/backend-plugin-api@1.6.1
|
|
20
|
+
- @backstage/plugin-auth-backend@0.26.0
|
|
21
|
+
- @backstage/plugin-auth-node@0.6.11
|
|
22
|
+
|
|
13
23
|
## 0.4.11-next.0
|
|
14
24
|
|
|
15
25
|
### Patch Changes
|
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-
|
|
3
|
+
"version": "0.0.0-nightly-20260127025640",
|
|
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-
|
|
43
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20260127025640",
|
|
44
44
|
"@backstage/errors": "1.2.7",
|
|
45
|
-
"@backstage/plugin-auth-backend": "0.0.0-nightly-
|
|
46
|
-
"@backstage/plugin-auth-node": "0.0.0-nightly-
|
|
45
|
+
"@backstage/plugin-auth-backend": "0.0.0-nightly-20260127025640",
|
|
46
|
+
"@backstage/plugin-auth-node": "0.0.0-nightly-20260127025640",
|
|
47
47
|
"jose": "^5.0.0",
|
|
48
48
|
"node-cache": "^5.1.2",
|
|
49
|
-
"zod": "^3.
|
|
49
|
+
"zod": "^3.25.76"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
53
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
52
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20260127025640",
|
|
53
|
+
"@backstage/cli": "0.0.0-nightly-20260127025640",
|
|
54
54
|
"@backstage/config": "1.3.6",
|
|
55
55
|
"@backstage/types": "1.2.2",
|
|
56
56
|
"express": "^4.22.0",
|