@uipath/agenthub-tool 1.199.0-preview.113 → 1.199.0-preview.116
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
|
@@ -67676,7 +67676,7 @@ init_esm();
|
|
|
67676
67676
|
var package_default = {
|
|
67677
67677
|
name: "@uipath/agenthub-tool",
|
|
67678
67678
|
license: "MIT",
|
|
67679
|
-
version: "1.199.0-preview.
|
|
67679
|
+
version: "1.199.0-preview.116",
|
|
67680
67680
|
description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
67681
67681
|
private: false,
|
|
67682
67682
|
repository: {
|
|
@@ -90915,7 +90915,7 @@ class TextApiResponse2 {
|
|
|
90915
90915
|
var package_default4 = {
|
|
90916
90916
|
name: "@uipath/integrationservice-sdk",
|
|
90917
90917
|
license: "MIT",
|
|
90918
|
-
version: "1.199.0-preview.
|
|
90918
|
+
version: "1.199.0-preview.116",
|
|
90919
90919
|
repository: {
|
|
90920
90920
|
type: "git",
|
|
90921
90921
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99720,4 +99720,4 @@ export {
|
|
|
99720
99720
|
createStandaloneProgram
|
|
99721
99721
|
};
|
|
99722
99722
|
|
|
99723
|
-
//# debugId=
|
|
99723
|
+
//# debugId=75F925519FDE898964756E2164756E21
|
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.116",
|
|
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": "c91f4f9738502a4b1ca2849631890fcf59304484"
|
|
30
30
|
}
|