@todesktop/shared 7.70.0 → 7.71.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.
@@ -233,6 +233,7 @@ export interface IApp extends BaseApp {
233
233
  appPkgName?: string;
234
234
  appProtocol?: ISwitchableValue<string>;
235
235
  appType?: string;
236
+ appxConfig?: Partial<IAppBuilderLib["config"]["appx"]>;
236
237
  cssToInject?: string;
237
238
  customMacCodeSign?: CustomMacCodeSign;
238
239
  customDomain?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.70.0",
3
+ "version": "7.71.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -266,6 +266,7 @@ export interface IApp extends BaseApp {
266
266
  appPkgName?: string;
267
267
  appProtocol?: ISwitchableValue<string>;
268
268
  appType?: string;
269
+ appxConfig?: Partial<IAppBuilderLib["config"]["appx"]>;
269
270
  cssToInject?: string;
270
271
  customMacCodeSign?: CustomMacCodeSign;
271
272
  customDomain?: string;