@xube/kit-aws-data-infrastructure 0.0.89 → 0.0.91

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.
@@ -5,7 +5,6 @@ const kit_aws_infrastructure_1 = require("@xube/kit-aws-infrastructure");
5
5
  const constructs_1 = require("constructs");
6
6
  const get_1 = require("./get");
7
7
  class DataAPIManager extends constructs_1.Construct {
8
- dataApi;
9
8
  constructor(scope, id, props) {
10
9
  super(scope, id);
11
10
  this.dataApi = new kit_aws_infrastructure_1.XubeRestAPI(scope, id + "xube-api", props);
package/dist/api/get.js CHANGED
@@ -9,7 +9,6 @@ const aws_lambda_nodejs_1 = require("aws-cdk-lib/aws-lambda-nodejs");
9
9
  const constructs_1 = require("constructs");
10
10
  const path_1 = require("path");
11
11
  class GetDataAPI extends constructs_1.Construct {
12
- getDataFunction;
13
12
  constructor(scope, id, props) {
14
13
  super(scope, id);
15
14
  this.getDataFunction = new aws_lambda_nodejs_1.NodejsFunction(scope, id + "-get-data", {
@@ -6,7 +6,6 @@ const constructs_1 = require("constructs");
6
6
  const kit_aws_schema_1 = require("@xube/kit-aws-schema");
7
7
  const data_api_1 = require("./api/data-api");
8
8
  class DataManagement extends constructs_1.Construct {
9
- table;
10
9
  constructor(scope, id, props) {
11
10
  super(scope, id);
12
11
  this.table =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-aws-data-infrastructure",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -19,17 +19,17 @@
19
19
  "homepage": "https://github.com/XubeLtd/dev-kit#readme",
20
20
  "devDependencies": {
21
21
  "@types/node": "^22.5.4",
22
- "@xube/kit-build": "^0.0.89",
22
+ "@xube/kit-build": "^0.0.91",
23
23
  "ts-node": "^10.9.2",
24
24
  "typescript": "^5.6.2"
25
25
  },
26
26
  "dependencies": {
27
- "@xube/kit-aws": "^0.0.89",
28
- "@xube/kit-aws-data": "^0.0.89",
29
- "@xube/kit-aws-data-schema": "^0.0.89",
30
- "@xube/kit-aws-infrastructure": "^0.0.89",
31
- "@xube/kit-constants": "^0.0.89",
32
- "@xube/kit-log": "^0.0.89",
27
+ "@xube/kit-aws": "^0.0.91",
28
+ "@xube/kit-aws-data": "^0.0.91",
29
+ "@xube/kit-aws-data-schema": "^0.0.91",
30
+ "@xube/kit-aws-infrastructure": "^0.0.91",
31
+ "@xube/kit-constants": "^0.0.91",
32
+ "@xube/kit-log": "^0.0.91",
33
33
  "aws-cdk-lib": "^2.157.0",
34
34
  "aws-lambda": "^1.0.7",
35
35
  "constructs": "^10.3.0",