checkproof-id-nfc
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -12,2 +12,7 @@ declare module "@capacitor/core" { | ||
}>; | ||
beginScanning(options: { | ||
value: string; | ||
}): Promise<{ | ||
value: string; | ||
}>; | ||
} |
@@ -10,4 +10,9 @@ import { WebPlugin } from '@capacitor/core'; | ||
}>; | ||
beginScanning(options: { | ||
value: string; | ||
}): Promise<{ | ||
value: string; | ||
}>; | ||
} | ||
declare const CheckproofNfc: CheckproofNfcWeb; | ||
export { CheckproofNfc }; |
@@ -24,2 +24,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
beginScanning(options) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
console.log('beginScanning', options); | ||
return options; | ||
}); | ||
} | ||
} | ||
@@ -26,0 +32,0 @@ const CheckproofNfc = new CheckproofNfcWeb(); |
{ | ||
"name": "checkproof-id-nfc", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Get and set Checkproof NFC ids", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.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
268124
80
123