@xube/kit-aws-hooks-infrastructure 0.0.31 → 0.0.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-aws-hooks-infrastructure",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
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.31"
20
+ "@xube/kit-build": "^0.0.32"
21
21
  },
22
22
  "dependencies": {
23
- "@xube/kit-aws": "^0.0.31",
24
- "@xube/kit-aws-hooks": "^0.0.31",
25
- "@xube/kit-aws-infrastructure": "^0.0.31",
26
- "@xube/kit-constants": "^0.0.31",
27
- "@xube/kit-log": "^0.0.31",
23
+ "@xube/kit-aws": "^0.0.32",
24
+ "@xube/kit-aws-hooks": "^0.0.32",
25
+ "@xube/kit-aws-infrastructure": "^0.0.32",
26
+ "@xube/kit-constants": "^0.0.32",
27
+ "@xube/kit-log": "^0.0.32",
28
28
  "aws-cdk-lib": "^2.100.0",
29
29
  "aws-lambda": "^1.0.7",
30
30
  "constructs": "^10.3.0"
@@ -135,7 +135,7 @@ export class WebhookManagement extends Construct {
135
135
  this.addWebhookEndpoints
136
136
  );
137
137
 
138
- this.table.grantWriteData(this.removeWebhookEndpoint)
138
+ this.table.grantWriteData(this.removeWebhookEndpoint);
139
139
  const removeWebhookEndpointsTarget = new LambdaIntegration(
140
140
  this.removeWebhookEndpoint
141
141
  );