@todesktop/shared 7.186.12 → 7.186.13

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.
@@ -236,7 +236,7 @@ export interface DesktopifyApp2<Plugin = DesktopAppPlugin> {
236
236
  /**
237
237
  * Configure auto updates
238
238
  */
239
- autoUpdates?: AutoUpdateConfiguration;
239
+ autoUpdates: AutoUpdateConfiguration;
240
240
  /**
241
241
  * App identifier
242
242
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.186.12",
3
+ "version": "7.186.13",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -367,7 +367,7 @@ export interface DesktopifyApp2<Plugin = DesktopAppPlugin> {
367
367
  /**
368
368
  * Configure auto updates
369
369
  */
370
- autoUpdates?: AutoUpdateConfiguration;
370
+ autoUpdates: AutoUpdateConfiguration;
371
371
 
372
372
  /**
373
373
  * App identifier