@uipath/conversational-tool 1.198.0-preview.96 → 1.198.0
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.
- package/dist/tool.js +2 -2
- package/package.json +1 -1
package/dist/tool.js
CHANGED
|
@@ -38313,7 +38313,7 @@ var init_conversational_agent = __esm(() => {
|
|
|
38313
38313
|
var package_default = {
|
|
38314
38314
|
name: "@uipath/conversational-tool",
|
|
38315
38315
|
license: "MIT",
|
|
38316
|
-
version: "1.198.0
|
|
38316
|
+
version: "1.198.0",
|
|
38317
38317
|
description: "Handle conversations with deployed UiPath conversational processes.",
|
|
38318
38318
|
type: "module",
|
|
38319
38319
|
main: "./dist/tool.js",
|
|
@@ -57789,4 +57789,4 @@ export {
|
|
|
57789
57789
|
metadata
|
|
57790
57790
|
};
|
|
57791
57791
|
|
|
57792
|
-
//# debugId=
|
|
57792
|
+
//# debugId=FEA70C6B49A4118A64756E2164756E21
|
package/package.json
CHANGED