@todesktop/runtime
Advanced tools
Comparing version 1.6.3-3 to 1.6.3-4
@@ -19,3 +19,3 @@ "use strict"; | ||
try { | ||
const { id: appId } = yield (0, getConfig_1.default)(); | ||
const { id: appId } = (0, getConfig_1.default)(); | ||
const buildId = (0, getPackageJson_1.default)().tdBuildId; | ||
@@ -38,2 +38,3 @@ const autoUpdateUrl = electron_updater_1.autoUpdater.getFeedURL() || ""; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
yield electron_1.app.whenReady(); | ||
return new Promise((resolve, reject) => { | ||
@@ -40,0 +41,0 @@ const request = electron_1.net.request(url); |
@@ -1,1 +0,1 @@ | ||
export declare const CLIENT_VERSION = "1.6.3-3"; | ||
export declare const CLIENT_VERSION = "1.6.3-4"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CLIENT_VERSION = void 0; | ||
exports.CLIENT_VERSION = "1.6.3-3"; | ||
exports.CLIENT_VERSION = "1.6.3-4"; |
@@ -7,3 +7,3 @@ { | ||
"name": "@todesktop/runtime", | ||
"version": "1.6.3-3", | ||
"version": "1.6.3-4", | ||
"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
99585
1660