@todesktop/shared 7.78.0 → 7.79.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.
@@ -143,6 +143,10 @@ export interface DesktopifyAppWindow {
143
143
  }
144
144
  export interface DesktopifyApp2 {
145
145
  id: string;
146
+ /**
147
+ * Last ToDesktop Builder version that was used to update the app
148
+ */
149
+ lastUsedBuilderVersion: string;
146
150
  /**
147
151
  * The name of the app
148
152
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.78.0",
3
+ "version": "7.79.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -250,6 +250,10 @@ export interface DesktopifyAppWindow {
250
250
 
251
251
  export interface DesktopifyApp2 {
252
252
  id: string;
253
+ /**
254
+ * Last ToDesktop Builder version that was used to update the app
255
+ */
256
+ lastUsedBuilderVersion: string;
253
257
  /**
254
258
  * The name of the app
255
259
  */