@uipath/tasks-tool 1.0.0 → 1.0.2
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/index.js +5 -7
- package/dist/tool.js +5 -7
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1007,7 +1007,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1007
1007
|
this._exitCallback = (err) => {
|
|
1008
1008
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1009
1009
|
throw err;
|
|
1010
|
-
}
|
|
1010
|
+
}
|
|
1011
1011
|
};
|
|
1012
1012
|
}
|
|
1013
1013
|
return this;
|
|
@@ -2945,7 +2945,7 @@ function isBrowser() {
|
|
|
2945
2945
|
|
|
2946
2946
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
2947
2947
|
var require_coreipc = __commonJS((exports, module) => {
|
|
2948
|
-
var __dirname = "/
|
|
2948
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
2949
2949
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2950
2950
|
(function(e, t) {
|
|
2951
2951
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
|
|
@@ -22243,7 +22243,7 @@ var require_tracestate_impl = __commonJS((exports) => {
|
|
|
22243
22243
|
const value = listMember.slice(i2 + 1, part.length);
|
|
22244
22244
|
if ((0, tracestate_validators_1.validateKey)(key) && (0, tracestate_validators_1.validateValue)(value)) {
|
|
22245
22245
|
agg.set(key, value);
|
|
22246
|
-
}
|
|
22246
|
+
}
|
|
22247
22247
|
}
|
|
22248
22248
|
return agg;
|
|
22249
22249
|
}, new Map);
|
|
@@ -25076,7 +25076,7 @@ var require_TraceState = __commonJS((exports) => {
|
|
|
25076
25076
|
const value = listMember.slice(i2 + 1, part.length);
|
|
25077
25077
|
if ((0, validators_1.validateKey)(key) && (0, validators_1.validateValue)(value)) {
|
|
25078
25078
|
agg.set(key, value);
|
|
25079
|
-
}
|
|
25079
|
+
}
|
|
25080
25080
|
}
|
|
25081
25081
|
return agg;
|
|
25082
25082
|
}, new Map);
|
|
@@ -27089,7 +27089,7 @@ var {
|
|
|
27089
27089
|
// package.json
|
|
27090
27090
|
var package_default = {
|
|
27091
27091
|
name: "@uipath/tasks-tool",
|
|
27092
|
-
version: "1.0.
|
|
27092
|
+
version: "1.0.2",
|
|
27093
27093
|
description: "Manage Action Center tasks.",
|
|
27094
27094
|
type: "module",
|
|
27095
27095
|
main: "./dist/tool.js",
|
|
@@ -37742,8 +37742,6 @@ function finalize(ctx, schema2) {
|
|
|
37742
37742
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
37743
37743
|
} else if (ctx.target === "openapi-3.0")
|
|
37744
37744
|
;
|
|
37745
|
-
else
|
|
37746
|
-
;
|
|
37747
37745
|
if (ctx.external?.uri) {
|
|
37748
37746
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
37749
37747
|
if (!id)
|
package/dist/tool.js
CHANGED
|
@@ -1005,7 +1005,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1005
1005
|
this._exitCallback = (err) => {
|
|
1006
1006
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1007
1007
|
throw err;
|
|
1008
|
-
}
|
|
1008
|
+
}
|
|
1009
1009
|
};
|
|
1010
1010
|
}
|
|
1011
1011
|
return this;
|
|
@@ -2943,7 +2943,7 @@ function isBrowser() {
|
|
|
2943
2943
|
|
|
2944
2944
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
2945
2945
|
var require_coreipc = __commonJS((exports, module) => {
|
|
2946
|
-
var __dirname = "/
|
|
2946
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
2947
2947
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2948
2948
|
(function(e, t) {
|
|
2949
2949
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
|
|
@@ -22241,7 +22241,7 @@ var require_tracestate_impl = __commonJS((exports) => {
|
|
|
22241
22241
|
const value = listMember.slice(i2 + 1, part.length);
|
|
22242
22242
|
if ((0, tracestate_validators_1.validateKey)(key) && (0, tracestate_validators_1.validateValue)(value)) {
|
|
22243
22243
|
agg.set(key, value);
|
|
22244
|
-
}
|
|
22244
|
+
}
|
|
22245
22245
|
}
|
|
22246
22246
|
return agg;
|
|
22247
22247
|
}, new Map);
|
|
@@ -25074,7 +25074,7 @@ var require_TraceState = __commonJS((exports) => {
|
|
|
25074
25074
|
const value = listMember.slice(i2 + 1, part.length);
|
|
25075
25075
|
if ((0, validators_1.validateKey)(key) && (0, validators_1.validateValue)(value)) {
|
|
25076
25076
|
agg.set(key, value);
|
|
25077
|
-
}
|
|
25077
|
+
}
|
|
25078
25078
|
}
|
|
25079
25079
|
return agg;
|
|
25080
25080
|
}, new Map);
|
|
@@ -27071,7 +27071,7 @@ var require_src6 = __commonJS((exports) => {
|
|
|
27071
27071
|
// package.json
|
|
27072
27072
|
var package_default = {
|
|
27073
27073
|
name: "@uipath/tasks-tool",
|
|
27074
|
-
version: "1.0.
|
|
27074
|
+
version: "1.0.2",
|
|
27075
27075
|
description: "Manage Action Center tasks.",
|
|
27076
27076
|
type: "module",
|
|
27077
27077
|
main: "./dist/tool.js",
|
|
@@ -37724,8 +37724,6 @@ function finalize(ctx, schema2) {
|
|
|
37724
37724
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
37725
37725
|
} else if (ctx.target === "openapi-3.0")
|
|
37726
37726
|
;
|
|
37727
|
-
else
|
|
37728
|
-
;
|
|
37729
37727
|
if (ctx.external?.uri) {
|
|
37730
37728
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
37731
37729
|
if (!id)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/tasks-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Manage Action Center tasks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/tool.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.5.2",
|
|
22
|
-
"@uipath/auth": "1.0.
|
|
23
|
-
"@uipath/common": "1.0.
|
|
22
|
+
"@uipath/auth": "1.0.2",
|
|
23
|
+
"@uipath/common": "1.0.2",
|
|
24
24
|
"@uipath/uipath-typescript": "^1.3.7",
|
|
25
25
|
"commander": "^14.0.3",
|
|
26
26
|
"typescript": "^6.0.2"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"registry": "https://registry.npmjs.org/"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
32
32
|
}
|