@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.
- package/lib/toDesktop.d.ts +1 -0
- package/package.json +1 -1
- package/src/toDesktop.ts +1 -0
package/lib/toDesktop.d.ts
CHANGED
|
@@ -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
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;
|