@uipath/conversational-tool 1.198.0-preview.82 → 1.198.0-preview.83

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.
Files changed (2) hide show
  1. package/dist/tool.js +2 -2
  2. package/package.json +2 -2
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-preview.82",
38316
+ version: "1.198.0-preview.83",
38317
38317
  description: "Handle conversations with deployed UiPath conversational processes.",
38318
38318
  type: "module",
38319
38319
  main: "./dist/tool.js",
@@ -57282,4 +57282,4 @@ export {
57282
57282
  metadata
57283
57283
  };
57284
57284
 
57285
- //# debugId=8686BF5B30E36AFB64756E2164756E21
57285
+ //# debugId=74B3B4DD40C2F2E164756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/conversational-tool",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.82",
4
+ "version": "1.198.0-preview.83",
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": "ec9a5f58936b8ab07633a96598d699fa8527be65"
20
+ "gitHead": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
21
21
  }