@xapp/stentor-lex-lib 1.52.97 → 1.52.98
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.
|
@@ -3,7 +3,7 @@ import { Translator } from "@xapp/patterns";
|
|
|
3
3
|
import { Response } from "stentor-models";
|
|
4
4
|
import { LexRuntimeV2 } from "aws-sdk/clients/all";
|
|
5
5
|
/**
|
|
6
|
-
* Translates a response from the RecognizeText
|
|
6
|
+
* Translates a response from the RecognizeText.
|
|
7
7
|
*
|
|
8
8
|
* @see https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeText.html
|
|
9
9
|
*/
|
|
@@ -4,7 +4,7 @@ exports.TranslateLexV2PostTextResponse = void 0;
|
|
|
4
4
|
/*! Copyright (c) 2020, XAPPmedia */
|
|
5
5
|
const patterns_1 = require("@xapp/patterns");
|
|
6
6
|
/**
|
|
7
|
-
* Translates a response from the RecognizeText
|
|
7
|
+
* Translates a response from the RecognizeText.
|
|
8
8
|
*
|
|
9
9
|
* @see https://docs.aws.amazon.com/lexv2/latest/APIReference/API_runtime_RecognizeText.html
|
|
10
10
|
*/
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.52.
|
|
7
|
+
"version": "1.52.98",
|
|
8
8
|
"description": "Shared AWS LEX Library for :mega: stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"main": "lib/index",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"clean": "rm -rf ./lib/*",
|
|
47
47
|
"test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "beaacddc7abdb1a0ff1a44e523a81e4779c029f5"
|
|
50
50
|
}
|