@todesktop/shared 7.62.0 → 7.63.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.
@@ -248,6 +248,6 @@ export interface DesktopifyApp2 extends Schemable {
248
248
  menus: DesktopifyAppMenu[];
249
249
  }
250
250
  export interface IApp2 extends BaseApp {
251
- desktopApp?: DesktopifyApp2;
251
+ desktopApp: DesktopifyApp2;
252
252
  }
253
253
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.62.0",
3
+ "version": "7.63.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -356,5 +356,5 @@ export interface DesktopifyApp2 extends Schemable {
356
356
  }
357
357
 
358
358
  export interface IApp2 extends BaseApp {
359
- desktopApp?: DesktopifyApp2;
359
+ desktopApp: DesktopifyApp2;
360
360
  }