@uipath/agent-tool 1.198.0-preview.86 → 1.198.0-preview.87
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
|
@@ -65286,7 +65286,7 @@ var init_package = __esm(() => {
|
|
|
65286
65286
|
package_default5 = {
|
|
65287
65287
|
name: "@uipath/integrationservice-sdk",
|
|
65288
65288
|
license: "MIT",
|
|
65289
|
-
version: "1.198.0-preview.
|
|
65289
|
+
version: "1.198.0-preview.87",
|
|
65290
65290
|
repository: {
|
|
65291
65291
|
type: "git",
|
|
65292
65292
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -89588,7 +89588,7 @@ import"./packager-tool.js";
|
|
|
89588
89588
|
var package_default = {
|
|
89589
89589
|
name: "@uipath/agent-tool",
|
|
89590
89590
|
license: "MIT",
|
|
89591
|
-
version: "1.198.0-preview.
|
|
89591
|
+
version: "1.198.0-preview.87",
|
|
89592
89592
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
89593
89593
|
private: false,
|
|
89594
89594
|
repository: {
|
|
@@ -94607,7 +94607,7 @@ class TextApiResponse2 {
|
|
|
94607
94607
|
var package_default3 = {
|
|
94608
94608
|
name: "@uipath/solution-sdk",
|
|
94609
94609
|
license: "MIT",
|
|
94610
|
-
version: "1.198.0-preview.
|
|
94610
|
+
version: "1.198.0-preview.87",
|
|
94611
94611
|
repository: {
|
|
94612
94612
|
type: "git",
|
|
94613
94613
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98211,7 +98211,7 @@ class VoidApiResponse3 {
|
|
|
98211
98211
|
var package_default4 = {
|
|
98212
98212
|
name: "@uipath/agent-sdk",
|
|
98213
98213
|
license: "MIT",
|
|
98214
|
-
version: "1.198.0-preview.
|
|
98214
|
+
version: "1.198.0-preview.87",
|
|
98215
98215
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
98216
98216
|
repository: {
|
|
98217
98217
|
type: "git",
|
|
@@ -128704,4 +128704,4 @@ export {
|
|
|
128704
128704
|
metadata
|
|
128705
128705
|
};
|
|
128706
128706
|
|
|
128707
|
-
//# debugId=
|
|
128707
|
+
//# debugId=635F65C2E011BBD064756E2164756E21
|
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.87",
|
|
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": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
|
|
30
30
|
}
|