New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-qnamaker

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-qnamaker - npm Package Compare versions

Comparing version

to
0.0.3

6

dist/src/simple-qnamaker.d.ts
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