@todesktop/runtime
Advanced tools
Comparing version 2.1.1-0 to 2.1.1-1
@@ -12,2 +12,3 @@ import type { PublishConfiguration, AllPublishOptions } from "builder-util-runtime"; | ||
setFeedURL(_options: PublishConfiguration | AllPublishOptions): void; | ||
setBuildId(_buildId: string): void; | ||
_init(): Promise<void>; | ||
@@ -29,2 +30,3 @@ } | ||
setFeedURL(options: PublishConfiguration | AllPublishOptions | string): void; | ||
setBuildId(buildId: string): void; | ||
} | ||
@@ -31,0 +33,0 @@ export type UpdateAvailableEventPayload = { |
@@ -25,2 +25,3 @@ "use strict"; | ||
setFeedURL(_options) { } | ||
setBuildId(_buildId) { } | ||
_init() { | ||
@@ -27,0 +28,0 @@ return __awaiter(this, void 0, void 0, function* () { }); |
@@ -1,1 +0,1 @@ | ||
export declare const CLIENT_VERSION = "2.1.1-0"; | ||
export declare const CLIENT_VERSION = "2.1.1-1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CLIENT_VERSION = void 0; | ||
exports.CLIENT_VERSION = "2.1.1-0"; | ||
exports.CLIENT_VERSION = "2.1.1-1"; |
@@ -7,3 +7,3 @@ { | ||
"name": "@todesktop/runtime", | ||
"version": "2.1.1-0", | ||
"version": "2.1.1-1", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "author": "ToDesktop <hi@todesktop.com> (https://www.todesktop.com/)", |
108139
1830