@uipath/agenthub-tool 1.197.0-preview.63 → 1.197.0-preview.64

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 +3 -3
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -66560,7 +66560,7 @@ init_esm();
66560
66560
  var package_default = {
66561
66561
  name: "@uipath/agenthub-tool",
66562
66562
  license: "MIT",
66563
- version: "1.197.0-preview.63",
66563
+ version: "1.197.0-preview.64",
66564
66564
  description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
66565
66565
  private: false,
66566
66566
  repository: {
@@ -89795,7 +89795,7 @@ class TextApiResponse2 {
89795
89795
  var package_default4 = {
89796
89796
  name: "@uipath/integrationservice-sdk",
89797
89797
  license: "MIT",
89798
- version: "1.197.0-preview.63",
89798
+ version: "1.197.0-preview.64",
89799
89799
  repository: {
89800
89800
  type: "git",
89801
89801
  url: "https://github.com/UiPath/cli.git",
@@ -98460,4 +98460,4 @@ export {
98460
98460
  createStandaloneProgram
98461
98461
  };
98462
98462
 
98463
- //# debugId=A86435F3E40B0B4B64756E2164756E21
98463
+ //# debugId=52A2E4D0F0750C1264756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agenthub-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.63",
4
+ "version": "1.197.0-preview.64",
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": "f11c510734215113744bf42073c327ecd776c7c2"
29
+ "gitHead": "3977b977945bf519336258da69fd271433eaaef4"
30
30
  }