@uipath/agent-tool 1.198.0-preview.101 → 1.198.0-preview.102
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
|
@@ -65529,7 +65529,7 @@ var init_package = __esm(() => {
|
|
|
65529
65529
|
package_default5 = {
|
|
65530
65530
|
name: "@uipath/integrationservice-sdk",
|
|
65531
65531
|
license: "MIT",
|
|
65532
|
-
version: "1.198.0-preview.
|
|
65532
|
+
version: "1.198.0-preview.102",
|
|
65533
65533
|
repository: {
|
|
65534
65534
|
type: "git",
|
|
65535
65535
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -89831,7 +89831,7 @@ import"./packager-tool.js";
|
|
|
89831
89831
|
var package_default = {
|
|
89832
89832
|
name: "@uipath/agent-tool",
|
|
89833
89833
|
license: "MIT",
|
|
89834
|
-
version: "1.198.0-preview.
|
|
89834
|
+
version: "1.198.0-preview.102",
|
|
89835
89835
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
89836
89836
|
private: false,
|
|
89837
89837
|
repository: {
|
|
@@ -94850,7 +94850,7 @@ class TextApiResponse2 {
|
|
|
94850
94850
|
var package_default3 = {
|
|
94851
94851
|
name: "@uipath/solution-sdk",
|
|
94852
94852
|
license: "MIT",
|
|
94853
|
-
version: "1.198.0-preview.
|
|
94853
|
+
version: "1.198.0-preview.102",
|
|
94854
94854
|
repository: {
|
|
94855
94855
|
type: "git",
|
|
94856
94856
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98454,7 +98454,7 @@ class VoidApiResponse3 {
|
|
|
98454
98454
|
var package_default4 = {
|
|
98455
98455
|
name: "@uipath/agent-sdk",
|
|
98456
98456
|
license: "MIT",
|
|
98457
|
-
version: "1.198.0-preview.
|
|
98457
|
+
version: "1.198.0-preview.102",
|
|
98458
98458
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
98459
98459
|
repository: {
|
|
98460
98460
|
type: "git",
|
|
@@ -129163,4 +129163,4 @@ export {
|
|
|
129163
129163
|
metadata
|
|
129164
129164
|
};
|
|
129165
129165
|
|
|
129166
|
-
//# debugId=
|
|
129166
|
+
//# debugId=7A7E2C27B641F23F64756E2164756E21
|
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.102",
|
|
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": "adb54684729fa72fcc04655dfa6f3eaa6bd7a272"
|
|
30
30
|
}
|