chatbot-lex-design-builder 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ import { LexExportOptions } from "./types/others/lex-export-options";
2
2
  /**
3
3
  *
4
4
  * @param bf contents of the json file as object
5
- * @returns blob or buffer etc
5
+ * @returns blob or buffer etc.
6
6
  */
7
7
  export declare const getIntents: (bf: any, options: LexExportOptions) => Promise<{
8
8
  type: import("./types/nodes").NodeType.intentNode;
@@ -14,7 +14,7 @@ const utils_1 = require("./utils");
14
14
  /**
15
15
  *
16
16
  * @param bf contents of the json file as object
17
- * @returns blob or buffer etc
17
+ * @returns blob or buffer etc.
18
18
  */
19
19
  const getIntents = (bf, options) => __awaiter(void 0, void 0, void 0, function* () {
20
20
  const flowDetails = (0, utils_1.compileFlowToFlowDetails)(bf, options);
@@ -2,7 +2,7 @@ import { LexExportOptions } from "./types/others/lex-export-options";
2
2
  /**
3
3
  *
4
4
  * @param bf contents of the json file as object
5
- * @returns blob or buffer etc
5
+ * @returns blob or buffer etc.
6
6
  */
7
7
  export declare const getIntents: (bf: any, options: LexExportOptions) => Promise<{
8
8
  type: import("./types/nodes").NodeType.intentNode;
@@ -11,7 +11,7 @@ import { compileFlowToFlowDetails } from "./utils";
11
11
  /**
12
12
  *
13
13
  * @param bf contents of the json file as object
14
- * @returns blob or buffer etc
14
+ * @returns blob or buffer etc.
15
15
  */
16
16
  export const getIntents = (bf, options) => __awaiter(void 0, void 0, void 0, function* () {
17
17
  const flowDetails = compileFlowToFlowDetails(bf, options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatbot-lex-design-builder",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",