@uipath/agent-tool 1.199.0-preview.91 → 1.199.0-preview.92
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
|
@@ -65849,7 +65849,7 @@ var init_package = __esm(() => {
|
|
|
65849
65849
|
package_default6 = {
|
|
65850
65850
|
name: "@uipath/integrationservice-sdk",
|
|
65851
65851
|
license: "MIT",
|
|
65852
|
-
version: "1.199.0-preview.
|
|
65852
|
+
version: "1.199.0-preview.92",
|
|
65853
65853
|
repository: {
|
|
65854
65854
|
type: "git",
|
|
65855
65855
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -90151,7 +90151,7 @@ import"./packager-tool.js";
|
|
|
90151
90151
|
var package_default = {
|
|
90152
90152
|
name: "@uipath/agent-tool",
|
|
90153
90153
|
license: "MIT",
|
|
90154
|
-
version: "1.199.0-preview.
|
|
90154
|
+
version: "1.199.0-preview.92",
|
|
90155
90155
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
90156
90156
|
private: false,
|
|
90157
90157
|
repository: {
|
|
@@ -95172,7 +95172,7 @@ class TextApiResponse2 {
|
|
|
95172
95172
|
var package_default3 = {
|
|
95173
95173
|
name: "@uipath/solution-sdk",
|
|
95174
95174
|
license: "MIT",
|
|
95175
|
-
version: "1.199.0-preview.
|
|
95175
|
+
version: "1.199.0-preview.92",
|
|
95176
95176
|
repository: {
|
|
95177
95177
|
type: "git",
|
|
95178
95178
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98842,7 +98842,7 @@ class VoidApiResponse3 {
|
|
|
98842
98842
|
var package_default4 = {
|
|
98843
98843
|
name: "@uipath/agent-sdk",
|
|
98844
98844
|
license: "MIT",
|
|
98845
|
-
version: "1.199.0-preview.
|
|
98845
|
+
version: "1.199.0-preview.92",
|
|
98846
98846
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
98847
98847
|
repository: {
|
|
98848
98848
|
type: "git",
|
|
@@ -152444,7 +152444,7 @@ function querystringSingleKey5(key, value, keyPrefix = "") {
|
|
|
152444
152444
|
var package_default5 = {
|
|
152445
152445
|
name: "@uipath/solution-sdk",
|
|
152446
152446
|
license: "MIT",
|
|
152447
|
-
version: "1.199.0-preview.
|
|
152447
|
+
version: "1.199.0-preview.92",
|
|
152448
152448
|
repository: {
|
|
152449
152449
|
type: "git",
|
|
152450
152450
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -197696,4 +197696,4 @@ export {
|
|
|
197696
197696
|
metadata
|
|
197697
197697
|
};
|
|
197698
197698
|
|
|
197699
|
-
//# debugId=
|
|
197699
|
+
//# debugId=8744437F26DF2F4C64756E2164756E21
|
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.92",
|
|
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": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
|
|
30
30
|
}
|