We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028bcc9 commit eb344a1Copy full SHA for eb344a1
index.js
@@ -33,6 +33,7 @@ module.exports = {
33
askForContactsAccess: permissions.askForContactsAccess,
34
askForFullDiskAccess: permissions.askForFullDiskAccess,
35
askForRemindersAccess: permissions.askForRemindersAccess,
36
+ askForScreenCaptureAccess: permissions.askForScreenCaptureAccess,
37
askForMediaAccess,
38
getAuthStatus
39
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-mac-permissions",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "A native node module to manage system permissions on macOS",
5
"main": "index.js",
6
"scripts": {
0 commit comments