@uipath/conversational-tool 1.201.0-preview.123 → 1.201.0-preview.127
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/index.js
CHANGED
|
@@ -2117,7 +2117,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2117
2117
|
var package_default = {
|
|
2118
2118
|
name: "@uipath/conversational-tool",
|
|
2119
2119
|
license: "MIT",
|
|
2120
|
-
version: "1.201.0-preview.
|
|
2120
|
+
version: "1.201.0-preview.127",
|
|
2121
2121
|
description: "Handle conversations with deployed UiPath conversational processes.",
|
|
2122
2122
|
type: "module",
|
|
2123
2123
|
main: "./dist/tool.js",
|
|
@@ -17206,4 +17206,4 @@ var registerCommands = async (program2) => {
|
|
|
17206
17206
|
|
|
17207
17207
|
export { Command, metadata, registerCommands };
|
|
17208
17208
|
|
|
17209
|
-
//# debugId=
|
|
17209
|
+
//# debugId=E85DEFEA12C6E9EB64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/conversational-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.127",
|
|
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": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
|
|
21
21
|
}
|