@uipath/tasks-tool 1.199.0-preview.97 → 1.199.0-preview.99
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 +2 -2
- 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.99",
|
|
27314
27314
|
description: "Manage Action Center tasks.",
|
|
27315
27315
|
type: "module",
|
|
27316
27316
|
main: "./dist/tool.js",
|
|
@@ -46849,4 +46849,4 @@ export {
|
|
|
46849
46849
|
metadata
|
|
46850
46850
|
};
|
|
46851
46851
|
|
|
46852
|
-
//# debugId=
|
|
46852
|
+
//# debugId=D26D9842BDD776DB64756E2164756E21
|
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.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
18
18
|
}
|