@todesktop/shared 7.38.0 → 7.39.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
+ fileAssociations?: IAppBuilderLib["config"]["fileAssociations"];
120
121
  filesForDistribution?: string[];
121
122
  icon: FilePath;
122
123
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.38.0",
3
+ "version": "7.39.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
+ fileAssociations?: IAppBuilderLib["config"]["fileAssociations"];
143
144
  filesForDistribution?: string[];
144
145
  icon: FilePath;
145
146
  id: string;