@uipath/agenthub-tool 1.197.0-preview.76 → 1.197.0
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
|
@@ -67166,7 +67166,7 @@ init_esm();
|
|
|
67166
67166
|
var package_default = {
|
|
67167
67167
|
name: "@uipath/agenthub-tool",
|
|
67168
67168
|
license: "MIT",
|
|
67169
|
-
version: "1.197.0
|
|
67169
|
+
version: "1.197.0",
|
|
67170
67170
|
description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
67171
67171
|
private: false,
|
|
67172
67172
|
repository: {
|
|
@@ -90401,7 +90401,7 @@ class TextApiResponse2 {
|
|
|
90401
90401
|
var package_default4 = {
|
|
90402
90402
|
name: "@uipath/integrationservice-sdk",
|
|
90403
90403
|
license: "MIT",
|
|
90404
|
-
version: "1.197.0
|
|
90404
|
+
version: "1.197.0",
|
|
90405
90405
|
repository: {
|
|
90406
90406
|
type: "git",
|
|
90407
90407
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99066,4 +99066,4 @@ export {
|
|
|
99066
99066
|
createStandaloneProgram
|
|
99067
99067
|
};
|
|
99068
99068
|
|
|
99069
|
-
//# debugId=
|
|
99069
|
+
//# debugId=9E3C77FEAB650E3C64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agenthub-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0
|
|
4
|
+
"version": "1.197.0",
|
|
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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
|
|
30
30
|
}
|