@uipath/docsai-tool 1.0.2 → 1.0.4
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 +1 -1
- package/package.json +4 -4
package/dist/tool.js
CHANGED
|
@@ -27710,7 +27710,7 @@ var require_dist2 = __commonJS((exports, module) => {
|
|
|
27710
27710
|
// package.json
|
|
27711
27711
|
var package_default = {
|
|
27712
27712
|
name: "@uipath/docsai-tool",
|
|
27713
|
-
version: "1.0.
|
|
27713
|
+
version: "1.0.4",
|
|
27714
27714
|
description: "Search UiPath documentation with AI-powered answers.",
|
|
27715
27715
|
private: false,
|
|
27716
27716
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/docsai-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Search UiPath documentation with AI-powered answers.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"test:coverage": "vitest run --coverage"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@uipath/auth": "1.0.
|
|
38
|
-
"@uipath/common": "1.0.
|
|
37
|
+
"@uipath/auth": "1.0.4",
|
|
38
|
+
"@uipath/common": "1.0.4",
|
|
39
39
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
40
40
|
"@types/node": "^25.5.2",
|
|
41
41
|
"commander": "^14.0.3",
|
|
42
42
|
"typescript": "^6.0.2"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
45
45
|
}
|