@uipath/agenthub-tool 1.198.0-preview.83 → 1.198.0-preview.85
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
|
@@ -67182,7 +67182,7 @@ init_esm();
|
|
|
67182
67182
|
var package_default = {
|
|
67183
67183
|
name: "@uipath/agenthub-tool",
|
|
67184
67184
|
license: "MIT",
|
|
67185
|
-
version: "1.198.0-preview.
|
|
67185
|
+
version: "1.198.0-preview.85",
|
|
67186
67186
|
description: "Manage UiPath AgentHub MCP server registrations, tools, and remote A2A agents.",
|
|
67187
67187
|
private: false,
|
|
67188
67188
|
repository: {
|
|
@@ -90418,7 +90418,7 @@ class TextApiResponse2 {
|
|
|
90418
90418
|
var package_default4 = {
|
|
90419
90419
|
name: "@uipath/integrationservice-sdk",
|
|
90420
90420
|
license: "MIT",
|
|
90421
|
-
version: "1.198.0-preview.
|
|
90421
|
+
version: "1.198.0-preview.85",
|
|
90422
90422
|
repository: {
|
|
90423
90423
|
type: "git",
|
|
90424
90424
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99097,4 +99097,4 @@ export {
|
|
|
99097
99097
|
createStandaloneProgram
|
|
99098
99098
|
};
|
|
99099
99099
|
|
|
99100
|
-
//# debugId=
|
|
99100
|
+
//# debugId=35C9DA8E61A6819964756E2164756E21
|
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.85",
|
|
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": "4a4fb9d0a395bafc674550cf9a4ff7a0c14e134f"
|
|
30
30
|
}
|