@uipath/conversational-tool 1.201.0-preview.122 → 1.201.0-preview.125

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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-m61s8m8p.js";
6
+ } from "./tool-pytn2d9z.js";
7
7
  import"./tool-a8ky4eng.js";
8
8
  import"./tool-9qecd4wb.js";
9
9
  import"./tool-4pvh3k50.js";
@@ -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.122",
2120
+ version: "1.201.0-preview.125",
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=B9B8B5B22B52550464756E2164756E21
17209
+ //# debugId=D6714ABCC9C45F0064756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-m61s8m8p.js";
4
+ } from "./tool-pytn2d9z.js";
5
5
  import"./tool-a8ky4eng.js";
6
6
  import"./tool-9qecd4wb.js";
7
7
  import"./tool-4pvh3k50.js";
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.122",
4
+ "version": "1.201.0-preview.125",
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": "6c56f56100be96231fccbaa59e99d64d94808d58"
20
+ "gitHead": "3429b3f8c5a137ace2fa1d6d4916a7168cc632fa"
21
21
  }