@uipath/docsai-tool 1.202.1-preview.175 → 1.202.1-preview.176
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
|
@@ -8987,7 +8987,7 @@ var require_dist = __commonJS(function(exports, module) {
|
|
|
8987
8987
|
var package_default = {
|
|
8988
8988
|
name: "@uipath/docsai-tool",
|
|
8989
8989
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
8990
|
-
version: "1.202.1-preview.
|
|
8990
|
+
version: "1.202.1-preview.176",
|
|
8991
8991
|
description: "Search UiPath documentation with AI-powered answers.",
|
|
8992
8992
|
private: false,
|
|
8993
8993
|
repository: {
|
|
@@ -22866,4 +22866,4 @@ var registerCommands = async (program2) => {
|
|
|
22866
22866
|
|
|
22867
22867
|
export { Command, metadata, registerCommands };
|
|
22868
22868
|
|
|
22869
|
-
//# debugId=
|
|
22869
|
+
//# debugId=890279D09FEDF82864756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/docsai-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1-preview.
|
|
4
|
+
"version": "1.202.1-preview.176",
|
|
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": "f043cba19afdc3e66742e88b87ddb4d2932a3a66"
|
|
30
30
|
}
|