@webex/internal-plugin-presence 3.10.0-next.4 → 3.10.0-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/presence.js +1 -1
- package/package.json +4 -4
package/dist/presence.js
CHANGED
|
@@ -277,7 +277,7 @@ var Presence = _webexCore.WebexPlugin.extend({
|
|
|
277
277
|
dequeue: function dequeue(id) {
|
|
278
278
|
return this.worker.dequeue(id);
|
|
279
279
|
},
|
|
280
|
-
version: "3.10.0-next.
|
|
280
|
+
version: "3.10.0-next.6"
|
|
281
281
|
});
|
|
282
282
|
var _default2 = exports.default = Presence;
|
|
283
283
|
//# sourceMappingURL=presence.js.map
|
package/package.json
CHANGED
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"sinon": "^9.2.4"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@webex/internal-plugin-device": "3.10.0-next.
|
|
37
|
-
"@webex/internal-plugin-mercury": "3.10.0-next.
|
|
36
|
+
"@webex/internal-plugin-device": "3.10.0-next.6",
|
|
37
|
+
"@webex/internal-plugin-mercury": "3.10.0-next.6",
|
|
38
38
|
"@webex/test-helper-chai": "3.8.1-next.11",
|
|
39
39
|
"@webex/test-helper-mocha": "3.8.1-next.11",
|
|
40
40
|
"@webex/test-helper-mock-webex": "3.8.1-next.11",
|
|
41
41
|
"@webex/test-helper-test-users": "3.8.1-next.11",
|
|
42
|
-
"@webex/webex-core": "3.10.0-next.
|
|
42
|
+
"@webex/webex-core": "3.10.0-next.6",
|
|
43
43
|
"lodash": "^4.17.21"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"test:style": "eslint ./src/**/*.*",
|
|
52
52
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
53
53
|
},
|
|
54
|
-
"version": "3.10.0-next.
|
|
54
|
+
"version": "3.10.0-next.6"
|
|
55
55
|
}
|