lambda-essentials-ts 5.1.0 → 5.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
 
7
+ ## [5.1.1] - 2022-09-05
8
+
9
+ ### Changed
10
+
11
+ HttpApi payload version 2.0 events supported for openApiWrapper.
12
+
7
13
  ## [5.1.0] - 2022-09-05
8
14
 
9
15
  ### Changed
@@ -41,6 +41,7 @@ class OpenApiWrapper {
41
41
  this.userPrincipal = this.notSet;
42
42
  this.requestId = this.notSet;
43
43
  this.correlationId = this.notSet;
44
+ // @ts-ignore Later Use the options Type from OpenApiFactory
44
45
  this.api = new openapi_factory_1.default({
45
46
  requestMiddleware: (request) => {
46
47
  var _a, _b, _c, _d, _e, _f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lambda-essentials-ts",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "A selection of the finest modules supporting authorization, API routing, error handling, logging and sending HTTP requests.",
5
5
  "main": "lib/index.js",
6
6
  "private": false,
@@ -33,7 +33,7 @@
33
33
  "is-error": "~2.2.2",
34
34
  "jsonwebtoken": "~8.5.1",
35
35
  "md5": "~2.3.0",
36
- "openapi-factory": "5.2.17",
36
+ "openapi-factory": "5.2.38",
37
37
  "retry-axios": "~2.6.0",
38
38
  "uuid": "~8.3.2"
39
39
  },