@uipath/agenthub-tool 1.201.0-preview.128 → 1.201.0-preview.131

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
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bun
2
2
  import {
3
3
  createStandaloneProgram
4
- } from "./tool-f4z2c3kj.js";
4
+ } from "./tool-ny6e0f1d.js";
5
5
  import"./tool-p5fv2x1s.js";
6
6
  import"./tool-9qecd4wb.js";
7
7
  import"./tool-qa9gftnj.js";
@@ -28,7 +28,7 @@ import {
28
28
  var package_default = {
29
29
  name: "@uipath/agenthub-tool",
30
30
  license: "MIT",
31
- version: "1.201.0-preview.128",
31
+ version: "1.201.0-preview.131",
32
32
  description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
33
33
  private: false,
34
34
  repository: {
@@ -7147,4 +7147,4 @@ var createStandaloneProgram = async () => {
7147
7147
 
7148
7148
  export { metadata, registerCommands, createStandaloneProgram };
7149
7149
 
7150
- //# debugId=EEFEB35A2116F8D164756E2164756E21
7150
+ //# debugId=066661E00852B80A64756E2164756E21
package/dist/tool.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  createStandaloneProgram,
3
3
  metadata,
4
4
  registerCommands
5
- } from "./tool-f4z2c3kj.js";
5
+ } from "./tool-ny6e0f1d.js";
6
6
  import"./tool-p5fv2x1s.js";
7
7
  import"./tool-9qecd4wb.js";
8
8
  import"./tool-qa9gftnj.js";
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
- "name": "@uipath/agenthub-tool",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
6
- "private": false,
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/UiPath/cli.git",
10
- "directory": "packages/agenthub-tool"
11
- },
12
- "publishConfig": {
13
- "registry": "https://registry.npmjs.org/"
14
- },
15
- "keywords": [
16
- "cli-tool"
17
- ],
18
- "type": "module",
19
- "main": "./dist/tool.js",
20
- "exports": {
21
- ".": "./dist/tool.js"
22
- },
23
- "bin": {
24
- "agenthub-tool": "./dist/index.js"
25
- },
26
- "files": [
27
- "dist"
28
- ],
29
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/agenthub-tool",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
6
+ "private": false,
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/UiPath/cli.git",
10
+ "directory": "packages/agenthub-tool"
11
+ },
12
+ "publishConfig": {
13
+ "registry": "https://registry.npmjs.org/"
14
+ },
15
+ "keywords": [
16
+ "cli-tool"
17
+ ],
18
+ "type": "module",
19
+ "main": "./dist/tool.js",
20
+ "exports": {
21
+ ".": "./dist/tool.js"
22
+ },
23
+ "bin": {
24
+ "agenthub-tool": "./dist/index.js"
25
+ },
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
30
30
  }