@uipath/docsai-tool 1.201.0-preview.131 → 1.201.0-preview.133
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
|
@@ -8999,7 +8999,7 @@ var require_dist = __commonJS((exports, module) => {
|
|
|
8999
8999
|
var package_default = {
|
|
9000
9000
|
name: "@uipath/docsai-tool",
|
|
9001
9001
|
license: "MIT",
|
|
9002
|
-
version: "1.201.0-preview.
|
|
9002
|
+
version: "1.201.0-preview.133",
|
|
9003
9003
|
description: "Search UiPath documentation with AI-powered answers.",
|
|
9004
9004
|
private: false,
|
|
9005
9005
|
repository: {
|
|
@@ -21783,4 +21783,4 @@ var registerCommands = async (program2) => {
|
|
|
21783
21783
|
|
|
21784
21784
|
export { Command, metadata, registerCommands };
|
|
21785
21785
|
|
|
21786
|
-
//# debugId=
|
|
21786
|
+
//# debugId=F33CAC905C4EC65964756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/docsai-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.133",
|
|
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": "7933378ad5276ac369900293a1447474dcec6826"
|
|
30
30
|
}
|