@trops/dash-core 0.1.354 → 0.1.356

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.
@@ -74876,6 +74876,7 @@ function createMainApi$1(extensions = {}) {
74876
74876
  publish: (eventType, content) => {
74877
74877
  ipcRenderer.send("widget-event:publish", { eventType, content });
74878
74878
  },
74879
+ getLastEvents: () => ipcRenderer.invoke("widget-event:get-last-events"),
74879
74880
  },
74880
74881
 
74881
74882
  // Merge template-specific extensions