@todesktop/shared 7.189.5 → 7.189.6

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.
package/lib/base.d.ts CHANGED
@@ -130,6 +130,7 @@ export interface ToDesktopJson {
130
130
  linux?: {
131
131
  category?: string;
132
132
  icon?: FilePath;
133
+ imageVersion?: string;
133
134
  noSandbox?: boolean;
134
135
  };
135
136
  mac?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.189.5",
3
+ "version": "7.189.6",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/base.ts CHANGED
@@ -144,6 +144,7 @@ export interface ToDesktopJson {
144
144
  linux?: {
145
145
  category?: string;
146
146
  icon?: FilePath;
147
+ imageVersion?: string;
147
148
  noSandbox?: boolean;
148
149
  };
149
150
  mac?: {