@todesktop/shared 7.189.7 → 7.189.8

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
@@ -242,7 +242,7 @@ export interface BaseApp extends Schemable {
242
242
  customDomain?: string;
243
243
  customMacCodeSign?: CustomMacCodeSign;
244
244
  customNotarization?: CustomMacNotarization;
245
- customLinuxPGPKey?: CustomLinuxPGPKey;
245
+ customLinuxPgpKey?: CustomLinuxPGPKey;
246
246
  customWindowsCodeSign?: CustomWindowsCodeSignFile | CustomWindowsCodeSignEV;
247
247
  macHsmCertNames?: Record<MacTarget, string>;
248
248
  windowsHsmCertNames?: Record<WindowsTarget, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.189.7",
3
+ "version": "7.189.8",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/base.ts CHANGED
@@ -276,7 +276,7 @@ export interface BaseApp extends Schemable {
276
276
  customDomain?: string;
277
277
  customMacCodeSign?: CustomMacCodeSign;
278
278
  customNotarization?: CustomMacNotarization;
279
- customLinuxPGPKey?: CustomLinuxPGPKey;
279
+ customLinuxPgpKey?: CustomLinuxPGPKey;
280
280
  customWindowsCodeSign?: CustomWindowsCodeSignFile | CustomWindowsCodeSignEV;
281
281
  macHsmCertNames?: Record<MacTarget, string>;
282
282
  windowsHsmCertNames?: Record<WindowsTarget, string>;