simple-qnamaker
Advanced tools
Comparing version
import { QnAMakerEndpoint, QnAMakerResult } from 'botbuilder-ai'; | ||
export declare function simpleQnAMaker(option: QnAMakerEndpoint): Promise<(text: string) => Promise<QnAMakerResult[]>>; | ||
declare const _default: { | ||
simpleQnAMaker: typeof simpleQnAMaker; | ||
}; | ||
export default _default; | ||
export default simpleQnAMaker; | ||
export { QnAMakerEndpoint, QnAMakerResult, }; | ||
//# sourceMappingURL=simple-qnamaker.d.ts.map |
@@ -34,3 +34,3 @@ "use strict"; | ||
exports.simpleQnAMaker = simpleQnAMaker; | ||
exports.default = { simpleQnAMaker }; | ||
exports.default = simpleQnAMaker; | ||
//# sourceMappingURL=simple-qnamaker.js.map |
/** | ||
* This file will be overwrite when we publish NPM module | ||
* by scripts/generate_version.ts | ||
* This file was auto generated from scripts/generate-version.sh | ||
*/ | ||
export declare const VERSION = "0.0.0"; | ||
export declare const VERSION: string; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* This file will be overwrite when we publish NPM module | ||
* by scripts/generate_version.ts | ||
* This file was auto generated from scripts/generate-version.sh | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = '0.0.0'; | ||
exports.VERSION = '0.0.3'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "simple-qnamaker", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "make it simple to call qnamaker", | ||
@@ -51,4 +51,4 @@ "main": "dist/src/index.js", | ||
"publishConfig": { | ||
"tag": "next" | ||
"tag": "latest" | ||
} | ||
} | ||
} |
@@ -31,2 +31,6 @@ import { | ||
export default { simpleQnAMaker } | ||
export default simpleQnAMaker | ||
export { | ||
QnAMakerEndpoint, | ||
QnAMakerResult, | ||
} |
/** | ||
* This file will be overwrite when we publish NPM module | ||
* by scripts/generate_version.ts | ||
* This file was auto generated from scripts/generate-version.sh | ||
*/ | ||
export const VERSION = '0.0.0' | ||
export const VERSION: string = '0.0.3' |
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
19234
-0.06%261
-0.38%