@nadavhalfon/capacitor-native-contacts
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -21,1 +21,2 @@ export interface CapacitorContactsPlugin { | ||
} | ||
export declare const ERROR_NO_PERMISSION = "User denied permission"; |
@@ -1,2 +0,2 @@ | ||
export {}; | ||
export const ERROR_NO_PERMISSION = "User denied permission"; | ||
//# sourceMappingURL=definitions.js.map |
@@ -7,2 +7,4 @@ 'use strict'; | ||
const ERROR_NO_PERMISSION = "User denied permission"; | ||
const CapacitorContacts = core.registerPlugin('CapacitorContacts', { | ||
@@ -29,2 +31,3 @@ web: () => Promise.resolve().then(function () { return web; }).then(m => new m.CapacitorContactsWeb()), | ||
exports.CapacitorContacts = CapacitorContacts; | ||
exports.ERROR_NO_PERMISSION = ERROR_NO_PERMISSION; | ||
//# sourceMappingURL=plugin.cjs.js.map |
var capacitorCapacitorContacts = (function (exports, core) { | ||
'use strict'; | ||
const ERROR_NO_PERMISSION = "User denied permission"; | ||
const CapacitorContacts = core.registerPlugin('CapacitorContacts', { | ||
@@ -25,2 +27,3 @@ web: () => Promise.resolve().then(function () { return web; }).then(m => new m.CapacitorContactsWeb()), | ||
exports.CapacitorContacts = CapacitorContacts; | ||
exports.ERROR_NO_PERMISSION = ERROR_NO_PERMISSION; | ||
@@ -27,0 +30,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
{ | ||
"name": "@nadavhalfon/capacitor-native-contacts", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Capacitor plugin for picking contact from native contacts list", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38039
223