@todesktop/shared 7.42.0 → 7.43.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.
@@ -267,6 +267,7 @@ export interface IApp {
267
267
  shouldUseRealUserAgent?: boolean;
268
268
  extraBrowserWindowOptions?: string;
269
269
  enablePushNotifications?: boolean;
270
+ forceVersionNumber?: string;
270
271
  isTransitioningFromSquirrelWindows?: boolean;
271
272
  jsToInject?: string;
272
273
  menubarIcon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.42.0",
3
+ "version": "7.43.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -299,6 +299,7 @@ export interface IApp {
299
299
  shouldUseRealUserAgent?: boolean;
300
300
  extraBrowserWindowOptions?: string;
301
301
  enablePushNotifications?: boolean;
302
+ forceVersionNumber?: string;
302
303
 
303
304
  isTransitioningFromSquirrelWindows?: boolean;
304
305
  jsToInject?: string;