@webex/internal-plugin-mercury 3.3.1-next.1 → 3.3.1-next.10
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 +18 -18
package/dist/mercury.js
CHANGED
|
@@ -460,7 +460,7 @@ var Mercury = _webexCore.WebexPlugin.extend((_dec = (0, _common.deprecated)('Mer
|
|
|
460
460
|
this.logger.info("".concat(this.namespace, ": reconnecting"));
|
|
461
461
|
return this.connect(webSocketUrl);
|
|
462
462
|
},
|
|
463
|
-
version: "3.3.1-next.
|
|
463
|
+
version: "3.3.1-next.10"
|
|
464
464
|
}, ((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)));
|
|
465
465
|
var _default = exports.default = Mercury;
|
|
466
466
|
//# sourceMappingURL=mercury.js.map
|
package/package.json
CHANGED
|
@@ -29,31 +29,31 @@
|
|
|
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": "3.1
|
|
33
|
-
"@webex/test-helper-mocha": "3.1
|
|
34
|
-
"@webex/test-helper-mock-webex": "3.1
|
|
35
|
-
"@webex/test-helper-test-users": "3.1
|
|
32
|
+
"@webex/test-helper-chai": "3.3.1-next.9",
|
|
33
|
+
"@webex/test-helper-mocha": "3.3.1-next.9",
|
|
34
|
+
"@webex/test-helper-mock-webex": "3.3.1-next.9",
|
|
35
|
+
"@webex/test-helper-test-users": "3.3.1-next.9",
|
|
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": "3.1
|
|
42
|
-
"@webex/common-timers": "3.1
|
|
43
|
-
"@webex/internal-plugin-device": "3.1
|
|
44
|
-
"@webex/internal-plugin-feature": "3.3.1-next.
|
|
45
|
-
"@webex/internal-plugin-metrics": "3.1
|
|
46
|
-
"@webex/test-helper-chai": "3.1
|
|
47
|
-
"@webex/test-helper-mocha": "3.1
|
|
48
|
-
"@webex/test-helper-mock-web-socket": "3.1
|
|
49
|
-
"@webex/test-helper-mock-webex": "3.1
|
|
50
|
-
"@webex/test-helper-refresh-callback": "3.1
|
|
51
|
-
"@webex/test-helper-test-users": "3.1
|
|
52
|
-
"@webex/webex-core": "3.1
|
|
41
|
+
"@webex/common": "3.3.1-next.9",
|
|
42
|
+
"@webex/common-timers": "3.3.1-next.9",
|
|
43
|
+
"@webex/internal-plugin-device": "3.3.1-next.9",
|
|
44
|
+
"@webex/internal-plugin-feature": "3.3.1-next.10",
|
|
45
|
+
"@webex/internal-plugin-metrics": "3.3.1-next.9",
|
|
46
|
+
"@webex/test-helper-chai": "3.3.1-next.9",
|
|
47
|
+
"@webex/test-helper-mocha": "3.3.1-next.9",
|
|
48
|
+
"@webex/test-helper-mock-web-socket": "3.3.1-next.9",
|
|
49
|
+
"@webex/test-helper-mock-webex": "3.3.1-next.9",
|
|
50
|
+
"@webex/test-helper-refresh-callback": "3.3.1-next.9",
|
|
51
|
+
"@webex/test-helper-test-users": "3.3.1-next.9",
|
|
52
|
+
"@webex/webex-core": "3.3.1-next.9",
|
|
53
53
|
"backoff": "^2.5.0",
|
|
54
54
|
"lodash": "^4.17.21",
|
|
55
55
|
"uuid": "^3.3.2",
|
|
56
|
-
"ws": "^8.
|
|
56
|
+
"ws": "^8.17.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "yarn build:src",
|
|
@@ -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.3.1-next.
|
|
67
|
+
"version": "3.3.1-next.10"
|
|
68
68
|
}
|