@webex/internal-plugin-board 3.12.0-next.52 → 3.12.0-next.53

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 CHANGED
@@ -765,7 +765,7 @@ var Board = _webexCore.WebexPlugin.extend({
765
765
  return _promise.default.resolve([]);
766
766
  });
767
767
  },
768
- version: "3.12.0-next.52"
768
+ version: "3.12.0-next.53"
769
769
  });
770
770
  var _default = exports.default = Board;
771
771
  //# sourceMappingURL=board.js.map
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.12.0-next.52"
224
+ version: "3.12.0-next.53"
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.12.0-next.6",
40
- "@webex/internal-plugin-conversation": "3.12.0-next.51",
41
- "@webex/internal-plugin-encryption": "3.12.0-next.49",
42
- "@webex/internal-plugin-feature": "3.12.0-next.44",
43
- "@webex/internal-plugin-mercury": "3.12.0-next.48",
44
- "@webex/webex-core": "3.12.0-next.44",
40
+ "@webex/internal-plugin-conversation": "3.12.0-next.52",
41
+ "@webex/internal-plugin-encryption": "3.12.0-next.50",
42
+ "@webex/internal-plugin-feature": "3.12.0-next.45",
43
+ "@webex/internal-plugin-mercury": "3.12.0-next.49",
44
+ "@webex/webex-core": "3.12.0-next.45",
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.12.0-next.52"
59
+ "version": "3.12.0-next.53"
60
60
  }