@todesktop/shared 7.184.17 → 7.184.18

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.
@@ -51,6 +51,8 @@ exports.allowedBrowserWindowConstructorOptions = [
51
51
  "vibrancy",
52
52
  "zoomToPageWidth",
53
53
  "tabbingIdentifier",
54
+ "webPreferences",
55
+ "titleBarOverlay",
54
56
  ];
55
57
  /**
56
58
  * Whitelist of allowed DesktopifyWindow Web Preferences Options.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.184.17",
3
+ "version": "7.184.18",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -185,6 +185,8 @@ export const allowedBrowserWindowConstructorOptions: Readonly<
185
185
  "vibrancy",
186
186
  "zoomToPageWidth",
187
187
  "tabbingIdentifier",
188
+ "webPreferences",
189
+ "titleBarOverlay",
188
190
  ] as const;
189
191
 
190
192
  // Make type from all numbered index values