@uipath/docsai-tool 1.203.0-preview.160 → 1.203.0-preview.180

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-fqjn81ft.js";
6
+ } from "./tool-kqw2349c.js";
7
7
  import"./tool-1yh8g550.js";
8
8
 
9
9
  // src/index.ts
@@ -8988,7 +8988,7 @@ var package_default = {
8988
8988
  name: "@uipath/docsai-tool",
8989
8989
  author: "UiPath",
8990
8990
  license: "SEE LICENSE IN LICENSE.txt",
8991
- version: "1.203.0-preview.160",
8991
+ version: "1.203.0-preview.180",
8992
8992
  description: "Search UiPath documentation with AI-powered answers.",
8993
8993
  private: false,
8994
8994
  repository: {
@@ -23099,4 +23099,4 @@ var registerCommands = async (program2) => {
23099
23099
 
23100
23100
  export { Command, metadata, registerCommands };
23101
23101
 
23102
- //# debugId=565B27783E2143F564756E2164756E21
23102
+ //# debugId=61614D795411E27F64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-fqjn81ft.js";
4
+ } from "./tool-kqw2349c.js";
5
5
  import"./tool-1yh8g550.js";
6
6
  export {
7
7
  metadata,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@uipath/docsai-tool",
3
3
  "author": "UiPath",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
- "version": "1.203.0-preview.160",
5
+ "version": "1.203.0-preview.180",
6
6
  "description": "Search UiPath documentation with AI-powered answers.",
7
7
  "private": false,
8
8
  "repository": {
@@ -27,5 +27,5 @@
27
27
  "files": [
28
28
  "dist"
29
29
  ],
30
- "gitHead": "3a42062ba731afca4595ba9aa8a80afc9667528d"
30
+ "gitHead": "4e0a51e3ab2c9d89afd3d35a7b087a7fa58133a0"
31
31
  }