@uipath/agent-tool 1.198.0-preview.82 → 1.198.0-preview.84
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 +5 -5
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -64895,7 +64895,7 @@ var init_package = __esm(() => {
|
|
|
64895
64895
|
package_default5 = {
|
|
64896
64896
|
name: "@uipath/integrationservice-sdk",
|
|
64897
64897
|
license: "MIT",
|
|
64898
|
-
version: "1.198.0-preview.
|
|
64898
|
+
version: "1.198.0-preview.84",
|
|
64899
64899
|
repository: {
|
|
64900
64900
|
type: "git",
|
|
64901
64901
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -89197,7 +89197,7 @@ import"./packager-tool.js";
|
|
|
89197
89197
|
var package_default = {
|
|
89198
89198
|
name: "@uipath/agent-tool",
|
|
89199
89199
|
license: "MIT",
|
|
89200
|
-
version: "1.198.0-preview.
|
|
89200
|
+
version: "1.198.0-preview.84",
|
|
89201
89201
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
89202
89202
|
private: false,
|
|
89203
89203
|
repository: {
|
|
@@ -94217,7 +94217,7 @@ class TextApiResponse2 {
|
|
|
94217
94217
|
var package_default3 = {
|
|
94218
94218
|
name: "@uipath/solution-sdk",
|
|
94219
94219
|
license: "MIT",
|
|
94220
|
-
version: "1.198.0-preview.
|
|
94220
|
+
version: "1.198.0-preview.84",
|
|
94221
94221
|
repository: {
|
|
94222
94222
|
type: "git",
|
|
94223
94223
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -97821,7 +97821,7 @@ class VoidApiResponse3 {
|
|
|
97821
97821
|
var package_default4 = {
|
|
97822
97822
|
name: "@uipath/agent-sdk",
|
|
97823
97823
|
license: "MIT",
|
|
97824
|
-
version: "1.198.0-preview.
|
|
97824
|
+
version: "1.198.0-preview.84",
|
|
97825
97825
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
97826
97826
|
repository: {
|
|
97827
97827
|
type: "git",
|
|
@@ -128314,4 +128314,4 @@ export {
|
|
|
128314
128314
|
metadata
|
|
128315
128315
|
};
|
|
128316
128316
|
|
|
128317
|
-
//# debugId=
|
|
128317
|
+
//# debugId=65DD40A1639366D164756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agent-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.84",
|
|
5
5
|
"description": "cli plugin for creating and managing UiPath low-code agents",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "348cb786606b92b1a25785f322856660913a10b5"
|
|
30
30
|
}
|