@uipath/agent-tool 1.197.0-preview.64 → 1.197.0-preview.65
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
|
@@ -56457,7 +56457,7 @@ var init_package = __esm(() => {
|
|
|
56457
56457
|
package_default5 = {
|
|
56458
56458
|
name: "@uipath/integrationservice-sdk",
|
|
56459
56459
|
license: "MIT",
|
|
56460
|
-
version: "1.197.0-preview.
|
|
56460
|
+
version: "1.197.0-preview.65",
|
|
56461
56461
|
repository: {
|
|
56462
56462
|
type: "git",
|
|
56463
56463
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -80470,7 +80470,7 @@ import"./packager-tool.js";
|
|
|
80470
80470
|
var package_default = {
|
|
80471
80471
|
name: "@uipath/agent-tool",
|
|
80472
80472
|
license: "MIT",
|
|
80473
|
-
version: "1.197.0-preview.
|
|
80473
|
+
version: "1.197.0-preview.65",
|
|
80474
80474
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
80475
80475
|
private: false,
|
|
80476
80476
|
repository: {
|
|
@@ -85486,7 +85486,7 @@ class TextApiResponse2 {
|
|
|
85486
85486
|
var package_default3 = {
|
|
85487
85487
|
name: "@uipath/solution-sdk",
|
|
85488
85488
|
license: "MIT",
|
|
85489
|
-
version: "1.197.0-preview.
|
|
85489
|
+
version: "1.197.0-preview.65",
|
|
85490
85490
|
repository: {
|
|
85491
85491
|
type: "git",
|
|
85492
85492
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -89072,7 +89072,7 @@ class VoidApiResponse3 {
|
|
|
89072
89072
|
var package_default4 = {
|
|
89073
89073
|
name: "@uipath/agent-sdk",
|
|
89074
89074
|
license: "MIT",
|
|
89075
|
-
version: "1.197.0-preview.
|
|
89075
|
+
version: "1.197.0-preview.65",
|
|
89076
89076
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
89077
89077
|
repository: {
|
|
89078
89078
|
type: "git",
|
|
@@ -99279,4 +99279,4 @@ export {
|
|
|
99279
99279
|
metadata
|
|
99280
99280
|
};
|
|
99281
99281
|
|
|
99282
|
-
//# debugId=
|
|
99282
|
+
//# debugId=D20CAD332169916D64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agent-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.65",
|
|
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": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
|
|
30
30
|
}
|