@uipath/agenthub-tool 1.198.0-preview.82 → 1.198.0-preview.83

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
@@ -67182,7 +67182,7 @@ init_esm();
67182
67182
  var package_default = {
67183
67183
  name: "@uipath/agenthub-tool",
67184
67184
  license: "MIT",
67185
- version: "1.198.0-preview.82",
67185
+ version: "1.198.0-preview.83",
67186
67186
  description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
67187
67187
  private: false,
67188
67188
  repository: {
@@ -90418,7 +90418,7 @@ class TextApiResponse2 {
90418
90418
  var package_default4 = {
90419
90419
  name: "@uipath/integrationservice-sdk",
90420
90420
  license: "MIT",
90421
- version: "1.198.0-preview.82",
90421
+ version: "1.198.0-preview.83",
90422
90422
  repository: {
90423
90423
  type: "git",
90424
90424
  url: "https://github.com/UiPath/cli.git",
@@ -99097,4 +99097,4 @@ export {
99097
99097
  createStandaloneProgram
99098
99098
  };
99099
99099
 
99100
- //# debugId=71F9DFE36B1DECFF64756E2164756E21
99100
+ //# debugId=30470C7F66BBE20264756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agenthub-tool",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.82",
4
+ "version": "1.198.0-preview.83",
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": "ec9a5f58936b8ab07633a96598d699fa8527be65"
29
+ "gitHead": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
30
30
  }