@todesktop/shared 7.37.3 → 7.38.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.
@@ -117,6 +117,7 @@ export interface IAppMeta {
117
117
  extraContentFiles?: ExtraFileReference[];
118
118
  electronMirror?: string;
119
119
  extraResources?: ExtraFileReference[];
120
+ filesForDistribution?: string[];
120
121
  icon: FilePath;
121
122
  id: string;
122
123
  linux?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.37.3",
3
+ "version": "7.38.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -140,6 +140,7 @@ export interface IAppMeta {
140
140
  extraContentFiles?: ExtraFileReference[];
141
141
  electronMirror?: string;
142
142
  extraResources?: ExtraFileReference[];
143
+ filesForDistribution?: string[];
143
144
  icon: FilePath;
144
145
  id: string;
145
146
  linux?: {