@webex/internal-plugin-mercury 2.60.1-next.5 → 2.60.1-next.6
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.
- package/dist/mercury.js +1 -1
- package/package.json +17 -17
package/dist/mercury.js
CHANGED
|
@@ -422,7 +422,7 @@ var Mercury = _webexCore.WebexPlugin.extend((_dec = (0, _common.deprecated)('Mer
|
|
|
422
422
|
this.logger.info("".concat(this.namespace, ": reconnecting"));
|
|
423
423
|
return this.connect(webSocketUrl);
|
|
424
424
|
},
|
|
425
|
-
version: "2.60.1-next.
|
|
425
|
+
version: "2.60.1-next.6"
|
|
426
426
|
}, ((0, _applyDecoratedDescriptor2.default)(_obj, "connect", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "connect"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "disconnect", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "disconnect"), _obj), (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)));
|
|
427
427
|
var _default = exports.default = Mercury;
|
|
428
428
|
//# sourceMappingURL=mercury.js.map
|
package/package.json
CHANGED
|
@@ -29,27 +29,27 @@
|
|
|
29
29
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
30
30
|
"@webex/jest-config-legacy": "0.0.0",
|
|
31
31
|
"@webex/legacy-tools": "0.0.0",
|
|
32
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
33
|
-
"@webex/test-helper-mocha": "2.60.1-next.
|
|
34
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
35
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
32
|
+
"@webex/test-helper-chai": "2.60.1-next.6",
|
|
33
|
+
"@webex/test-helper-mocha": "2.60.1-next.6",
|
|
34
|
+
"@webex/test-helper-mock-webex": "2.60.1-next.6",
|
|
35
|
+
"@webex/test-helper-test-users": "2.60.1-next.6",
|
|
36
36
|
"eslint": "^8.24.0",
|
|
37
37
|
"prettier": "^2.7.1",
|
|
38
38
|
"sinon": "^9.2.4"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@webex/common": "2.60.1-next.
|
|
42
|
-
"@webex/common-timers": "2.60.1-next.
|
|
43
|
-
"@webex/internal-plugin-device": "2.60.1-next.
|
|
44
|
-
"@webex/internal-plugin-feature": "2.60.1-next.
|
|
45
|
-
"@webex/internal-plugin-metrics": "2.60.1-next.
|
|
46
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
47
|
-
"@webex/test-helper-mocha": "2.60.1-next.
|
|
48
|
-
"@webex/test-helper-mock-web-socket": "2.60.1-next.
|
|
49
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
50
|
-
"@webex/test-helper-refresh-callback": "2.60.1-next.
|
|
51
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
52
|
-
"@webex/webex-core": "2.60.1-next.
|
|
41
|
+
"@webex/common": "2.60.1-next.6",
|
|
42
|
+
"@webex/common-timers": "2.60.1-next.6",
|
|
43
|
+
"@webex/internal-plugin-device": "2.60.1-next.6",
|
|
44
|
+
"@webex/internal-plugin-feature": "2.60.1-next.6",
|
|
45
|
+
"@webex/internal-plugin-metrics": "2.60.1-next.6",
|
|
46
|
+
"@webex/test-helper-chai": "2.60.1-next.6",
|
|
47
|
+
"@webex/test-helper-mocha": "2.60.1-next.6",
|
|
48
|
+
"@webex/test-helper-mock-web-socket": "2.60.1-next.6",
|
|
49
|
+
"@webex/test-helper-mock-webex": "2.60.1-next.6",
|
|
50
|
+
"@webex/test-helper-refresh-callback": "2.60.1-next.6",
|
|
51
|
+
"@webex/test-helper-test-users": "2.60.1-next.6",
|
|
52
|
+
"@webex/webex-core": "2.60.1-next.6",
|
|
53
53
|
"backoff": "^2.5.0",
|
|
54
54
|
"lodash": "^4.17.21",
|
|
55
55
|
"uuid": "^3.3.2",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"test:style": "eslint ./src/**/*.*",
|
|
66
66
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
67
67
|
},
|
|
68
|
-
"version": "2.60.1-next.
|
|
68
|
+
"version": "2.60.1-next.6"
|
|
69
69
|
}
|