electron-types 42.0.0-alpha.6 → 42.0.0-beta.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
@@ -11,11 +11,11 @@ The official `electron` package is ~200MB because it includes the Electron binar
11
11
  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)):
12
12
 
13
13
  ```bash
14
- npm install -D electron-types@42.0.0-alpha.6
14
+ npm install -D electron-types@42.0.0-beta.1
15
15
  # or
16
- yarn add -D electron-types@42.0.0-alpha.6
16
+ yarn add -D electron-types@42.0.0-beta.1
17
17
  # or
18
- pnpm add -D electron-types@42.0.0-alpha.6
18
+ pnpm add -D electron-types@42.0.0-beta.1
19
19
  ```
20
20
 
21
21
  ## Usage
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 42.0.0-alpha.6
1
+ // Type definitions for Electron 42.0.0-beta.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
@@ -22622,6 +22622,11 @@ declare namespace Electron {
22622
22622
  * true. Default false.
22623
22623
  */
22624
22624
  codeCache?: boolean;
22625
+ /**
22626
+ * Allow Chrome extensions to be used on pages served over this protocol. Default
22627
+ * false.
22628
+ */
22629
+ allowExtensions?: boolean;
22625
22630
  }
22626
22631
 
22627
22632
  interface ProgressBarOptions {
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "electronVersion": "42.0.0-alpha.6",
3
- "extractedAt": "2026-03-31T00:52:12.323Z"
2
+ "electronVersion": "42.0.0-beta.1",
3
+ "extractedAt": "2026-04-07T06:42:46.468Z"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-types",
3
- "version": "42.0.0-alpha.6",
3
+ "version": "42.0.0-beta.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript type definitions extracted from the electron package",
6
6
  "types": "./dist/electron.d.ts",