@uipath/conversational-tool 1.197.0-preview.76 → 1.197.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 +2 -2
package/dist/tool.js
CHANGED
|
@@ -38301,7 +38301,7 @@ var init_conversational_agent = __esm(() => {
|
|
|
38301
38301
|
var package_default = {
|
|
38302
38302
|
name: "@uipath/conversational-tool",
|
|
38303
38303
|
license: "MIT",
|
|
38304
|
-
version: "1.197.0
|
|
38304
|
+
version: "1.197.0",
|
|
38305
38305
|
description: "Handle conversations with deployed UiPath conversational processes.",
|
|
38306
38306
|
type: "module",
|
|
38307
38307
|
main: "./dist/tool.js",
|
|
@@ -56815,4 +56815,4 @@ export {
|
|
|
56815
56815
|
metadata
|
|
56816
56816
|
};
|
|
56817
56817
|
|
|
56818
|
-
//# debugId=
|
|
56818
|
+
//# debugId=07A3DF451D3592AE64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/conversational-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0
|
|
4
|
+
"version": "1.197.0",
|
|
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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
|
|
21
21
|
}
|