@uipath/api-workflow-tool 1.199.0-preview.108 → 1.199.0-preview.111
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 +38 -21
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -26090,7 +26090,7 @@ function requireOmap2() {
|
|
|
26090
26090
|
function resolveYamlOmap(data) {
|
|
26091
26091
|
if (data === null)
|
|
26092
26092
|
return true;
|
|
26093
|
-
const objectKeys =
|
|
26093
|
+
const objectKeys = {};
|
|
26094
26094
|
const object = data;
|
|
26095
26095
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
26096
26096
|
const pair = object[index];
|
|
@@ -26108,10 +26108,9 @@ function requireOmap2() {
|
|
|
26108
26108
|
}
|
|
26109
26109
|
if (!pairHasKey)
|
|
26110
26110
|
return false;
|
|
26111
|
-
if (
|
|
26112
|
-
objectKeys.push(pairKey);
|
|
26113
|
-
else
|
|
26111
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
26114
26112
|
return false;
|
|
26113
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
26115
26114
|
}
|
|
26116
26115
|
return true;
|
|
26117
26116
|
}
|
|
@@ -39570,7 +39569,7 @@ function requireOmap3() {
|
|
|
39570
39569
|
function resolveYamlOmap(data) {
|
|
39571
39570
|
if (data === null)
|
|
39572
39571
|
return true;
|
|
39573
|
-
const objectKeys =
|
|
39572
|
+
const objectKeys = {};
|
|
39574
39573
|
const object = data;
|
|
39575
39574
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
39576
39575
|
const pair = object[index];
|
|
@@ -39588,10 +39587,9 @@ function requireOmap3() {
|
|
|
39588
39587
|
}
|
|
39589
39588
|
if (!pairHasKey)
|
|
39590
39589
|
return false;
|
|
39591
|
-
if (
|
|
39592
|
-
objectKeys.push(pairKey);
|
|
39593
|
-
else
|
|
39590
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
39594
39591
|
return false;
|
|
39592
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
39595
39593
|
}
|
|
39596
39594
|
return true;
|
|
39597
39595
|
}
|
|
@@ -50994,7 +50992,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
50994
50992
|
package_default3 = {
|
|
50995
50993
|
name: "@uipath/project-packager",
|
|
50996
50994
|
license: "MIT",
|
|
50997
|
-
version: "1.199.0-preview.
|
|
50995
|
+
version: "1.199.0-preview.111",
|
|
50998
50996
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
50999
50997
|
type: "module",
|
|
51000
50998
|
main: "./dist/index.js",
|
|
@@ -51057,7 +51055,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
51057
51055
|
"@uipath/packager-tool-webapp": "workspace:*",
|
|
51058
51056
|
"@uipath/packager-tool-workflowcompiler": "workspace:*",
|
|
51059
51057
|
"@vitest/coverage-v8": "^4.1.6",
|
|
51060
|
-
jsdom: "^
|
|
51058
|
+
jsdom: "^30.0.1",
|
|
51061
51059
|
typescript: "^6.0.2",
|
|
51062
51060
|
"vite-tsconfig-paths": "^6.1.1",
|
|
51063
51061
|
vitest: "^4.1.6"
|
|
@@ -51389,7 +51387,7 @@ var init_package = __esm(() => {
|
|
|
51389
51387
|
package_default4 = {
|
|
51390
51388
|
name: "@uipath/project-packager",
|
|
51391
51389
|
license: "MIT",
|
|
51392
|
-
version: "1.199.0-preview.
|
|
51390
|
+
version: "1.199.0-preview.111",
|
|
51393
51391
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
51394
51392
|
type: "module",
|
|
51395
51393
|
main: "./dist/index.js",
|
|
@@ -51452,7 +51450,7 @@ var init_package = __esm(() => {
|
|
|
51452
51450
|
"@uipath/packager-tool-webapp": "workspace:*",
|
|
51453
51451
|
"@uipath/packager-tool-workflowcompiler": "workspace:*",
|
|
51454
51452
|
"@vitest/coverage-v8": "^4.1.6",
|
|
51455
|
-
jsdom: "^
|
|
51453
|
+
jsdom: "^30.0.1",
|
|
51456
51454
|
typescript: "^6.0.2",
|
|
51457
51455
|
"vite-tsconfig-paths": "^6.1.1",
|
|
51458
51456
|
vitest: "^4.1.6"
|
|
@@ -77537,7 +77535,12 @@ var require_fast_uri = __commonJS((exports, module) => {
|
|
|
77537
77535
|
}
|
|
77538
77536
|
function resolve5(baseURI, relativeURI, options) {
|
|
77539
77537
|
const schemelessOptions = options ? Object.assign({ scheme: "null" }, options) : { scheme: "null" };
|
|
77540
|
-
const
|
|
77538
|
+
const { parsed: baseParsed, malformedAuthorityOrPort: baseMalformed } = parseWithStatus(baseURI, schemelessOptions);
|
|
77539
|
+
const { parsed: relativeParsed, malformedAuthorityOrPort: relativeMalformed } = parseWithStatus(relativeURI, schemelessOptions);
|
|
77540
|
+
if (baseMalformed || relativeMalformed) {
|
|
77541
|
+
throw new Error(baseParsed.error || relativeParsed.error || "URI is malformed.");
|
|
77542
|
+
}
|
|
77543
|
+
const resolved = resolveComponent(baseParsed, relativeParsed, schemelessOptions, true);
|
|
77541
77544
|
schemelessOptions.skipEscape = true;
|
|
77542
77545
|
return serialize(resolved, schemelessOptions);
|
|
77543
77546
|
}
|
|
@@ -77664,6 +77667,7 @@ var require_fast_uri = __commonJS((exports, module) => {
|
|
|
77664
77667
|
}
|
|
77665
77668
|
var URI_PARSE = /^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;
|
|
77666
77669
|
var AUTHORITY_PREFIX = /^(?:[^#/:?]+:)?\/\/([^/?#]*)/;
|
|
77670
|
+
var AUTHORITY_INTRODUCER_REGION = /^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;
|
|
77667
77671
|
function getParseError(parsed, matches) {
|
|
77668
77672
|
if (matches[2] !== undefined && parsed.path && parsed.path[0] !== "/") {
|
|
77669
77673
|
return 'URI path must start with "/" when authority is present.';
|
|
@@ -77698,6 +77702,20 @@ var require_fast_uri = __commonJS((exports, module) => {
|
|
|
77698
77702
|
parsed.error = "URI authority must not contain a literal backslash.";
|
|
77699
77703
|
malformedAuthorityOrPort = true;
|
|
77700
77704
|
}
|
|
77705
|
+
const introducerMatch = uri.match(AUTHORITY_INTRODUCER_REGION);
|
|
77706
|
+
if (introducerMatch !== null) {
|
|
77707
|
+
const region = introducerMatch[1];
|
|
77708
|
+
const normalizedRegion = region.replace(/[\t\n\r]/g, "");
|
|
77709
|
+
if (normalizedRegion.length >= 2) {
|
|
77710
|
+
if (normalizedRegion.slice(0, 2) !== "//") {
|
|
77711
|
+
parsed.error = parsed.error || "URI authority must not contain a literal backslash.";
|
|
77712
|
+
malformedAuthorityOrPort = true;
|
|
77713
|
+
} else if (region.length !== normalizedRegion.length) {
|
|
77714
|
+
parsed.error = parsed.error || "URI authority introducer must not contain whitespace.";
|
|
77715
|
+
malformedAuthorityOrPort = true;
|
|
77716
|
+
}
|
|
77717
|
+
}
|
|
77718
|
+
}
|
|
77701
77719
|
const matches = uri.match(URI_PARSE);
|
|
77702
77720
|
if (matches) {
|
|
77703
77721
|
parsed.scheme = matches[1];
|
|
@@ -80843,7 +80861,7 @@ import"./packager-tool.js";
|
|
|
80843
80861
|
var package_default = {
|
|
80844
80862
|
name: "@uipath/api-workflow-tool",
|
|
80845
80863
|
license: "MIT",
|
|
80846
|
-
version: "1.199.0-preview.
|
|
80864
|
+
version: "1.199.0-preview.111",
|
|
80847
80865
|
description: "Run UiPath API Workflows locally.",
|
|
80848
80866
|
private: false,
|
|
80849
80867
|
repository: {
|
|
@@ -83894,7 +83912,7 @@ function requireOmap() {
|
|
|
83894
83912
|
function resolveYamlOmap(data) {
|
|
83895
83913
|
if (data === null)
|
|
83896
83914
|
return true;
|
|
83897
|
-
const objectKeys =
|
|
83915
|
+
const objectKeys = {};
|
|
83898
83916
|
const object = data;
|
|
83899
83917
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
83900
83918
|
const pair = object[index];
|
|
@@ -83912,10 +83930,9 @@ function requireOmap() {
|
|
|
83912
83930
|
}
|
|
83913
83931
|
if (!pairHasKey)
|
|
83914
83932
|
return false;
|
|
83915
|
-
if (
|
|
83916
|
-
objectKeys.push(pairKey);
|
|
83917
|
-
else
|
|
83933
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
83918
83934
|
return false;
|
|
83935
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
83919
83936
|
}
|
|
83920
83937
|
return true;
|
|
83921
83938
|
}
|
|
@@ -88696,7 +88713,7 @@ class TextApiResponse {
|
|
|
88696
88713
|
var package_default2 = {
|
|
88697
88714
|
name: "@uipath/integrationservice-sdk",
|
|
88698
88715
|
license: "MIT",
|
|
88699
|
-
version: "1.199.0-preview.
|
|
88716
|
+
version: "1.199.0-preview.111",
|
|
88700
88717
|
repository: {
|
|
88701
88718
|
type: "git",
|
|
88702
88719
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98245,7 +98262,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
|
|
|
98245
98262
|
var package_default5 = {
|
|
98246
98263
|
name: "@uipath/solution-sdk",
|
|
98247
98264
|
license: "MIT",
|
|
98248
|
-
version: "1.199.0-preview.
|
|
98265
|
+
version: "1.199.0-preview.111",
|
|
98249
98266
|
repository: {
|
|
98250
98267
|
type: "git",
|
|
98251
98268
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -100536,4 +100553,4 @@ export {
|
|
|
100536
100553
|
metadata
|
|
100537
100554
|
};
|
|
100538
100555
|
|
|
100539
|
-
//# debugId=
|
|
100556
|
+
//# debugId=BF6C061FA847AB4264756E2164756E21
|
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.111",
|
|
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": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
|
|
27
27
|
}
|