@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20260128025246 → 0.0.0-nightly-20260129030729
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 +4 -4
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-aws-alb-provider
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260129030729
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 7455dae: Use node prefix on native imports
|
|
8
8
|
- 69d880e: Bump to latest zod to ensure it has the latest features
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
11
|
-
- @backstage/plugin-auth-backend@0.0.0-nightly-
|
|
12
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
10
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20260129030729
|
|
11
|
+
- @backstage/plugin-auth-backend@0.0.0-nightly-20260129030729
|
|
12
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20260129030729
|
|
13
13
|
- @backstage/errors@1.2.7
|
|
14
14
|
|
|
15
15
|
## 0.4.12-next.0
|
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-20260129030729",
|
|
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-20260129030729",
|
|
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-20260129030729",
|
|
46
|
+
"@backstage/plugin-auth-node": "0.0.0-nightly-20260129030729",
|
|
47
47
|
"jose": "^5.0.0",
|
|
48
48
|
"node-cache": "^5.1.2",
|
|
49
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-20260129030729",
|
|
53
|
+
"@backstage/cli": "0.0.0-nightly-20260129030729",
|
|
54
54
|
"@backstage/config": "1.3.6",
|
|
55
55
|
"@backstage/types": "1.2.2",
|
|
56
56
|
"express": "^4.22.0",
|