@todesktop/client-util
Advanced tools
Comparing version 1.0.0-alpha27 to 1.0.0-alpha28
/** | ||
* Barebones EventEmitter implementation for API namespaces. | ||
*/ | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification, App } from "@todesktop/client-electron-types"; | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification, App, Screen } from "@todesktop/client-electron-types"; | ||
import type { AppUpdater } from "@todesktop/client-electron-updater-types"; | ||
@@ -49,2 +49,3 @@ /** | ||
app: App; | ||
screen: Screen; | ||
} | ||
@@ -51,0 +52,0 @@ export interface InstanceRefObject { |
{ | ||
"name": "@todesktop/client-util", | ||
"version": "1.0.0-alpha27", | ||
"version": "1.0.0-alpha28", | ||
"description": "Utility functions for ToDesktop client libraries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23966
563