@uipath/conversational-tool 1.198.0-preview.86 → 1.198.0-preview.87

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.86",
38316
+ version: "1.198.0-preview.87",
38317
38317
  description: "Handle conversations with deployed UiPath conversational processes.",
38318
38318
  type: "module",
38319
38319
  main: "./dist/tool.js",
@@ -57682,4 +57682,4 @@ export {
57682
57682
  metadata
57683
57683
  };
57684
57684
 
57685
- //# debugId=8C87E91A71190E3364756E2164756E21
57685
+ //# debugId=002C6C75F34A46FE64756E2164756E21
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.86",
4
+ "version": "1.198.0-preview.87",
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": "e6930a7d30dc12735ec0dc6fd7c4720bbb99e936"
20
+ "gitHead": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
21
21
  }