@todesktop/shared 7.63.0 → 7.64.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.
@@ -137,6 +137,7 @@ export interface DesktopifyAppWindow {
137
137
  };
138
138
  }
139
139
  export interface DesktopifyApp2 extends Schemable {
140
+ id: string;
140
141
  /**
141
142
  * The name of the app
142
143
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.63.0",
3
+ "version": "7.64.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -244,6 +244,7 @@ export interface DesktopifyAppWindow {
244
244
  // TODO: Look into hasMinHeight, etc
245
245
 
246
246
  export interface DesktopifyApp2 extends Schemable {
247
+ id: string;
247
248
  /**
248
249
  * The name of the app
249
250
  */