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