@uipath/agenthub-tool 1.200.0-preview.126 → 1.200.0-preview.129

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-31ecbkkk.js";
4
+ } from "./tool-2kecwx54.js";
5
5
  import"./tool-8fff7qd7.js";
6
6
  import"./tool-9qecd4wb.js";
7
7
  import"./tool-n3m8fkht.js";
@@ -28,7 +28,7 @@ import {
28
28
  var package_default = {
29
29
  name: "@uipath/agenthub-tool",
30
30
  license: "MIT",
31
- version: "1.200.0-preview.126",
31
+ version: "1.200.0-preview.129",
32
32
  description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
33
33
  private: false,
34
34
  repository: {
@@ -7044,4 +7044,4 @@ var createStandaloneProgram = async () => {
7044
7044
 
7045
7045
  export { metadata, registerCommands, createStandaloneProgram };
7046
7046
 
7047
- //# debugId=740E760EE538BA6064756E2164756E21
7047
+ //# debugId=0EC56492318F741364756E2164756E21
package/dist/tool.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  createStandaloneProgram,
3
3
  metadata,
4
4
  registerCommands
5
- } from "./tool-31ecbkkk.js";
5
+ } from "./tool-2kecwx54.js";
6
6
  import"./tool-8fff7qd7.js";
7
7
  import"./tool-9qecd4wb.js";
8
8
  import"./tool-n3m8fkht.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agenthub-tool",
3
3
  "license": "MIT",
4
- "version": "1.200.0-preview.126",
4
+ "version": "1.200.0-preview.129",
5
5
  "description": "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
6
6
  "private": false,
7
7
  "repository": {
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "c2f816a61073d9668c4a3f4e80999de71f417818"
29
+ "gitHead": "0d1695ec4c5fc5ebe38a4bd0f92d61e7884fcfb1"
30
30
  }