@uipath/api-workflow-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
|
@@ -50992,7 +50992,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
50992
50992
|
package_default3 = {
|
|
50993
50993
|
name: "@uipath/project-packager",
|
|
50994
50994
|
license: "MIT",
|
|
50995
|
-
version: "1.199.0-preview.
|
|
50995
|
+
version: "1.199.0-preview.116",
|
|
50996
50996
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
50997
50997
|
type: "module",
|
|
50998
50998
|
main: "./dist/index.js",
|
|
@@ -51387,7 +51387,7 @@ var init_package = __esm(() => {
|
|
|
51387
51387
|
package_default4 = {
|
|
51388
51388
|
name: "@uipath/project-packager",
|
|
51389
51389
|
license: "MIT",
|
|
51390
|
-
version: "1.199.0-preview.
|
|
51390
|
+
version: "1.199.0-preview.116",
|
|
51391
51391
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
51392
51392
|
type: "module",
|
|
51393
51393
|
main: "./dist/index.js",
|
|
@@ -80861,7 +80861,7 @@ import"./packager-tool.js";
|
|
|
80861
80861
|
var package_default = {
|
|
80862
80862
|
name: "@uipath/api-workflow-tool",
|
|
80863
80863
|
license: "MIT",
|
|
80864
|
-
version: "1.199.0-preview.
|
|
80864
|
+
version: "1.199.0-preview.116",
|
|
80865
80865
|
description: "Run UiPath API Workflows locally.",
|
|
80866
80866
|
private: false,
|
|
80867
80867
|
repository: {
|
|
@@ -88713,7 +88713,7 @@ class TextApiResponse {
|
|
|
88713
88713
|
var package_default2 = {
|
|
88714
88714
|
name: "@uipath/integrationservice-sdk",
|
|
88715
88715
|
license: "MIT",
|
|
88716
|
-
version: "1.199.0-preview.
|
|
88716
|
+
version: "1.199.0-preview.116",
|
|
88717
88717
|
repository: {
|
|
88718
88718
|
type: "git",
|
|
88719
88719
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98262,7 +98262,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
|
|
|
98262
98262
|
var package_default5 = {
|
|
98263
98263
|
name: "@uipath/solution-sdk",
|
|
98264
98264
|
license: "MIT",
|
|
98265
|
-
version: "1.199.0-preview.
|
|
98265
|
+
version: "1.199.0-preview.116",
|
|
98266
98266
|
repository: {
|
|
98267
98267
|
type: "git",
|
|
98268
98268
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -100553,4 +100553,4 @@ export {
|
|
|
100553
100553
|
metadata
|
|
100554
100554
|
};
|
|
100555
100555
|
|
|
100556
|
-
//# debugId=
|
|
100556
|
+
//# debugId=45189BF7F20DDD4464756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/api-workflow-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.116",
|
|
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": "c91f4f9738502a4b1ca2849631890fcf59304484"
|
|
27
27
|
}
|