@todesktop/runtime
Advanced tools
Comparing version 1.6.1-1 to 1.6.1
@@ -73,2 +73,6 @@ "use strict"; | ||
} | ||
// autoUpdater provides a cancellationToken if an update is available - https://github.com/electron-userland/electron-builder/blob/906ffb1fcebe6aef4dc6c6a3fab10aa7d9378c3f/packages/electron-updater/src/AppUpdater.ts#L422 | ||
if (!updateCheckResult.cancellationToken) { | ||
return this.currentTDUpdateInfo; | ||
} | ||
yield electronUpdater.autoUpdater.downloadUpdate(updateCheckResult.cancellationToken); | ||
@@ -75,0 +79,0 @@ this.currentTDUpdateInfo = this._convertToTDUpdateInfo(updateCheckResult); |
@@ -1,1 +0,1 @@ | ||
export declare const CLIENT_VERSION = "1.6.1-1"; | ||
export declare const CLIENT_VERSION = "1.4.0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CLIENT_VERSION = void 0; | ||
exports.CLIENT_VERSION = "1.6.1-1"; | ||
exports.CLIENT_VERSION = "1.4.0"; |
@@ -7,3 +7,3 @@ { | ||
"name": "@todesktop/runtime", | ||
"version": "1.6.1-1", | ||
"version": "1.6.1", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "author": "ToDesktop <hi@todesktop.com> (https://www.todesktop.com/)", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
89868
33
1505
0