@uipath/agenthub-tool 1.201.0-preview.131 → 1.201.0-preview.133
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/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
var package_default = {
|
|
29
29
|
name: "@uipath/agenthub-tool",
|
|
30
30
|
license: "MIT",
|
|
31
|
-
version: "1.201.0-preview.
|
|
31
|
+
version: "1.201.0-preview.133",
|
|
32
32
|
description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
33
33
|
private: false,
|
|
34
34
|
repository: {
|
|
@@ -7147,4 +7147,4 @@ var createStandaloneProgram = async () => {
|
|
|
7147
7147
|
|
|
7148
7148
|
export { metadata, registerCommands, createStandaloneProgram };
|
|
7149
7149
|
|
|
7150
|
-
//# debugId=
|
|
7150
|
+
//# debugId=E0D301E05643B43E64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agenthub-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.133",
|
|
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": "7933378ad5276ac369900293a1447474dcec6826"
|
|
30
30
|
}
|