@todesktop/shared 7.184.11 → 7.184.12

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.
@@ -205,6 +205,10 @@ export interface DesktopifyApp2 {
205
205
  * Last desktopify version that was used to update the app
206
206
  */
207
207
  lastUsedDesktopifyVersion?: string;
208
+ /**
209
+ * Last todesktop builder version that was used to update the app
210
+ */
211
+ lastUsedBuilderVersion?: string;
208
212
  /**
209
213
  * The name of the app
210
214
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.184.11",
3
+ "version": "7.184.12",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -329,6 +329,10 @@ export interface DesktopifyApp2 {
329
329
  * Last desktopify version that was used to update the app
330
330
  */
331
331
  lastUsedDesktopifyVersion?: string;
332
+ /**
333
+ * Last todesktop builder version that was used to update the app
334
+ */
335
+ lastUsedBuilderVersion?: string;
332
336
  /**
333
337
  * The name of the app
334
338
  */