@webex/plugin-logger 1.159.2 → 1.159.5

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/logger.js +1 -1
  2. package/package.json +3 -3
package/dist/logger.js CHANGED
@@ -324,7 +324,7 @@ var Logger = _webexCore.WebexPlugin.extend({
324
324
 
325
325
  return buffer.join('\n');
326
326
  },
327
- version: "1.159.2"
327
+ version: "1.159.5"
328
328
  });
329
329
  /**
330
330
  * Creates a logger method
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-logger",
3
- "version": "1.159.2",
3
+ "version": "1.159.5",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/runtime-corejs2": "^7.14.8",
20
- "@webex/webex-core": "1.159.2",
20
+ "@webex/webex-core": "1.159.5",
21
21
  "lodash": "^4.17.21",
22
- "@webex/common": "1.159.2",
22
+ "@webex/common": "1.159.5",
23
23
  "envify": "^4.1.0"
24
24
  }
25
25
  }