openfin-notifications 1.11.0 → 1.12.0-alpha-829
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.
|
@@ -392,7 +392,7 @@ async function getServicePromise() {
|
|
|
392
392
|
}, 5000);
|
|
393
393
|
channelPromise = fin.InterApplicationBus.Channel.connect(internal_1.SERVICE_CHANNEL, {
|
|
394
394
|
wait: true,
|
|
395
|
-
payload: { version: '1.
|
|
395
|
+
payload: { version: '1.12.0-alpha-829' },
|
|
396
396
|
}).then((channel) => {
|
|
397
397
|
window.clearTimeout(timeoutHandle);
|
|
398
398
|
const eventRouter = getEventRouter();
|
|
@@ -592,7 +592,7 @@ __exportStar(__webpack_require__(20), exports);
|
|
|
592
592
|
*
|
|
593
593
|
* This is the version which you are currently using.
|
|
594
594
|
*/
|
|
595
|
-
exports.VERSION = '1.
|
|
595
|
+
exports.VERSION = '1.12.0-alpha-829';
|
|
596
596
|
const eventHandler = connection_1.getEventRouter();
|
|
597
597
|
function parseEventWithNotification(event) {
|
|
598
598
|
const { notification } = event;
|