@venturekit/auth 0.0.0-dev.20260311071358 → 0.0.0-dev.20260312002737
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.
|
@@ -72,7 +72,7 @@ export interface UserPoolInfraConfig {
|
|
|
72
72
|
* Build Cognito User Pool configuration for infrastructure layer
|
|
73
73
|
*
|
|
74
74
|
* This returns a configuration object that @venturekit/infra uses
|
|
75
|
-
* to create the actual Cognito resources via
|
|
75
|
+
* to create the actual Cognito resources via CDK.
|
|
76
76
|
*/
|
|
77
77
|
export declare function buildUserPoolConfig(name: string, config: CognitoConfig, appClients: Array<{
|
|
78
78
|
name: string;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
* Build Cognito User Pool configuration for infrastructure layer
|
|
18
18
|
*
|
|
19
19
|
* This returns a configuration object that @venturekit/infra uses
|
|
20
|
-
* to create the actual Cognito resources via
|
|
20
|
+
* to create the actual Cognito resources via CDK.
|
|
21
21
|
*/
|
|
22
22
|
export function buildUserPoolConfig(name, config, appClients) {
|
|
23
23
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venturekit/auth",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.20260312002737",
|
|
4
4
|
"description": "Authentication and authorization for VentureKit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@venturekit/core": "0.0.0-dev.
|
|
28
|
+
"@venturekit/core": "0.0.0-dev.20260312002737"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^20.10.0",
|