@uipath/agent-tool 1.199.0-preview.97 → 1.199.0-preview.99
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
|
@@ -65965,7 +65965,7 @@ var init_package = __esm(() => {
|
|
|
65965
65965
|
package_default6 = {
|
|
65966
65966
|
name: "@uipath/integrationservice-sdk",
|
|
65967
65967
|
license: "MIT",
|
|
65968
|
-
version: "1.199.0-preview.
|
|
65968
|
+
version: "1.199.0-preview.99",
|
|
65969
65969
|
repository: {
|
|
65970
65970
|
type: "git",
|
|
65971
65971
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -90267,7 +90267,7 @@ import"./packager-tool.js";
|
|
|
90267
90267
|
var package_default = {
|
|
90268
90268
|
name: "@uipath/agent-tool",
|
|
90269
90269
|
license: "MIT",
|
|
90270
|
-
version: "1.199.0-preview.
|
|
90270
|
+
version: "1.199.0-preview.99",
|
|
90271
90271
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
90272
90272
|
private: false,
|
|
90273
90273
|
repository: {
|
|
@@ -95288,7 +95288,7 @@ class TextApiResponse2 {
|
|
|
95288
95288
|
var package_default3 = {
|
|
95289
95289
|
name: "@uipath/solution-sdk",
|
|
95290
95290
|
license: "MIT",
|
|
95291
|
-
version: "1.199.0-preview.
|
|
95291
|
+
version: "1.199.0-preview.99",
|
|
95292
95292
|
repository: {
|
|
95293
95293
|
type: "git",
|
|
95294
95294
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98958,7 +98958,7 @@ class VoidApiResponse3 {
|
|
|
98958
98958
|
var package_default4 = {
|
|
98959
98959
|
name: "@uipath/agent-sdk",
|
|
98960
98960
|
license: "MIT",
|
|
98961
|
-
version: "1.199.0-preview.
|
|
98961
|
+
version: "1.199.0-preview.99",
|
|
98962
98962
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
98963
98963
|
repository: {
|
|
98964
98964
|
type: "git",
|
|
@@ -152664,7 +152664,7 @@ function querystringSingleKey5(key, value, keyPrefix = "") {
|
|
|
152664
152664
|
var package_default5 = {
|
|
152665
152665
|
name: "@uipath/solution-sdk",
|
|
152666
152666
|
license: "MIT",
|
|
152667
|
-
version: "1.199.0-preview.
|
|
152667
|
+
version: "1.199.0-preview.99",
|
|
152668
152668
|
repository: {
|
|
152669
152669
|
type: "git",
|
|
152670
152670
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -197916,4 +197916,4 @@ export {
|
|
|
197916
197916
|
metadata
|
|
197917
197917
|
};
|
|
197918
197918
|
|
|
197919
|
-
//# debugId=
|
|
197919
|
+
//# debugId=5F4ED5ECDB01C3EB64756E2164756E21
|
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.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
30
30
|
}
|