@uipath/agent-tool 1.198.0-preview.88 → 1.198.0-preview.93
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
|
@@ -65292,7 +65292,7 @@ var init_package = __esm(() => {
|
|
|
65292
65292
|
package_default5 = {
|
|
65293
65293
|
name: "@uipath/integrationservice-sdk",
|
|
65294
65294
|
license: "MIT",
|
|
65295
|
-
version: "1.198.0-preview.
|
|
65295
|
+
version: "1.198.0-preview.93",
|
|
65296
65296
|
repository: {
|
|
65297
65297
|
type: "git",
|
|
65298
65298
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -89594,7 +89594,7 @@ import"./packager-tool.js";
|
|
|
89594
89594
|
var package_default = {
|
|
89595
89595
|
name: "@uipath/agent-tool",
|
|
89596
89596
|
license: "MIT",
|
|
89597
|
-
version: "1.198.0-preview.
|
|
89597
|
+
version: "1.198.0-preview.93",
|
|
89598
89598
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
89599
89599
|
private: false,
|
|
89600
89600
|
repository: {
|
|
@@ -94613,7 +94613,7 @@ class TextApiResponse2 {
|
|
|
94613
94613
|
var package_default3 = {
|
|
94614
94614
|
name: "@uipath/solution-sdk",
|
|
94615
94615
|
license: "MIT",
|
|
94616
|
-
version: "1.198.0-preview.
|
|
94616
|
+
version: "1.198.0-preview.93",
|
|
94617
94617
|
repository: {
|
|
94618
94618
|
type: "git",
|
|
94619
94619
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98217,7 +98217,7 @@ class VoidApiResponse3 {
|
|
|
98217
98217
|
var package_default4 = {
|
|
98218
98218
|
name: "@uipath/agent-sdk",
|
|
98219
98219
|
license: "MIT",
|
|
98220
|
-
version: "1.198.0-preview.
|
|
98220
|
+
version: "1.198.0-preview.93",
|
|
98221
98221
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
98222
98222
|
repository: {
|
|
98223
98223
|
type: "git",
|
|
@@ -128710,4 +128710,4 @@ export {
|
|
|
128710
128710
|
metadata
|
|
128711
128711
|
};
|
|
128712
128712
|
|
|
128713
|
-
//# debugId=
|
|
128713
|
+
//# debugId=45F2FD22109540D764756E2164756E21
|
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.93",
|
|
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": "559533da0c886708d0a553ed2adb5bcb74b26fac"
|
|
30
30
|
}
|