electron 14.2.3 → 14.2.4

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.
Files changed (2) hide show
  1. package/electron.d.ts +3 -3
  2. package/package.json +1 -1
package/electron.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 14.2.3
1
+ // Type definitions for Electron 14.2.4
2
2
  // Project: http://electronjs.org/
3
3
  // Definitions by: The Electron Team <https://github.com/electron/electron>
4
4
  // Definitions: https://github.com/electron/electron-typescript-definitions
@@ -14246,11 +14246,11 @@ declare namespace Electron {
14246
14246
 
14247
14247
  interface OpenDevToolsOptions {
14248
14248
  /**
14249
- * Opens the devtools with specified dock state, can be `right`, `bottom`,
14249
+ * Opens the devtools with specified dock state, can be `left`, `right`, `bottom`,
14250
14250
  * `undocked`, `detach`. Defaults to last used dock state. In `undocked` mode it's
14251
14251
  * possible to dock back. In `detach` mode it's not.
14252
14252
  */
14253
- mode: ('right' | 'bottom' | 'undocked' | 'detach');
14253
+ mode: ('left' | 'right' | 'bottom' | 'undocked' | 'detach');
14254
14254
  /**
14255
14255
  * Whether to bring the opened devtools window to the foreground. The default is
14256
14256
  * `true`.
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "node": ">= 8.6"
17
17
  },
18
18
  "name": "electron",
19
- "version": "14.2.3",
19
+ "version": "14.2.4",
20
20
  "repository": "https://github.com/electron/electron",
21
21
  "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
22
22
  "license": "MIT",