@todesktop/shared 7.130.0 → 7.131.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.
@@ -121,10 +121,6 @@ export interface DesktopifyAppWindow {
121
121
  * The type of window
122
122
  */
123
123
  type: "menubar" | "app";
124
- /**
125
- * The window's application menu
126
- */
127
- applicationMenu: DesktopifyAppMenu[];
128
124
  /**
129
125
  * Keyboard shortcut to toggle window visibility
130
126
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.130.0",
3
+ "version": "7.131.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -237,10 +237,6 @@ export interface DesktopifyAppWindow {
237
237
  * The type of window
238
238
  */
239
239
  type: "menubar" | "app";
240
- /**
241
- * The window's application menu
242
- */
243
- applicationMenu: DesktopifyAppMenu[];
244
240
  /**
245
241
  * Keyboard shortcut to toggle window visibility
246
242
  */