@uipath/agenthub-tool 1.203.0-preview.160 → 1.203.0-preview.180

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-rac33f8m.js";
4
+ } from "./tool-t10s6zwz.js";
5
5
  import"./tool-d8ypb1d1.js";
6
6
  import"./tool-ayyhwvs8.js";
7
7
  import"./tool-1de529jm.js";
@@ -29,7 +29,7 @@ var package_default = {
29
29
  name: "@uipath/agenthub-tool",
30
30
  author: "UiPath",
31
31
  license: "SEE LICENSE IN LICENSE.txt",
32
- version: "1.203.0-preview.160",
32
+ version: "1.203.0-preview.180",
33
33
  description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
34
34
  private: false,
35
35
  repository: {
@@ -7182,4 +7182,4 @@ var createStandaloneProgram = async () => {
7182
7182
 
7183
7183
  export { metadata, registerCommands, createStandaloneProgram };
7184
7184
 
7185
- //# debugId=90838226BF6BBA3064756E2164756E21
7185
+ //# debugId=02B8B70E76902B5464756E2164756E21
package/dist/tool.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  createStandaloneProgram,
3
3
  metadata,
4
4
  registerCommands
5
- } from "./tool-rac33f8m.js";
5
+ } from "./tool-t10s6zwz.js";
6
6
  import"./tool-d8ypb1d1.js";
7
7
  import"./tool-ayyhwvs8.js";
8
8
  import"./tool-1de529jm.js";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@uipath/agenthub-tool",
3
3
  "author": "UiPath",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
- "version": "1.203.0-preview.160",
5
+ "version": "1.203.0-preview.180",
6
6
  "description": "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
7
7
  "private": false,
8
8
  "repository": {
@@ -27,5 +27,5 @@
27
27
  "files": [
28
28
  "dist"
29
29
  ],
30
- "gitHead": "3a42062ba731afca4595ba9aa8a80afc9667528d"
30
+ "gitHead": "4e0a51e3ab2c9d89afd3d35a7b087a7fa58133a0"
31
31
  }