@webex/plugin-logger 3.6.0 → 3.7.0

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 +10 -10
package/dist/logger.js CHANGED
@@ -288,7 +288,7 @@ var Logger = _webexCore.WebexPlugin.extend({
288
288
  }
289
289
  return buffer.join('\n');
290
290
  },
291
- version: "3.6.0"
291
+ version: "3.7.0"
292
292
  });
293
293
 
294
294
  /**
package/package.json CHANGED
@@ -24,20 +24,20 @@
24
24
  "@webex/eslint-config-legacy": "0.0.0",
25
25
  "@webex/jest-config-legacy": "0.0.0",
26
26
  "@webex/legacy-tools": "0.0.0",
27
- "@webex/test-helper-chai": "3.6.0",
28
- "@webex/test-helper-mocha": "3.6.0",
29
- "@webex/test-helper-mock-webex": "3.6.0",
30
- "@webex/test-helper-test-users": "3.6.0",
27
+ "@webex/test-helper-chai": "3.7.0",
28
+ "@webex/test-helper-mocha": "3.7.0",
29
+ "@webex/test-helper-mock-webex": "3.7.0",
30
+ "@webex/test-helper-test-users": "3.7.0",
31
31
  "eslint": "^8.24.0",
32
32
  "prettier": "^2.7.1",
33
33
  "sinon": "^9.2.4"
34
34
  },
35
35
  "dependencies": {
36
- "@webex/common": "3.6.0",
37
- "@webex/test-helper-chai": "3.6.0",
38
- "@webex/test-helper-mocha": "3.6.0",
39
- "@webex/test-helper-mock-webex": "3.6.0",
40
- "@webex/webex-core": "3.6.0",
36
+ "@webex/common": "3.7.0",
37
+ "@webex/test-helper-chai": "3.7.0",
38
+ "@webex/test-helper-mocha": "3.7.0",
39
+ "@webex/test-helper-mock-webex": "3.7.0",
40
+ "@webex/webex-core": "3.7.0",
41
41
  "lodash": "^4.17.21"
42
42
  },
43
43
  "scripts": {
@@ -49,5 +49,5 @@
49
49
  "test:style": "eslint ./src/**/*.*",
50
50
  "test:unit": "webex-legacy-tools test --unit --runner jest"
51
51
  },
52
- "version": "3.6.0"
52
+ "version": "3.7.0"
53
53
  }