@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.
- package/dist/electron/index.js +1 -0
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +81 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +81 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/electron/index.js
CHANGED
|
@@ -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
|