@uipath/agent-tool 1.197.0-preview.76 → 1.197.0
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
|
@@ -57098,7 +57098,7 @@ var init_package = __esm(() => {
|
|
|
57098
57098
|
package_default5 = {
|
|
57099
57099
|
name: "@uipath/integrationservice-sdk",
|
|
57100
57100
|
license: "MIT",
|
|
57101
|
-
version: "1.197.0
|
|
57101
|
+
version: "1.197.0",
|
|
57102
57102
|
repository: {
|
|
57103
57103
|
type: "git",
|
|
57104
57104
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -81111,7 +81111,7 @@ import"./packager-tool.js";
|
|
|
81111
81111
|
var package_default = {
|
|
81112
81112
|
name: "@uipath/agent-tool",
|
|
81113
81113
|
license: "MIT",
|
|
81114
|
-
version: "1.197.0
|
|
81114
|
+
version: "1.197.0",
|
|
81115
81115
|
description: "cli plugin for creating and managing UiPath low-code agents",
|
|
81116
81116
|
private: false,
|
|
81117
81117
|
repository: {
|
|
@@ -86127,7 +86127,7 @@ class TextApiResponse2 {
|
|
|
86127
86127
|
var package_default3 = {
|
|
86128
86128
|
name: "@uipath/solution-sdk",
|
|
86129
86129
|
license: "MIT",
|
|
86130
|
-
version: "1.197.0
|
|
86130
|
+
version: "1.197.0",
|
|
86131
86131
|
repository: {
|
|
86132
86132
|
type: "git",
|
|
86133
86133
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -89733,7 +89733,7 @@ class VoidApiResponse3 {
|
|
|
89733
89733
|
var package_default4 = {
|
|
89734
89734
|
name: "@uipath/agent-sdk",
|
|
89735
89735
|
license: "MIT",
|
|
89736
|
-
version: "1.197.0
|
|
89736
|
+
version: "1.197.0",
|
|
89737
89737
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
89738
89738
|
repository: {
|
|
89739
89739
|
type: "git",
|
|
@@ -99974,4 +99974,4 @@ export {
|
|
|
99974
99974
|
metadata
|
|
99975
99975
|
};
|
|
99976
99976
|
|
|
99977
|
-
//# debugId=
|
|
99977
|
+
//# debugId=7963F25D282C49C864756E2164756E21
|
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
|
|
4
|
+
"version": "1.197.0",
|
|
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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
|
|
30
30
|
}
|