@backstage/plugin-auth-backend-module-aws-alb-provider 0.4.4-next.1 → 0.4.4
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 +11 -0
- package/dist/index.d.ts +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-aws-alb-provider
|
|
2
2
|
|
|
3
|
+
## 0.4.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c83cd8b: Fixed some circular or otherwise unclear imports
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-auth-node@0.6.4
|
|
10
|
+
- @backstage/backend-plugin-api@1.4.0
|
|
11
|
+
- @backstage/errors@1.2.7
|
|
12
|
+
- @backstage/plugin-auth-backend@0.25.1
|
|
13
|
+
|
|
3
14
|
## 0.4.4-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
|
|
2
|
+
import { PassportProfile } from '@backstage/plugin-auth-node';
|
|
2
3
|
import * as crypto from 'crypto';
|
|
3
4
|
import * as jose from 'jose';
|
|
4
|
-
import { PassportProfile } from '@backstage/plugin-auth-node/';
|
|
5
5
|
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
6
6
|
|
|
7
7
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
|
|
3
|
-
"version": "0.4.4
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "The aws-alb provider module for the Backstage auth backend.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"test": "backstage-cli package test"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@backstage/backend-plugin-api": "1.4.0
|
|
44
|
-
"@backstage/errors": "1.2.7",
|
|
45
|
-
"@backstage/plugin-auth-backend": "0.25.1
|
|
46
|
-
"@backstage/plugin-auth-node": "0.6.4
|
|
43
|
+
"@backstage/backend-plugin-api": "^1.4.0",
|
|
44
|
+
"@backstage/errors": "^1.2.7",
|
|
45
|
+
"@backstage/plugin-auth-backend": "^0.25.1",
|
|
46
|
+
"@backstage/plugin-auth-node": "^0.6.4",
|
|
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": "1.6.0
|
|
53
|
-
"@backstage/cli": "0.
|
|
54
|
-
"@backstage/config": "1.3.2",
|
|
55
|
-
"@backstage/types": "1.2.1",
|
|
52
|
+
"@backstage/backend-test-utils": "^1.6.0",
|
|
53
|
+
"@backstage/cli": "^0.33.0",
|
|
54
|
+
"@backstage/config": "^1.3.2",
|
|
55
|
+
"@backstage/types": "^1.2.1",
|
|
56
56
|
"express": "^4.18.2",
|
|
57
57
|
"msw": "^2.0.8"
|
|
58
58
|
},
|