bankcard-reader
Advanced tools
Comparing version 0.3.0 to 0.4.0
import { Options } from './model'; | ||
export { Options }; | ||
export declare function read(args: Options): Promise<string>; | ||
export declare function read(args?: Options): Promise<string>; |
@@ -31,3 +31,3 @@ 'use strict'; | ||
if (typeof opts.dllPath === 'undefined' || !opts.dllPath) { | ||
opts.dllPath = index_1.join(__dirname, '../../dll'); | ||
opts.dllPath = index_1.join(__dirname, '../../dll/HSBankCardInfo.dll'); | ||
} | ||
@@ -34,0 +34,0 @@ await validateDllFiles(opts.dllPath); |
{ | ||
"name": "bankcard-reader", | ||
"author": "waiting", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "高拍仪读取银行卡", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
312250