@uipath/agenthub-tool 1.198.0-preview.86 → 1.198.0-preview.87
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/tool.js +3 -3
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -67513,7 +67513,7 @@ init_esm();
|
|
|
67513
67513
|
var package_default = {
|
|
67514
67514
|
name: "@uipath/agenthub-tool",
|
|
67515
67515
|
license: "MIT",
|
|
67516
|
-
version: "1.198.0-preview.
|
|
67516
|
+
version: "1.198.0-preview.87",
|
|
67517
67517
|
description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
67518
67518
|
private: false,
|
|
67519
67519
|
repository: {
|
|
@@ -90749,7 +90749,7 @@ class TextApiResponse2 {
|
|
|
90749
90749
|
var package_default4 = {
|
|
90750
90750
|
name: "@uipath/integrationservice-sdk",
|
|
90751
90751
|
license: "MIT",
|
|
90752
|
-
version: "1.198.0-preview.
|
|
90752
|
+
version: "1.198.0-preview.87",
|
|
90753
90753
|
repository: {
|
|
90754
90754
|
type: "git",
|
|
90755
90755
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99428,4 +99428,4 @@ export {
|
|
|
99428
99428
|
createStandaloneProgram
|
|
99429
99429
|
};
|
|
99430
99430
|
|
|
99431
|
-
//# debugId=
|
|
99431
|
+
//# debugId=408ABE3F78DD762564756E2164756E21
|
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.
|
|
4
|
+
"version": "1.198.0-preview.87",
|
|
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": "
|
|
29
|
+
"gitHead": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
|
|
30
30
|
}
|