@webex/plugin-logger 3.7.0-next.5 → 3.7.0-next.7

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
@@ -301,7 +301,7 @@ var Logger = _webexCore.WebexPlugin.extend({
301
301
  }
302
302
  return buffer.join('\n');
303
303
  },
304
- version: "3.7.0-next.5"
304
+ version: "3.7.0-next.7"
305
305
  });
306
306
 
307
307
  /**
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.7.0-next.5",
28
- "@webex/test-helper-mocha": "3.7.0-next.5",
29
- "@webex/test-helper-mock-webex": "3.7.0-next.5",
30
- "@webex/test-helper-test-users": "3.7.0-next.5",
27
+ "@webex/test-helper-chai": "3.7.0-next.7",
28
+ "@webex/test-helper-mocha": "3.7.0-next.7",
29
+ "@webex/test-helper-mock-webex": "3.7.0-next.7",
30
+ "@webex/test-helper-test-users": "3.7.0-next.7",
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.7.0-next.5",
37
- "@webex/test-helper-chai": "3.7.0-next.5",
38
- "@webex/test-helper-mocha": "3.7.0-next.5",
39
- "@webex/test-helper-mock-webex": "3.7.0-next.5",
40
- "@webex/webex-core": "3.7.0-next.5",
36
+ "@webex/common": "3.7.0-next.7",
37
+ "@webex/test-helper-chai": "3.7.0-next.7",
38
+ "@webex/test-helper-mocha": "3.7.0-next.7",
39
+ "@webex/test-helper-mock-webex": "3.7.0-next.7",
40
+ "@webex/webex-core": "3.7.0-next.7",
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.7.0-next.5"
52
+ "version": "3.7.0-next.7"
53
53
  }