@todesktop/shared 7.81.0 → 7.82.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.
@@ -144,9 +144,9 @@ export interface DesktopifyAppWindow {
144
144
  export interface DesktopifyApp2 {
145
145
  id: string;
146
146
  /**
147
- * Last ToDesktop Builder version that was used to update the app
147
+ * Last desktopify version that was used to update the app
148
148
  */
149
- lastUsedBuilderVersion?: string;
149
+ lastUsedDesktopifyVersion?: 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.81.0",
3
+ "version": "7.82.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -251,9 +251,9 @@ export interface DesktopifyAppWindow {
251
251
  export interface DesktopifyApp2 {
252
252
  id: string;
253
253
  /**
254
- * Last ToDesktop Builder version that was used to update the app
254
+ * Last desktopify version that was used to update the app
255
255
  */
256
- lastUsedBuilderVersion?: string;
256
+ lastUsedDesktopifyVersion?: string;
257
257
  /**
258
258
  * The name of the app
259
259
  */