@uipath/api-workflow-tool 1.198.0-preview.86 → 1.198.0-preview.87
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
|
@@ -50579,7 +50579,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
50579
50579
|
package_default3 = {
|
|
50580
50580
|
name: "@uipath/project-packager",
|
|
50581
50581
|
license: "MIT",
|
|
50582
|
-
version: "1.198.0-preview.
|
|
50582
|
+
version: "1.198.0-preview.87",
|
|
50583
50583
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
50584
50584
|
type: "module",
|
|
50585
50585
|
main: "./dist/index.js",
|
|
@@ -50973,7 +50973,7 @@ var init_package = __esm(() => {
|
|
|
50973
50973
|
package_default4 = {
|
|
50974
50974
|
name: "@uipath/project-packager",
|
|
50975
50975
|
license: "MIT",
|
|
50976
|
-
version: "1.198.0-preview.
|
|
50976
|
+
version: "1.198.0-preview.87",
|
|
50977
50977
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
50978
50978
|
type: "module",
|
|
50979
50979
|
main: "./dist/index.js",
|
|
@@ -80421,7 +80421,7 @@ import"./packager-tool.js";
|
|
|
80421
80421
|
var package_default = {
|
|
80422
80422
|
name: "@uipath/api-workflow-tool",
|
|
80423
80423
|
license: "MIT",
|
|
80424
|
-
version: "1.198.0-preview.
|
|
80424
|
+
version: "1.198.0-preview.87",
|
|
80425
80425
|
description: "Run UiPath API Workflows locally.",
|
|
80426
80426
|
private: false,
|
|
80427
80427
|
repository: {
|
|
@@ -88134,7 +88134,7 @@ class TextApiResponse {
|
|
|
88134
88134
|
var package_default2 = {
|
|
88135
88135
|
name: "@uipath/integrationservice-sdk",
|
|
88136
88136
|
license: "MIT",
|
|
88137
|
-
version: "1.198.0-preview.
|
|
88137
|
+
version: "1.198.0-preview.87",
|
|
88138
88138
|
repository: {
|
|
88139
88139
|
type: "git",
|
|
88140
88140
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -97673,7 +97673,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
|
|
|
97673
97673
|
var package_default5 = {
|
|
97674
97674
|
name: "@uipath/solution-sdk",
|
|
97675
97675
|
license: "MIT",
|
|
97676
|
-
version: "1.198.0-preview.
|
|
97676
|
+
version: "1.198.0-preview.87",
|
|
97677
97677
|
repository: {
|
|
97678
97678
|
type: "git",
|
|
97679
97679
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99962,4 +99962,4 @@ export {
|
|
|
99962
99962
|
metadata
|
|
99963
99963
|
};
|
|
99964
99964
|
|
|
99965
|
-
//# debugId=
|
|
99965
|
+
//# debugId=A56056B62CE7DC5E64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/api-workflow-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.87",
|
|
5
5
|
"description": "Run UiPath API Workflows locally.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
|
|
27
27
|
}
|