@felloh-org/lambda-wrapper 1.0.34 → 1.1.1

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.
@@ -18,9 +18,12 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
18
18
  // eslint-disable-line no-unused-vars
19
19
 
20
20
  /**
21
- * Warehouse Serv8ce
21
+ * Warehouse Service
22
22
  */
23
23
  class Warehouse extends _dependencyAware.default {
24
+ /**
25
+ * Warehouse Constructor
26
+ */
24
27
  constructor() {
25
28
  super();
26
29
  this.connection = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.0.34",
3
+ "version": "1.1.1",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -22,22 +22,22 @@
22
22
  "license": "MIT",
23
23
  "devDependencies": {
24
24
  "@babel/cli": "^7.17.6",
25
- "@babel/core": "^7.17.9",
25
+ "@babel/core": "^7.17.8",
26
26
  "@babel/eslint-parser": "^7.17.0",
27
27
  "@babel/node": "^7.16.8",
28
- "@babel/plugin-proposal-decorators": "^7.17.9",
28
+ "@babel/plugin-proposal-decorators": "^7.17.8",
29
29
  "@babel/plugin-proposal-optional-chaining": "^7.16.7",
30
30
  "@babel/plugin-syntax-flow": "^7.16.7",
31
31
  "@babel/plugin-transform-flow-strip-types": "^7.16.7",
32
32
  "@babel/preset-env": "^7.16.11",
33
33
  "@felloh-org/eslint-config": "^1.0.2",
34
34
  "@types/jest": "^27.4.1",
35
- "aws-sdk": "^2.1111.0",
35
+ "aws-sdk": "^2.1108.0",
36
36
  "babel-eslint": "^10.1.0",
37
37
  "babel-jest": "^27.5.1",
38
38
  "babel-plugin-module-resolver": "^4.1.0",
39
39
  "babel-plugin-transform-class-properties": "^6.24.1",
40
- "eslint": "^8.13.0",
40
+ "eslint": "^8.12.0",
41
41
  "eslint-plugin-flowtype": "^8.0.3",
42
42
  "eslint-plugin-import": "^2.26.0",
43
43
  "eslint-plugin-sonarjs": "^0.13.0",
@@ -57,8 +57,8 @@
57
57
  "axios": "^0.26.1",
58
58
  "dotenv": "^16.0.0",
59
59
  "epsagon": "^1.121.3",
60
- "typeorm": "^0.3.5",
61
- "typeorm-aurora-data-api-driver": "^2.4.1",
60
+ "typeorm": "^0.2.41",
61
+ "typeorm-aurora-data-api-driver": "^2.3.5",
62
62
  "useragent": "^2.3.0",
63
63
  "uuid": "^8.3.2",
64
64
  "validate.js": "^0.13.1",