@uipath/docsai-tool 1.0.0 → 1.0.2
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 +1 -1
- package/dist/tool.js +5 -5
- package/package.json +4 -4
package/dist/index.js
CHANGED
package/dist/tool.js
CHANGED
|
@@ -1018,7 +1018,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1018
1018
|
this._exitCallback = (err) => {
|
|
1019
1019
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1020
1020
|
throw err;
|
|
1021
|
-
}
|
|
1021
|
+
}
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
1024
|
return this;
|
|
@@ -2956,7 +2956,7 @@ function isBrowser() {
|
|
|
2956
2956
|
|
|
2957
2957
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
2958
2958
|
var require_coreipc = __commonJS((exports, module) => {
|
|
2959
|
-
var __dirname = "/
|
|
2959
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
2960
2960
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2961
2961
|
(function(e, t) {
|
|
2962
2962
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
|
|
@@ -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.2",
|
|
27714
27714
|
description: "Search UiPath documentation with AI-powered answers.",
|
|
27715
27715
|
private: false,
|
|
27716
27716
|
repository: {
|
|
@@ -39353,7 +39353,7 @@ function finalize(ctx, schema2) {
|
|
|
39353
39353
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
39354
39354
|
} else if (ctx.target === "draft-04") {
|
|
39355
39355
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
39356
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
39356
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
39357
39357
|
if (ctx.external?.uri) {
|
|
39358
39358
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
39359
39359
|
if (!id)
|
|
@@ -39580,7 +39580,7 @@ var literalProcessor = (schema2, ctx, json2, _params) => {
|
|
|
39580
39580
|
if (val === undefined) {
|
|
39581
39581
|
if (ctx.unrepresentable === "throw") {
|
|
39582
39582
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
39583
|
-
}
|
|
39583
|
+
}
|
|
39584
39584
|
} else if (typeof val === "bigint") {
|
|
39585
39585
|
if (ctx.unrepresentable === "throw") {
|
|
39586
39586
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/docsai-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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.2",
|
|
38
|
+
"@uipath/common": "1.0.2",
|
|
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": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
45
45
|
}
|