@uipath/tasks-tool 1.201.0-preview.121 → 1.201.0-preview.122
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
|
@@ -4501,7 +4501,7 @@ var require_src6 = __commonJS((exports) => {
|
|
|
4501
4501
|
var package_default = {
|
|
4502
4502
|
name: "@uipath/tasks-tool",
|
|
4503
4503
|
license: "MIT",
|
|
4504
|
-
version: "1.201.0-preview.
|
|
4504
|
+
version: "1.201.0-preview.122",
|
|
4505
4505
|
description: "Manage Action Center tasks.",
|
|
4506
4506
|
type: "module",
|
|
4507
4507
|
main: "./dist/tool.js",
|
|
@@ -18255,4 +18255,4 @@ var registerCommands = async (program) => {
|
|
|
18255
18255
|
|
|
18256
18256
|
export { metadata, registerCommands };
|
|
18257
18257
|
|
|
18258
|
-
//# debugId=
|
|
18258
|
+
//# debugId=23AD14906FEA27DE64756E2164756E21
|
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.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.122",
|
|
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": "6c56f56100be96231fccbaa59e99d64d94808d58"
|
|
18
18
|
}
|