@todesktop/client-util
Advanced tools
Comparing version 1.0.0-alpha24 to 1.0.0-alpha25
@@ -37,3 +37,2 @@ /** | ||
process: NodeJS.Process; | ||
app: App; | ||
} | ||
@@ -50,2 +49,3 @@ export interface NamespacesStaticV1 { | ||
dock: Electron.Dock; | ||
app: App; | ||
} | ||
@@ -130,2 +130,8 @@ export interface InstanceRefObject { | ||
} | ||
export interface InvokeMethodPayload<NS, M, Func extends MethodFunc, IR> { | ||
/** | ||
* The command to execute. | ||
*/ | ||
command: InvokeMethodCommand<NS, M, Func, IR>; | ||
} | ||
export interface InvokeConstructorPayload<NS, Func> { | ||
@@ -132,0 +138,0 @@ /** |
{ | ||
"name": "@todesktop/client-util", | ||
"version": "1.0.0-alpha24", | ||
"version": "1.0.0-alpha25", | ||
"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
23429
554