@todesktop/shared 7.43.0 → 7.44.0
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.
- package/lib/toDesktop.d.ts +1 -1
- package/package.json +1 -1
- package/src/toDesktop.ts +1 -1
package/lib/toDesktop.d.ts
CHANGED
|
@@ -184,6 +184,7 @@ export interface IAppMeta {
|
|
|
184
184
|
[WindowsEVOnboardingSteps.hasGeneratedCert]: boolean;
|
|
185
185
|
[WindowsEVOnboardingSteps.hasUploadedCert]: boolean;
|
|
186
186
|
};
|
|
187
|
+
forceVersionNumber?: string;
|
|
187
188
|
}
|
|
188
189
|
export interface IAppPublishedVersions {
|
|
189
190
|
electron?: string;
|
|
@@ -267,7 +268,6 @@ export interface IApp {
|
|
|
267
268
|
shouldUseRealUserAgent?: boolean;
|
|
268
269
|
extraBrowserWindowOptions?: string;
|
|
269
270
|
enablePushNotifications?: boolean;
|
|
270
|
-
forceVersionNumber?: string;
|
|
271
271
|
isTransitioningFromSquirrelWindows?: boolean;
|
|
272
272
|
jsToInject?: string;
|
|
273
273
|
menubarIcon?: string;
|
package/package.json
CHANGED
package/src/toDesktop.ts
CHANGED
|
@@ -207,6 +207,7 @@ export interface IAppMeta {
|
|
|
207
207
|
[WindowsEVOnboardingSteps.hasGeneratedCert]: boolean;
|
|
208
208
|
[WindowsEVOnboardingSteps.hasUploadedCert]: boolean;
|
|
209
209
|
};
|
|
210
|
+
forceVersionNumber?: string;
|
|
210
211
|
}
|
|
211
212
|
|
|
212
213
|
export interface IAppPublishedVersions {
|
|
@@ -299,7 +300,6 @@ export interface IApp {
|
|
|
299
300
|
shouldUseRealUserAgent?: boolean;
|
|
300
301
|
extraBrowserWindowOptions?: string;
|
|
301
302
|
enablePushNotifications?: boolean;
|
|
302
|
-
forceVersionNumber?: string;
|
|
303
303
|
|
|
304
304
|
isTransitioningFromSquirrelWindows?: boolean;
|
|
305
305
|
jsToInject?: string;
|