@uipath/docsai-tool 1.198.0-preview.83 → 1.198.0-preview.84
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/tool.js +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -27802,7 +27802,7 @@ var require_dist2 = __commonJS((exports, module) => {
|
|
|
27802
27802
|
var package_default = {
|
|
27803
27803
|
name: "@uipath/docsai-tool",
|
|
27804
27804
|
license: "MIT",
|
|
27805
|
-
version: "1.198.0-preview.
|
|
27805
|
+
version: "1.198.0-preview.84",
|
|
27806
27806
|
description: "Search UiPath documentation with AI-powered answers.",
|
|
27807
27807
|
private: false,
|
|
27808
27808
|
repository: {
|
|
@@ -44981,4 +44981,4 @@ export {
|
|
|
44981
44981
|
metadata
|
|
44982
44982
|
};
|
|
44983
44983
|
|
|
44984
|
-
//# debugId=
|
|
44984
|
+
//# debugId=2ECFB9A275BFADAB64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/docsai-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.84",
|
|
5
5
|
"description": "Search UiPath documentation with AI-powered answers.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "348cb786606b92b1a25785f322856660913a10b5"
|
|
30
30
|
}
|