@todesktop/client-util
Advanced tools
Comparing version 1.0.2 to 1.0.3
/** | ||
* Barebones EventEmitter implementation for API namespaces. | ||
*/ | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification, App, Screen, Session, session } from "@todesktop/client-electron-types"; | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification, App, Screen, Session, session, SafeStorage } from "@todesktop/client-electron-types"; | ||
import type AutoUpdater from "@todesktop/client-todesktop-runtime-types/dist/AutoUpdater.js"; | ||
import type { AppUpdater } from "@todesktop/client-electron-updater-types"; | ||
@@ -38,2 +39,3 @@ /** | ||
Session: Session; | ||
safeStorage: SafeStorage; | ||
} | ||
@@ -48,2 +50,3 @@ export interface NamespacesStaticV1 { | ||
electronUpdater: AppUpdater; | ||
todesktopUpdater: AutoUpdater; | ||
NativeImage: typeof nativeImage; | ||
@@ -50,0 +53,0 @@ dock: Electron.Dock; |
{ | ||
"name": "@todesktop/client-util", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utility functions for ToDesktop client libraries", | ||
@@ -30,4 +30,5 @@ "main": "index.js", | ||
"@todesktop/client-electron-updater-types": "^5.2.3", | ||
"@todesktop/client-todesktop-runtime-types": "^1.4.0", | ||
"nanoid": "^4.0.2" | ||
} | ||
} |
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
24707
579
4
+ Added@todesktop/client-todesktop-runtime-types@1.5.7(transitive)