@uipath/tasks-tool 1.199.0-preview.108 → 1.199.0-preview.110
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 -6
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -27310,7 +27310,7 @@ var require_src6 = __commonJS((exports) => {
|
|
|
27310
27310
|
var package_default = {
|
|
27311
27311
|
name: "@uipath/tasks-tool",
|
|
27312
27312
|
license: "MIT",
|
|
27313
|
-
version: "1.199.0-preview.
|
|
27313
|
+
version: "1.199.0-preview.110",
|
|
27314
27314
|
description: "Manage Action Center tasks.",
|
|
27315
27315
|
type: "module",
|
|
27316
27316
|
main: "./dist/tool.js",
|
|
@@ -30640,7 +30640,7 @@ function requireOmap() {
|
|
|
30640
30640
|
function resolveYamlOmap(data) {
|
|
30641
30641
|
if (data === null)
|
|
30642
30642
|
return true;
|
|
30643
|
-
const objectKeys =
|
|
30643
|
+
const objectKeys = {};
|
|
30644
30644
|
const object = data;
|
|
30645
30645
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
30646
30646
|
const pair = object[index];
|
|
@@ -30658,10 +30658,9 @@ function requireOmap() {
|
|
|
30658
30658
|
}
|
|
30659
30659
|
if (!pairHasKey)
|
|
30660
30660
|
return false;
|
|
30661
|
-
if (
|
|
30662
|
-
objectKeys.push(pairKey);
|
|
30663
|
-
else
|
|
30661
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
30664
30662
|
return false;
|
|
30663
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
30665
30664
|
}
|
|
30666
30665
|
return true;
|
|
30667
30666
|
}
|
|
@@ -46881,4 +46880,4 @@ export {
|
|
|
46881
46880
|
metadata
|
|
46882
46881
|
};
|
|
46883
46882
|
|
|
46884
|
-
//# debugId=
|
|
46883
|
+
//# debugId=9B47974B0904A9C864756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/tasks-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.110",
|
|
5
5
|
"description": "Manage Action Center tasks.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/tool.js",
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"registry": "https://registry.npmjs.org/"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "a714aed479181e56e2a867470c3050b7230ec41f"
|
|
18
18
|
}
|