@uipath/agent-tool 1.199.0-preview.113 → 1.199.0-preview.116
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 +6 -6
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -66014,7 +66014,7 @@ var init_package = __esm(() => {
|
|
|
66014
66014
|
package_default6 = {
|
|
66015
66015
|
name: "@uipath/integrationservice-sdk",
|
|
66016
66016
|
license: "MIT",
|
|
66017
|
-
version: "1.199.0-preview.
|
|
66017
|
+
version: "1.199.0-preview.116",
|
|
66018
66018
|
repository: {
|
|
66019
66019
|
type: "git",
|
|
66020
66020
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -90316,7 +90316,7 @@ import"./packager-tool.js";
|
|
|
90316
90316
|
var package_default = {
|
|
90317
90317
|
name: "@uipath/agent-tool",
|
|
90318
90318
|
license: "MIT",
|
|
90319
|
-
version: "1.199.0-preview.
|
|
90319
|
+
version: "1.199.0-preview.116",
|
|
90320
90320
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
90321
90321
|
private: false,
|
|
90322
90322
|
repository: {
|
|
@@ -95337,7 +95337,7 @@ class TextApiResponse2 {
|
|
|
95337
95337
|
var package_default3 = {
|
|
95338
95338
|
name: "@uipath/solution-sdk",
|
|
95339
95339
|
license: "MIT",
|
|
95340
|
-
version: "1.199.0-preview.
|
|
95340
|
+
version: "1.199.0-preview.116",
|
|
95341
95341
|
repository: {
|
|
95342
95342
|
type: "git",
|
|
95343
95343
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99007,7 +99007,7 @@ class VoidApiResponse3 {
|
|
|
99007
99007
|
var package_default4 = {
|
|
99008
99008
|
name: "@uipath/agent-sdk",
|
|
99009
99009
|
license: "MIT",
|
|
99010
|
-
version: "1.199.0-preview.
|
|
99010
|
+
version: "1.199.0-preview.116",
|
|
99011
99011
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
99012
99012
|
repository: {
|
|
99013
99013
|
type: "git",
|
|
@@ -152744,7 +152744,7 @@ function querystringSingleKey5(key, value, keyPrefix = "") {
|
|
|
152744
152744
|
var package_default5 = {
|
|
152745
152745
|
name: "@uipath/solution-sdk",
|
|
152746
152746
|
license: "MIT",
|
|
152747
|
-
version: "1.199.0-preview.
|
|
152747
|
+
version: "1.199.0-preview.116",
|
|
152748
152748
|
repository: {
|
|
152749
152749
|
type: "git",
|
|
152750
152750
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -197996,4 +197996,4 @@ export {
|
|
|
197996
197996
|
metadata
|
|
197997
197997
|
};
|
|
197998
197998
|
|
|
197999
|
-
//# debugId=
|
|
197999
|
+
//# debugId=EF2CDAEEDF55006064756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agent-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.116",
|
|
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": "c91f4f9738502a4b1ca2849631890fcf59304484"
|
|
30
30
|
}
|