@uipath/tasks-tool 1.0.2 → 1.0.4

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
@@ -27089,7 +27089,7 @@ var {
27089
27089
  // package.json
27090
27090
  var package_default = {
27091
27091
  name: "@uipath/tasks-tool",
27092
- version: "1.0.2",
27092
+ version: "1.0.4",
27093
27093
  description: "Manage Action Center tasks.",
27094
27094
  type: "module",
27095
27095
  main: "./dist/tool.js",
package/dist/tool.js CHANGED
@@ -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.2",
27074
+ version: "1.0.4",
27075
27075
  description: "Manage Action Center tasks.",
27076
27076
  type: "module",
27077
27077
  main: "./dist/tool.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/tasks-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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.2",
23
- "@uipath/common": "1.0.2",
22
+ "@uipath/auth": "1.0.4",
23
+ "@uipath/common": "1.0.4",
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": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
31
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
32
32
  }