@todesktop/shared 7.184.21 → 7.184.22

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.
@@ -111,10 +111,6 @@ export interface DesktopifyAppWindow {
111
111
  * A unique window id
112
112
  */
113
113
  id: string;
114
- /**
115
- * The unique object id associated with the window
116
- */
117
- objectId?: string;
118
114
  /**
119
115
  * The window name. Only visible to developer
120
116
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.184.21",
3
+ "version": "7.184.22",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -232,10 +232,6 @@ export interface DesktopifyAppWindow {
232
232
  * A unique window id
233
233
  */
234
234
  id: string;
235
- /**
236
- * The unique object id associated with the window
237
- */
238
- objectId?: string;
239
235
  /**
240
236
  * The window name. Only visible to developer
241
237
  */