@todesktop/shared 7.101.0 → 7.102.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.
@@ -156,6 +156,7 @@ export interface IApp extends BaseApp {
156
156
  shouldCreateMacZipInstallers?: boolean;
157
157
  shouldCreateMSIInstallers?: boolean;
158
158
  shouldCreateNSISInstallers?: boolean;
159
+ shouldCreateNSISWebInstaller?: boolean;
159
160
  shouldCreateRPMPackages?: boolean;
160
161
  shouldCreateSnapFiles?: boolean;
161
162
  shouldCreateMacUniversalInstaller?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.101.0",
3
+ "version": "7.102.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -176,6 +176,7 @@ export interface IApp extends BaseApp {
176
176
  shouldCreateMacZipInstallers?: boolean;
177
177
  shouldCreateMSIInstallers?: boolean;
178
178
  shouldCreateNSISInstallers?: boolean;
179
+ shouldCreateNSISWebInstaller?: boolean;
179
180
  shouldCreateRPMPackages?: boolean;
180
181
  shouldCreateSnapFiles?: boolean;
181
182
  shouldCreateMacUniversalInstaller?: boolean;