electron-types 43.1.0 → 43.1.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
@@ -14,11 +14,11 @@ The official `electron` package is ~200MB because it includes the Electron binar
14
14
  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)):
15
15
 
16
16
  ```bash
17
- npm install -D electron-types@43.1.0
17
+ npm install -D electron-types@43.1.1
18
18
  # or
19
- yarn add -D electron-types@43.1.0
19
+ yarn add -D electron-types@43.1.1
20
20
  # or
21
- pnpm add -D electron-types@43.1.0
21
+ pnpm add -D electron-types@43.1.1
22
22
  ```
23
23
 
24
24
  ## Usage
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 43.1.0
1
+ // Type definitions for Electron 43.1.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
@@ -1876,7 +1876,7 @@ declare namespace Electron {
1876
1876
  * resources will be leaked and your app will lose its ability to reach outside the
1877
1877
  * sandbox completely, until your app is restarted.
1878
1878
  *
1879
- * Start accessing a security scoped resource. With this method Electron
1879
+ * Start accessing a security scoped resource. With this method, Electron
1880
1880
  * applications that are packaged for the Mac App Store may reach outside their
1881
1881
  * sandbox to access files chosen by the user. See Apple's documentation for a
1882
1882
  * description of how this system works.
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "electronVersion": "43.1.0",
3
- "extractedAt": "2026-07-08T00:50:39.652Z"
2
+ "electronVersion": "43.1.1",
3
+ "extractedAt": "2026-07-14T19:37:40.674Z"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-types",
3
- "version": "43.1.0",
3
+ "version": "43.1.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript type definitions extracted from the electron package",
6
6
  "types": "./dist/electron.d.ts",