@uipath/docsai-tool 0.1.13 → 0.2.0

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.
Files changed (2) hide show
  1. package/dist/tool.js +1 -1
  2. package/package.json +3 -3
package/dist/tool.js CHANGED
@@ -16284,7 +16284,7 @@ var require_dist = __commonJS((exports, module) => {
16284
16284
  // package.json
16285
16285
  var package_default = {
16286
16286
  name: "@uipath/docsai-tool",
16287
- version: "0.1.13",
16287
+ version: "0.2.0",
16288
16288
  description: "Search UiPath documentation with AI-powered answers.",
16289
16289
  private: false,
16290
16290
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/docsai-tool",
3
- "version": "0.1.13",
3
+ "version": "0.2.0",
4
4
  "description": "Search UiPath documentation with AI-powered answers.",
5
5
  "private": false,
6
6
  "repository": {
@@ -34,8 +34,8 @@
34
34
  "test:coverage": "vitest run --coverage"
35
35
  },
36
36
  "devDependencies": {
37
- "@uipath/auth": "0.1.11",
38
- "@uipath/common": "0.1.15",
37
+ "@uipath/auth": "0.2.0",
38
+ "@uipath/common": "0.2.0",
39
39
  "@modelcontextprotocol/sdk": "^1.26.0",
40
40
  "@types/node": "^25.5.0",
41
41
  "commander": "^14.0.3",