@todesktop/shared 7.186.2 → 7.186.3

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
@@ -88,6 +88,7 @@ export interface IAppMeta {
88
88
  entitlements?: FilePath;
89
89
  extendInfo?: IAppBuilderLib['config']['mac']['extendInfo'];
90
90
  icon?: FilePath;
91
+ requirements?: FilePath;
91
92
  };
92
93
  nodeVersion?: string;
93
94
  npmVersion?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.186.2",
3
+ "version": "7.186.3",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/base.ts CHANGED
@@ -100,6 +100,7 @@ export interface IAppMeta {
100
100
  entitlements?: FilePath;
101
101
  extendInfo?: IAppBuilderLib['config']['mac']['extendInfo'];
102
102
  icon?: FilePath;
103
+ requirements?: FilePath;
103
104
  };
104
105
  nodeVersion?: string;
105
106
  npmVersion?: string;