electron 12.0.5 → 12.0.6

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 +4 -3
  2. package/package.json +1 -1
package/electron.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 12.0.5
1
+ // Type definitions for Electron 12.0.6
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
@@ -936,7 +936,8 @@ You should seek to use the `steal` option as sparingly as possible.
936
936
  */
937
937
  getJumpListSettings(): JumpListSettings;
938
938
  /**
939
- * The current application locale. Possible return values are documented here.
939
+ * The current application locale, fetched using Chromium's `l10n_util` library.
940
+ * Possible return values are documented here.
940
941
  *
941
942
  * To set the locale, you'll want to use a command line switch at app startup,
942
943
  * which may be found here.
@@ -2302,7 +2303,7 @@ Calling `event.preventDefault()` will prevent the menu from being displayed.
2302
2303
  getMaximumSize(): number[];
2303
2304
  /**
2304
2305
  * Window id in the format of DesktopCapturerSource's id. For example
2305
- * "window:1234:0".
2306
+ * "window:1324:0".
2306
2307
  *
2307
2308
  * More precisely the format is `window:id:other_id` where `id` is `HWND` on
2308
2309
  * Windows, `CGWindowID` (`uint64_t`) on macOS and `Window` (`unsigned long`) on
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "node": ">= 8.6"
17
17
  },
18
18
  "name": "electron",
19
- "version": "12.0.5",
19
+ "version": "12.0.6",
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",