Skip to content

Commit cdaf54f

Browse files
committed
Updated for v10.4.3-wvvmp
1 parent 9c0b313 commit cdaf54f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

electron.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 10.4.2
1+
// Type definitions for Electron 10.4.3
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -7612,13 +7612,15 @@ Some popular `key` and `type`s are:
76127612
*/
76137613
subscribeNotification(event: string, callback: (event: string, userInfo: Record<string, unknown>, object: string) => void): number;
76147614
/**
7615+
* The ID of this subscription
7616+
*
76157617
* Same as `subscribeNotification`, but uses
76167618
* `NSWorkspace.sharedWorkspace.notificationCenter`. This is necessary for events
76177619
* such as `NSWorkspaceDidActivateApplicationNotification`.
76187620
*
76197621
* @platform darwin
76207622
*/
7621-
subscribeWorkspaceNotification(event: string, callback: (event: string, userInfo: Record<string, unknown>, object: string) => void): void;
7623+
subscribeWorkspaceNotification(event: string, callback: (event: string, userInfo: Record<string, unknown>, object: string) => void): number;
76227624
/**
76237625
* Same as `unsubscribeNotification`, but removes the subscriber from
76247626
* `NSNotificationCenter`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">= 8.6"
1717
},
1818
"name": "electron",
19-
"version": "10.4.2-wvvmp",
19+
"version": "10.4.3-wvvmp",
2020
"repository": "https://github.com/castlabs/electron-releases",
2121
"description": "Build cross platform desktop apps with JavaScript, HTML, CSS, and Widevine DRM protection",
2222
"license": "MIT",

0 commit comments

Comments
 (0)