@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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-2fgtz1fe.js";
6
+ } from "./tool-hvmv1e0z.js";
7
7
  import"./tool-9qecd4wb.js";
8
8
  import"./tool-q90kqh83.js";
9
9
  import"./tool-1ps2qeqg.js";
@@ -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-preview.118",
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=5943E926D19AC65264756E2164756E21
26222
+ //# debugId=1AF2CDB6473965E564756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-2fgtz1fe.js";
4
+ } from "./tool-hvmv1e0z.js";
5
5
  import"./tool-9qecd4wb.js";
6
6
  import"./tool-q90kqh83.js";
7
7
  import"./tool-1ps2qeqg.js";
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-preview.118",
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": "bc87399d98869787498783b3b9383df4426fd896"
17
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
18
18
  }