@ttoss/lambda-postgres-query 0.2.16 → 0.2.18

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -36,11 +36,11 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
36
36
  }), mod);
37
37
 
38
38
  // src/index.ts
39
- var src_exports = {};
40
- __export(src_exports, {
39
+ var index_exports = {};
40
+ __export(index_exports, {
41
41
  query: () => query
42
42
  });
43
- module.exports = __toCommonJS(src_exports);
43
+ module.exports = __toCommonJS(index_exports);
44
44
 
45
45
  // src/query.ts
46
46
  var import_client_lambda = require("@aws-sdk/client-lambda");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/lambda-postgres-query",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "Create a Lambda function that queries a PostgreSQL database.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/client-lambda": "^3.624.0",
33
33
  "camelcase-keys": "^7.0.2",
34
34
  "pg": "^8.12.0",
35
- "@ttoss/cloudformation": "^0.10.12"
35
+ "@ttoss/cloudformation": "^0.10.14"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "^29.5.14",
@@ -40,8 +40,8 @@
40
40
  "aws-sdk-client-mock": "^4.0.1",
41
41
  "jest": "^29.7.0",
42
42
  "tsup": "^8.3.5",
43
- "@ttoss/test-utils": "^2.1.18",
44
- "@ttoss/config": "^1.34.2"
43
+ "@ttoss/test-utils": "^2.1.20",
44
+ "@ttoss/config": "^1.35.1"
45
45
  },
46
46
  "keywords": [
47
47
  "aws",