@uipath/agenthub-tool 1.199.0-preview.91 → 1.199.0-preview.92

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
@@ -67531,7 +67531,7 @@ init_esm();
67531
67531
  var package_default = {
67532
67532
  name: "@uipath/agenthub-tool",
67533
67533
  license: "MIT",
67534
- version: "1.199.0-preview.91",
67534
+ version: "1.199.0-preview.92",
67535
67535
  description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
67536
67536
  private: false,
67537
67537
  repository: {
@@ -90770,7 +90770,7 @@ class TextApiResponse2 {
90770
90770
  var package_default4 = {
90771
90771
  name: "@uipath/integrationservice-sdk",
90772
90772
  license: "MIT",
90773
- version: "1.199.0-preview.91",
90773
+ version: "1.199.0-preview.92",
90774
90774
  repository: {
90775
90775
  type: "git",
90776
90776
  url: "https://github.com/UiPath/cli.git",
@@ -99575,4 +99575,4 @@ export {
99575
99575
  createStandaloneProgram
99576
99576
  };
99577
99577
 
99578
- //# debugId=BAA8FBE200FE623364756E2164756E21
99578
+ //# debugId=62A2D54BFE8AE80464756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agenthub-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.91",
4
+ "version": "1.199.0-preview.92",
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": "f428cb1e61ba89ad18394b0c6106784055699f02"
29
+ "gitHead": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
30
30
  }