@uipath/tasks-tool 1.200.0-preview.118 → 1.200.0
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
CHANGED
|
@@ -6595,7 +6595,7 @@ var require_src6 = __commonJS((exports) => {
|
|
|
6595
6595
|
var package_default = {
|
|
6596
6596
|
name: "@uipath/tasks-tool",
|
|
6597
6597
|
license: "MIT",
|
|
6598
|
-
version: "1.200.0
|
|
6598
|
+
version: "1.200.0",
|
|
6599
6599
|
description: "Manage Action Center tasks.",
|
|
6600
6600
|
type: "module",
|
|
6601
6601
|
main: "./dist/tool.js",
|
|
@@ -26219,4 +26219,4 @@ var registerCommands = async (program2) => {
|
|
|
26219
26219
|
|
|
26220
26220
|
export { Command, metadata, registerCommands };
|
|
26221
26221
|
|
|
26222
|
-
//# debugId=
|
|
26222
|
+
//# debugId=1AF2CDB6473965E564756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/tasks-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
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": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
18
18
|
}
|