@middy/input-output-logger 4.2.2 → 4.2.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 (3) hide show
  1. package/index.cjs +0 -2
  2. package/index.js +0 -2
  3. package/package.json +4 -4
package/index.cjs CHANGED
@@ -107,5 +107,3 @@ const buildPathTree = (paths)=>{
107
107
  const isObject = (value)=>value && typeof value === 'object' && value.constructor === Object;
108
108
  const _default = inputOutputLoggerMiddleware;
109
109
 
110
-
111
- //# sourceMappingURL=index.cjs.map
package/index.js CHANGED
@@ -99,5 +99,3 @@ const buildPathTree = (paths)=>{
99
99
  const isObject = (value)=>value && typeof value === 'object' && value.constructor === Object;
100
100
  export default inputOutputLoggerMiddleware;
101
101
 
102
-
103
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/input-output-logger",
3
- "version": "4.2.2",
3
+ "version": "4.2.4",
4
4
  "description": "Input and output logger middleware for the middy framework",
5
5
  "type": "module",
6
6
  "engines": {
@@ -62,11 +62,11 @@
62
62
  },
63
63
  "homepage": "https://middy.js.org",
64
64
  "dependencies": {
65
- "@middy/util": "4.2.2"
65
+ "@middy/util": "4.2.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@middy/core": "4.2.2",
68
+ "@middy/core": "4.2.4",
69
69
  "@types/node": "^18.0.0"
70
70
  },
71
- "gitHead": "768fbb334e9774fcef406e095a5f4e98497266e0"
71
+ "gitHead": "eae83afa502b03cae831c13094d4693885428bd9"
72
72
  }