@todesktop/shared 7.186.9 → 7.186.11

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.
@@ -213,6 +213,7 @@ export declare type AutoUpdateConfiguration = {
213
213
  autoUpdater: boolean;
214
214
  shouldAutoCheckOnLaunch: boolean;
215
215
  simulateLocalAutoUpdates: boolean;
216
+ shouldAutoCheckInterval: boolean;
216
217
  autoCheckIntervalMins: number;
217
218
  updateReadyAction: {
218
219
  showInstallAndRestartPrompt: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.186.9",
3
+ "version": "7.186.11",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "author": "Dave Jeffery <dave@davejeffery.com>",
18
18
  "license": "UNLICENSED",
19
19
  "dependencies": {
20
- "@todesktop/client-electron-types": "^26.2.0",
20
+ "@todesktop/client-electron-types": "^27.0.2",
21
21
  "@types/debug": "^4.1.1",
22
22
  "@types/node": "^16.4.12",
23
23
  "@types/yup": "^0.26.9",
@@ -343,6 +343,7 @@ export type AutoUpdateConfiguration = {
343
343
  autoUpdater: boolean;
344
344
  shouldAutoCheckOnLaunch: boolean;
345
345
  simulateLocalAutoUpdates: boolean;
346
+ shouldAutoCheckInterval: boolean;
346
347
  autoCheckIntervalMins: number;
347
348
  updateReadyAction: {
348
349
  showInstallAndRestartPrompt: {