@uipath/agenthub-tool 1.199.0-preview.97 → 1.199.0-preview.99
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
|
@@ -67647,7 +67647,7 @@ init_esm();
|
|
|
67647
67647
|
var package_default = {
|
|
67648
67648
|
name: "@uipath/agenthub-tool",
|
|
67649
67649
|
license: "MIT",
|
|
67650
|
-
version: "1.199.0-preview.
|
|
67650
|
+
version: "1.199.0-preview.99",
|
|
67651
67651
|
description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
67652
67652
|
private: false,
|
|
67653
67653
|
repository: {
|
|
@@ -90886,7 +90886,7 @@ class TextApiResponse2 {
|
|
|
90886
90886
|
var package_default4 = {
|
|
90887
90887
|
name: "@uipath/integrationservice-sdk",
|
|
90888
90888
|
license: "MIT",
|
|
90889
|
-
version: "1.199.0-preview.
|
|
90889
|
+
version: "1.199.0-preview.99",
|
|
90890
90890
|
repository: {
|
|
90891
90891
|
type: "git",
|
|
90892
90892
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99691,4 +99691,4 @@ export {
|
|
|
99691
99691
|
createStandaloneProgram
|
|
99692
99692
|
};
|
|
99693
99693
|
|
|
99694
|
-
//# debugId=
|
|
99694
|
+
//# debugId=77430421703E502C64756E2164756E21
|
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.
|
|
4
|
+
"version": "1.199.0-preview.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
30
30
|
}
|