@uipath/docsai-tool 0.1.10 → 0.1.11
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 +3 -3
- package/package.json +3 -3
package/dist/tool.js
CHANGED
|
@@ -6519,7 +6519,7 @@ var require_dist = __commonJS((exports, module) => {
|
|
|
6519
6519
|
// package.json
|
|
6520
6520
|
var package_default = {
|
|
6521
6521
|
name: "@uipath/docsai-tool",
|
|
6522
|
-
version: "0.1.
|
|
6522
|
+
version: "0.1.11",
|
|
6523
6523
|
description: "Search UiPath documentation with AI-powered answers.",
|
|
6524
6524
|
private: false,
|
|
6525
6525
|
repository: {
|
|
@@ -6545,14 +6545,14 @@ var package_default = {
|
|
|
6545
6545
|
"dist"
|
|
6546
6546
|
],
|
|
6547
6547
|
scripts: {
|
|
6548
|
-
build: "bun build
|
|
6548
|
+
build: "bun ../../tools/build-tool.ts",
|
|
6549
6549
|
package: "bun run build && bun pm pack",
|
|
6550
6550
|
lint: "biome check .",
|
|
6551
6551
|
"lint:fix": "biome check --write ."
|
|
6552
6552
|
},
|
|
6553
6553
|
peerDependencies: {
|
|
6554
6554
|
commander: "^14.0.3",
|
|
6555
|
-
"@uipath/common": "^0.1.
|
|
6555
|
+
"@uipath/common": "^0.1.13",
|
|
6556
6556
|
"@uipath/auth": "^0.1.9"
|
|
6557
6557
|
},
|
|
6558
6558
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/docsai-tool",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Search UiPath documentation with AI-powered answers.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"scripts": {
|
|
29
|
-
"build": "bun build
|
|
29
|
+
"build": "bun ../../tools/build-tool.ts",
|
|
30
30
|
"package": "bun run build && bun pm pack",
|
|
31
31
|
"lint": "biome check .",
|
|
32
32
|
"lint:fix": "biome check --write ."
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"commander": "^14.0.3",
|
|
36
|
-
"@uipath/common": "^0.1.
|
|
36
|
+
"@uipath/common": "^0.1.13",
|
|
37
37
|
"@uipath/auth": "^0.1.9"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|