@mimik/sumologic-winston-logger 2.1.0 → 2.1.2

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/lib/formatLib.js +1 -1
  2. package/package.json +1 -1
package/lib/formatLib.js CHANGED
@@ -70,7 +70,7 @@ const filterMeta = format((origInfo, opts) => {
70
70
  if (!isObject(origItem)) return true;
71
71
  let item = origItem;
72
72
 
73
- // in order to avoid having the do it for in the rest of the code for mongoose objects
73
+ // In order to avoid having to do it in the rest of the code for mongoose objects
74
74
  try {
75
75
  item = origItem.toObject();
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/sumologic-winston-logger",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Log wrapper for sumo, s3, kinesis and winston",
5
5
  "main": "./index.js",
6
6
  "type": "module",