openfin-notifications 1.13.1 → 1.14.0-alpha-993

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.
@@ -241,7 +241,7 @@ async function getServicePromise() {
241
241
  }, 5000);
242
242
  channelPromise = fin.InterApplicationBus.Channel.connect(internal_1.SERVICE_CHANNEL, {
243
243
  wait: true,
244
- payload: { version: '1.13.1' },
244
+ payload: { version: '1.14.0-alpha-993' },
245
245
  }).then((channel) => {
246
246
  window.clearTimeout(timeoutHandle);
247
247
  const eventRouter = getEventRouter();
@@ -595,7 +595,7 @@ __exportStar(__webpack_require__(24), exports);
595
595
  *
596
596
  * This is the version which you are currently using.
597
597
  */
598
- exports.VERSION = '1.13.1';
598
+ exports.VERSION = '1.14.0-alpha-993';
599
599
  const eventHandler = connection_1.getEventRouter();
600
600
  function parseEventWithNotification(event) {
601
601
  const { notification } = event;