electron-types 41.0.0-beta.4 → 41.0.0-beta.5

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@41.0.0-beta.4
14
+ npm install -D electron-types@41.0.0-beta.5
15
15
  # or
16
- yarn add -D electron-types@41.0.0-beta.4
16
+ yarn add -D electron-types@41.0.0-beta.5
17
17
  # or
18
- pnpm add -D electron-types@41.0.0-beta.4
18
+ pnpm add -D electron-types@41.0.0-beta.5
19
19
  ```
20
20
 
21
21
  ## Usage
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 41.0.0-beta.4
1
+ // Type definitions for Electron 41.0.0-beta.5
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
@@ -13184,7 +13184,9 @@ declare namespace Electron {
13184
13184
  nativePixmap?: NativePixmap;
13185
13185
  /**
13186
13186
  * NT HANDLE holds the shared texture. Note that this NT HANDLE is local to current
13187
- * process.
13187
+ * process. Output textures of `rgba`, `bgra`, `rgbaf16` formats don't have a
13188
+ * keyed mutex on the texture handle, but `nv12` format texture handles do have a
13189
+ * keyed mutex.
13188
13190
  *
13189
13191
  * @platform win32
13190
13192
  */
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "electronVersion": "41.0.0-beta.4",
3
- "extractedAt": "2026-02-20T00:45:27.560Z"
2
+ "electronVersion": "41.0.0-beta.5",
3
+ "extractedAt": "2026-02-24T00:44:35.202Z"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-types",
3
- "version": "41.0.0-beta.4",
3
+ "version": "41.0.0-beta.5",
4
4
  "type": "module",
5
5
  "description": "TypeScript type definitions extracted from the electron package",
6
6
  "types": "./dist/electron.d.ts",