@todesktop/shared 7.186.11 → 7.186.12
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/lib/desktopify2.d.ts +0 -1
- package/package.json +1 -1
- package/src/desktopify2.ts +0 -1
package/lib/desktopify2.d.ts
CHANGED
|
@@ -212,7 +212,6 @@ export interface DesktopifyAppWindow {
|
|
|
212
212
|
export declare type AutoUpdateConfiguration = {
|
|
213
213
|
autoUpdater: boolean;
|
|
214
214
|
shouldAutoCheckOnLaunch: boolean;
|
|
215
|
-
simulateLocalAutoUpdates: boolean;
|
|
216
215
|
shouldAutoCheckInterval: boolean;
|
|
217
216
|
autoCheckIntervalMins: number;
|
|
218
217
|
updateReadyAction: {
|
package/package.json
CHANGED
package/src/desktopify2.ts
CHANGED
|
@@ -342,7 +342,6 @@ export interface DesktopifyAppWindow {
|
|
|
342
342
|
export type AutoUpdateConfiguration = {
|
|
343
343
|
autoUpdater: boolean;
|
|
344
344
|
shouldAutoCheckOnLaunch: boolean;
|
|
345
|
-
simulateLocalAutoUpdates: boolean;
|
|
346
345
|
shouldAutoCheckInterval: boolean;
|
|
347
346
|
autoCheckIntervalMins: number;
|
|
348
347
|
updateReadyAction: {
|