electron-types 41.8.0 → 41.9.1

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/README.md CHANGED
@@ -15,11 +15,11 @@ The official `electron` package is ~200MB because it includes the Electron binar
15
15
  Since this package only provides TypeScript types, install it as a dev dependency. **Install the version that matches your Electron version** (see [Version Matching](#version-matching)):
16
16
 
17
17
  ```bash
18
- npm install -D electron-types@41.8.0
18
+ npm install -D electron-types@41.9.1
19
19
  # or
20
- yarn add -D electron-types@41.8.0
20
+ yarn add -D electron-types@41.9.1
21
21
  # or
22
- pnpm add -D electron-types@41.8.0
22
+ pnpm add -D electron-types@41.9.1
23
23
  ```
24
24
 
25
25
  ## Usage
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 41.8.0
1
+ // Type definitions for Electron 41.9.1
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/typescript-definitions
@@ -7074,6 +7074,8 @@ declare namespace Electron {
7074
7074
  * * Click on one of the `M` symbols
7075
7075
  * * Click on a `☰` triple bar icon (e.g., in the `malloc` column)
7076
7076
  *
7077
+ * [Image: Screenshot showing how to view a heapdump in Chromium]
7078
+ *
7077
7079
  * @experimental
7078
7080
  */
7079
7081
  enableHeapProfiling(options?: EnableHeapProfilingOptions): Promise<void>;
@@ -17537,7 +17539,11 @@ declare namespace Electron {
17537
17539
  *
17538
17540
  * Before:
17539
17541
  *
17542
+ * [Image: Image Before Text Selection Adjustment]
17543
+ *
17540
17544
  * After:
17545
+ *
17546
+ * [Image: Image After Text Selection Adjustment]
17541
17547
  */
17542
17548
  adjustSelection(options: AdjustSelectionOptions): void;
17543
17549
  /**
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "electronVersion": "41.8.0",
3
- "extractedAt": "2026-06-17T01:22:19.337Z"
2
+ "electronVersion": "41.9.1",
3
+ "extractedAt": "2026-06-29T13:43:07.766Z"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-types",
3
- "version": "41.8.0",
3
+ "version": "41.9.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript type definitions extracted from the electron package",
6
6
  "types": "./dist/electron.d.ts",