@xube/kit-aws-infrastructure 0.0.90 → 0.0.92

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.
@@ -4,7 +4,6 @@ exports.XubeRestAPI = void 0;
4
4
  const aws_apigateway_1 = require("aws-cdk-lib/aws-apigateway");
5
5
  const constructs_1 = require("constructs");
6
6
  class XubeRestAPI extends constructs_1.Construct {
7
- restAPI;
8
7
  constructor(scope, id, props) {
9
8
  super(scope, id);
10
9
  this.restAPI = new aws_apigateway_1.RestApi(this, id + "-api", {
@@ -4,7 +4,6 @@ exports.XubeUserPool = void 0;
4
4
  const aws_cognito_1 = require("aws-cdk-lib/aws-cognito");
5
5
  const constructs_1 = require("constructs");
6
6
  class XubeUserPool extends constructs_1.Construct {
7
- userPool;
8
7
  constructor(scope, id, props) {
9
8
  super(scope, id);
10
9
  this.userPool = new aws_cognito_1.UserPool(this, id + "-pool", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-aws-infrastructure",
3
- "version": "0.0.90",
3
+ "version": "0.0.92",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -18,12 +18,12 @@
18
18
  "homepage": "https://github.com/XubeLtd/dev-kit#readme",
19
19
  "devDependencies": {
20
20
  "@types/aws-lambda": "^8.10.119",
21
- "@xube/kit-build": "^0.0.90",
21
+ "@xube/kit-build": "^0.0.92",
22
22
  "aws-cdk": "^2.157.0"
23
23
  },
24
24
  "dependencies": {
25
- "@xube/kit-log": "^0.0.90",
26
- "@xube/kit-request": "^0.0.90",
25
+ "@xube/kit-log": "^0.0.92",
26
+ "@xube/kit-request": "^0.0.92",
27
27
  "aws-cdk-lib": "^2.157.0",
28
28
  "aws-lambda": "^1.0.7",
29
29
  "constructs": "^10.3.0"