@nativescript-community/perms
Advanced tools
Comparing version 2.2.23 to 2.2.24
@@ -762,4 +762,5 @@ import { Device, Trace, Utils } from '@nativescript/core'; | ||
for (let index = 0; index < keys.length; index++) { | ||
const res = await request(keys[index], options[keys[index]]); | ||
grantedPermissions[permission[index]] = res[0]; | ||
const perm = keys[index]; | ||
const res = await request(perm, permission[perm]); | ||
grantedPermissions[perm] = res[0]; | ||
} | ||
@@ -766,0 +767,0 @@ //@ts-ignore |
{ | ||
"name": "@nativescript-community/perms", | ||
"version": "2.2.23", | ||
"version": "2.2.24", | ||
"description": "An unified permissions API for NativeScript on iOS and Android.", | ||
@@ -42,3 +42,3 @@ "main": "./index", | ||
"readmeFilename": "README.md", | ||
"gitHead": "0f62c3eb5d4ad36933e5d7a2780679629b1f367f" | ||
"gitHead": "0865e682382d0c237fa07b6ec96134f1cc61337e" | ||
} |
Sorry, the diff of this file is not supported yet
119793
1363