@webex/internal-plugin-mercury 3.12.0-next.3 → 3.12.0-next.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 (2) hide show
  1. package/dist/mercury.js +1 -1
  2. package/package.json +5 -5
package/dist/mercury.js CHANGED
@@ -910,7 +910,7 @@ var Mercury = _webexCore.WebexPlugin.extend((_dec = (0, _common.deprecated)('Mer
910
910
  this.logger.info("".concat(this.namespace, ": reconnecting ").concat(sessionId));
911
911
  return this.connect(webSocketUrl, sessionId);
912
912
  },
913
- version: "3.12.0-next.3"
913
+ version: "3.12.0-next.4"
914
914
  }, (0, _applyDecoratedDescriptor2.default)(_obj, "listen", [_dec], (0, _getOwnPropertyDescriptor.default)(_obj, "listen"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "stopListening", [_dec2], (0, _getOwnPropertyDescriptor.default)(_obj, "stopListening"), _obj), _obj));
915
915
  var _default2 = exports.default = Mercury;
916
916
  //# sourceMappingURL=mercury.js.map
package/package.json CHANGED
@@ -40,16 +40,16 @@
40
40
  "dependencies": {
41
41
  "@webex/common": "3.11.0-next.1",
42
42
  "@webex/common-timers": "3.11.0-next.1",
43
- "@webex/internal-plugin-device": "3.12.0-next.2",
44
- "@webex/internal-plugin-feature": "3.12.0-next.2",
45
- "@webex/internal-plugin-metrics": "3.12.0-next.2",
43
+ "@webex/internal-plugin-device": "3.12.0-next.3",
44
+ "@webex/internal-plugin-feature": "3.12.0-next.3",
45
+ "@webex/internal-plugin-metrics": "3.12.0-next.3",
46
46
  "@webex/test-helper-chai": "3.11.0-next.1",
47
47
  "@webex/test-helper-mocha": "3.11.0-next.1",
48
48
  "@webex/test-helper-mock-web-socket": "3.11.0-next.1",
49
49
  "@webex/test-helper-mock-webex": "3.11.0-next.1",
50
50
  "@webex/test-helper-refresh-callback": "3.11.0-next.1",
51
51
  "@webex/test-helper-test-users": "3.11.0-next.1",
52
- "@webex/webex-core": "3.12.0-next.2",
52
+ "@webex/webex-core": "3.12.0-next.3",
53
53
  "backoff": "^2.5.0",
54
54
  "lodash": "^4.17.21",
55
55
  "uuid": "^3.3.2",
@@ -64,5 +64,5 @@
64
64
  "test:style": "eslint ./src/**/*.*",
65
65
  "test:unit": "webex-legacy-tools test --unit --runner mocha"
66
66
  },
67
- "version": "3.12.0-next.3"
67
+ "version": "3.12.0-next.4"
68
68
  }