mftsccs-browser 3.2.13-beta → 3.2.14-beta

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.
@@ -26769,8 +26769,8 @@ const broadcastActions = {
26769
26769
  }),
26770
26770
  dispatchEvent: (payload) => __awaiter(void 0, void 0, void 0, function* () {
26771
26771
  if (serviceWorker) {
26772
- console.log("this is dispatching the event for test", payload);
26773
26772
  let event = new CustomEvent(payload.id || '', payload.data);
26773
+ console.log("this is the dispatch final");
26774
26774
  dispatchEvent(event);
26775
26775
  }
26776
26776
  // self.clients.matchAll({ includeUncontrolled: true }).then(clients => {
@@ -26954,7 +26954,6 @@ function initConceptConnection() {
26954
26954
  * @param data any
26955
26955
  */
26956
26956
  function dispatchIdEvent(id, data = {}) {
26957
- console.log("this is the dispatch id event", id, data);
26958
26957
  if (serviceWorker || typeof window != "undefined") {
26959
26958
  // let event = new Event(`${id}`);
26960
26959
  console.log("this is the dispatch event in the undefined", id, data);