@uipath/agenthub-tool 1.202.0-preview.147 → 1.202.0-preview.149

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-3rc9scxt.js";
4
+ } from "./tool-vz3vkzsn.js";
5
5
  import"./tool-cea9vv5v.js";
6
6
  import"./tool-ayyhwvs8.js";
7
7
  import"./tool-1de529jm.js";
@@ -28,7 +28,7 @@ import {
28
28
  var package_default = {
29
29
  name: "@uipath/agenthub-tool",
30
30
  license: "SEE LICENSE IN LICENSE.txt",
31
- version: "1.202.0-preview.147",
31
+ version: "1.202.0-preview.149",
32
32
  description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
33
33
  private: false,
34
34
  repository: {
@@ -7175,4 +7175,4 @@ var createStandaloneProgram = async () => {
7175
7175
 
7176
7176
  export { metadata, registerCommands, createStandaloneProgram };
7177
7177
 
7178
- //# debugId=798647391FC5C5AD64756E2164756E21
7178
+ //# debugId=2C4F3F25653D960F64756E2164756E21
package/dist/tool.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  createStandaloneProgram,
3
3
  metadata,
4
4
  registerCommands
5
- } from "./tool-3rc9scxt.js";
5
+ } from "./tool-vz3vkzsn.js";
6
6
  import"./tool-cea9vv5v.js";
7
7
  import"./tool-ayyhwvs8.js";
8
8
  import"./tool-1de529jm.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agenthub-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.147",
4
+ "version": "1.202.0-preview.149",
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": "851398a44b9231a9fd8ac913a24388151bd27692"
29
+ "gitHead": "d32b9f0191b9dc454edd2ce20024383cc3eb3f37"
30
30
  }