@uipath/conversational-tool 1.199.0-preview.113 → 1.199.0-preview.119
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 +2 -2
package/dist/tool.js
CHANGED
|
@@ -38458,7 +38458,7 @@ var init_conversational_agent = __esm(() => {
|
|
|
38458
38458
|
var package_default = {
|
|
38459
38459
|
name: "@uipath/conversational-tool",
|
|
38460
38460
|
license: "MIT",
|
|
38461
|
-
version: "1.199.0-preview.
|
|
38461
|
+
version: "1.199.0-preview.119",
|
|
38462
38462
|
description: "Handle conversations with deployed UiPath conversational processes.",
|
|
38463
38463
|
type: "module",
|
|
38464
38464
|
main: "./dist/tool.js",
|
|
@@ -57980,4 +57980,4 @@ export {
|
|
|
57980
57980
|
metadata
|
|
57981
57981
|
};
|
|
57982
57982
|
|
|
57983
|
-
//# debugId=
|
|
57983
|
+
//# debugId=A88A68C2B8ACBFD064756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/conversational-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.119",
|
|
5
5
|
"description": "Handle conversations with deployed UiPath conversational processes.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/tool.js",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"publishConfig": {
|
|
18
18
|
"registry": "https://registry.npmjs.org/"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "9237653cf731fb275714c8ee5aab5dc057424b42"
|
|
21
21
|
}
|