@spytecgps/lambda-utils 3.0.2 → 3.0.4

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -311,7 +311,7 @@ const getBaseMiddlewares = ({ logger }) => [
311
311
  ioLogger({ logger }),
312
312
  ];
313
313
  // Function that returns API Gateway middlewares with required logger
314
- const getApiGatewayMiddlewares = ({ logger, offlineAuthEnabled = true }) => [
314
+ const getApiGatewayMiddlewares = ({ logger, offlineAuthEnabled }) => [
315
315
  httpResponseSerializer({
316
316
  serializers: [
317
317
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/lambda-utils",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "Lambda Utils",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "@middy/sqs-json-body-parser": "^2.5.7",
36
36
  "dayjs": "^1.11.13",
37
37
  "deepmerge": "^4.3.1",
38
- "joi": "^17.13.3",
38
+ "joi": "^18.0.1",
39
39
  "qs": "^6.10.1"
40
40
  },
41
41
  "peerDependencies": {