@uipath/tasks-tool 1.201.0-preview.127 → 1.201.0-preview.131

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
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  metadata,
4
4
  registerCommands
5
- } from "./tool-j1xfcrbe.js";
5
+ } from "./tool-c2px932p.js";
6
6
  import {
7
7
  Command
8
8
  } from "./tool-rsk1xt86.js";
@@ -4501,8 +4501,11 @@ 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.127",
4504
+ version: "1.201.0-preview.131",
4505
4505
  description: "Manage Action Center tasks.",
4506
+ publishConfig: {
4507
+ registry: "https://npm.pkg.github.com/"
4508
+ },
4506
4509
  type: "module",
4507
4510
  main: "./dist/tool.js",
4508
4511
  exports: {
@@ -18255,4 +18258,4 @@ var registerCommands = async (program) => {
18255
18258
 
18256
18259
  export { metadata, registerCommands };
18257
18260
 
18258
- //# debugId=6C05F1F37FFC935664756E2164756E21
18261
+ //# debugId=0DE855871C95F4C164756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-j1xfcrbe.js";
4
+ } from "./tool-c2px932p.js";
5
5
  import"./tool-rsk1xt86.js";
6
6
  import"./tool-9qecd4wb.js";
7
7
  import"./tool-7eva0peq.js";
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
- "name": "@uipath/tasks-tool",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.127",
5
- "description": "Manage Action Center tasks.",
6
- "type": "module",
7
- "main": "./dist/tool.js",
8
- "exports": {
9
- ".": "./dist/tool.js"
10
- },
11
- "bin": {
12
- "tasks-tool": "./dist/index.js"
13
- },
14
- "publishConfig": {
15
- "registry": "https://registry.npmjs.org/"
16
- },
17
- "gitHead": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
2
+ "name": "@uipath/tasks-tool",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "Manage Action Center tasks.",
6
+ "publishConfig": {
7
+ "registry": "https://registry.npmjs.org/"
8
+ },
9
+ "type": "module",
10
+ "main": "./dist/tool.js",
11
+ "exports": {
12
+ ".": "./dist/tool.js"
13
+ },
14
+ "bin": {
15
+ "tasks-tool": "./dist/index.js"
16
+ },
17
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
18
18
  }