@todesktop/client-util
Advanced tools
Comparing version
# @todesktop/client-util | ||
## 1.4.0 | ||
### Minor Changes | ||
- feat: add powerMonitor module with system idle state and thermal state methods | ||
## 1.3.0 | ||
@@ -4,0 +10,0 @@ |
/** | ||
* Barebones EventEmitter implementation for API namespaces. | ||
*/ | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, WebContentsView, Notification, App, Screen, Session, session, SafeStorage, Clipboard } from "@todesktop/client-electron-types"; | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, WebContentsView, Notification, App, Screen, Session, session, SafeStorage, Clipboard, powerMonitor } from "@todesktop/client-electron-types"; | ||
import type AutoUpdater from "@todesktop/client-todesktop-runtime-types/dist/AutoUpdater.js"; | ||
@@ -64,2 +64,3 @@ import type { AppUpdater } from "@todesktop/client-electron-updater-types"; | ||
FindInPageView: FindInPageView; | ||
powerMonitor: typeof powerMonitor; | ||
} | ||
@@ -66,0 +67,0 @@ export interface InstanceRefObject { |
{ | ||
"name": "@todesktop/client-util", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Utility functions for ToDesktop client libraries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
34228
0.48%653
0.15%