@xube/kit-aws-auth-infrastructure 0.0.99 → 0.0.100

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.
@@ -10,3 +10,4 @@ export declare class AuthAPIManager extends Construct {
10
10
  constructor(scope: Construct, id: string, props: AuthAPIProps);
11
11
  }
12
12
  export {};
13
+ //# sourceMappingURL=auth-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth-api.d.ts","sourceRoot":"","sources":["../../src/api/auth-api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAQ7E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAIvC,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,UAAU,YAAa,SAAQ,gBAAgB;IAC7C,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,qBAAa,cAAe,SAAQ,SAAS;IAC3C,OAAO,EAAE,WAAW,CAAC;gBAET,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY;CAe9D"}
@@ -9,3 +9,4 @@ export declare class LoginAPI extends Construct {
9
9
  loginFunction: NodejsFunction;
10
10
  constructor(scope: Construct, id: string, props: LoginAPIProps);
11
11
  }
12
+ //# sourceMappingURL=login.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login.d.ts","sourceRoot":"","sources":["../../src/api/login.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,qBAAa,QAAS,SAAQ,SAAS;IACrC,aAAa,EAAE,cAAc,CAAC;gBAElB,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa;CAuB/D"}
@@ -9,3 +9,4 @@ export declare class SignUpAPI extends Construct {
9
9
  signupFunction: NodejsFunction;
10
10
  constructor(scope: Construct, id: string, props: SignUpAPIProps);
11
11
  }
12
+ //# sourceMappingURL=signup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signup.d.ts","sourceRoot":"","sources":["../../src/api/signup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,qBAAa,SAAU,SAAQ,SAAS;IACtC,cAAc,EAAE,cAAc,CAAC;gBAEnB,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc;CAsBhE"}
@@ -18,3 +18,4 @@ export declare class AuthManagement extends Construct {
18
18
  authAPIManager: AuthAPIManager;
19
19
  constructor(scope: Construct, id: string, props: AuthManagementProps);
20
20
  }
21
+ //# sourceMappingURL=auth-management.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth-management.d.ts","sourceRoot":"","sources":["../src/auth-management.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAOzE,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,cAAc,CAAC;IAC/B,UAAU,CAAC,EAAE;QACX,KAAK,EAAE,OAAO,CAAC;KAChB,CAAC;IACF,YAAY,EAAE;QACZ,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;CACH;AAED,qBAAa,cAAe,SAAQ,SAAS;IAC3C,QAAQ,EAAE,YAAY,CAAC;IACvB,cAAc,EAAE,cAAc,CAAC;IAC/B,cAAc,EAAE,cAAc,CAAC;gBAEnB,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB;CAyCrE"}
@@ -1,2 +1,3 @@
1
1
  import { APIGatewayProxyEvent, APIGatewayProxyResult, Context } from "aws-lambda";
2
2
  export declare const handler: (event: APIGatewayProxyEvent, context: Context) => Promise<APIGatewayProxyResult>;
3
+ //# sourceMappingURL=login.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login.d.ts","sourceRoot":"","sources":["../../src/functions/login.ts"],"names":[],"mappings":"AACA,OAAO,EACL,oBAAoB,EACpB,qBAAqB,EACrB,OAAO,EACR,MAAM,YAAY,CAAC;AAKpB,eAAO,MAAM,OAAO,UACX,oBAAoB,WAClB,OAAO,KACf,OAAO,CAAC,qBAAqB,CAqC/B,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Context, PreSignUpTriggerEvent } from "aws-lambda";
2
2
  export declare const handler: (event: PreSignUpTriggerEvent, context: Context, callback: (err: any, data: PreSignUpTriggerEvent) => any) => Promise<any>;
3
+ //# sourceMappingURL=pre-signup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pre-signup.d.ts","sourceRoot":"","sources":["../../src/functions/pre-signup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAE5D,eAAO,MAAM,OAAO,UACT,qBAAqB,WACnB,OAAO,YACN,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,qBAAqB,KAAK,GAAG,iBAgBzD,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { APIGatewayProxyEvent, APIGatewayProxyResult, Context } from "aws-lambda";
2
2
  export declare const handler: (event: APIGatewayProxyEvent, context: Context) => Promise<APIGatewayProxyResult>;
3
+ //# sourceMappingURL=signup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signup.d.ts","sourceRoot":"","sources":["../../src/functions/signup.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,oBAAoB,EACpB,qBAAqB,EACrB,OAAO,EACR,MAAM,YAAY,CAAC;AAEpB,eAAO,MAAM,OAAO,UACX,oBAAoB,WAClB,OAAO,KACf,OAAO,CAAC,qBAAqB,CAuC/B,CAAC"}
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from "./api/auth-api";
2
2
  export * from "./api/login";
3
3
  export * from "./api/signup";
4
4
  export * from "./auth-management";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-aws-auth-infrastructure",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "homepage": "https://github.com/XubeLtd/dev-kit#readme",
19
19
  "devDependencies": {
20
- "@xube/kit-build": "^0.0.99"
20
+ "@xube/kit-build": "^0.0.100"
21
21
  },
22
22
  "dependencies": {
23
- "@xube/kit-aws": "^0.0.99",
24
- "@xube/kit-aws-auth": "^0.0.99",
25
- "@xube/kit-aws-infrastructure": "^0.0.99",
26
- "@xube/kit-constants": "^0.0.99",
27
- "@xube/kit-log": "^0.0.99",
23
+ "@xube/kit-aws": "^0.0.100",
24
+ "@xube/kit-aws-auth": "^0.0.100",
25
+ "@xube/kit-aws-infrastructure": "^0.0.100",
26
+ "@xube/kit-constants": "^0.0.100",
27
+ "@xube/kit-log": "^0.0.100",
28
28
  "aws-cdk-lib": "^2.159.1",
29
29
  "aws-lambda": "^1.0.7",
30
30
  "constructs": "^10.3.0"