@webex/internal-plugin-board 3.9.0-next.5 → 3.9.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/board.js +1 -1
- package/dist/realtime.js +1 -1
- package/package.json +6 -6
package/dist/board.js
CHANGED
package/dist/realtime.js
CHANGED
|
@@ -221,7 +221,7 @@ var RealtimeService = _webexCore.WebexPlugin.extend({
|
|
|
221
221
|
return _this7.realtimeChannels.remove(channel.channelId);
|
|
222
222
|
}));
|
|
223
223
|
},
|
|
224
|
-
version: "3.9.0-next.
|
|
224
|
+
version: "3.9.0-next.6"
|
|
225
225
|
});
|
|
226
226
|
var _default = exports.default = RealtimeService;
|
|
227
227
|
//# sourceMappingURL=realtime.js.map
|
package/package.json
CHANGED
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@webex/common": "3.8.1-next.11",
|
|
40
|
-
"@webex/internal-plugin-conversation": "3.9.0-next.
|
|
41
|
-
"@webex/internal-plugin-encryption": "3.9.0-next.
|
|
42
|
-
"@webex/internal-plugin-feature": "3.9.0-next.
|
|
43
|
-
"@webex/internal-plugin-mercury": "3.9.0-next.
|
|
44
|
-
"@webex/webex-core": "3.9.0-next.
|
|
40
|
+
"@webex/internal-plugin-conversation": "3.9.0-next.6",
|
|
41
|
+
"@webex/internal-plugin-encryption": "3.9.0-next.6",
|
|
42
|
+
"@webex/internal-plugin-feature": "3.9.0-next.5",
|
|
43
|
+
"@webex/internal-plugin-mercury": "3.9.0-next.5",
|
|
44
|
+
"@webex/webex-core": "3.9.0-next.5",
|
|
45
45
|
"ampersand-collection": "^2.0.2",
|
|
46
46
|
"es6-promise-series": "^0.2.2",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"test:style": "eslint ./src/**/*.*",
|
|
57
57
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
58
58
|
},
|
|
59
|
-
"version": "3.9.0-next.
|
|
59
|
+
"version": "3.9.0-next.6"
|
|
60
60
|
}
|