@uipath/api-workflow-tool 1.0.0 → 1.0.2

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
@@ -1005,7 +1005,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1005
1005
  this._exitCallback = (err) => {
1006
1006
  if (err.code !== "commander.executeSubCommandAsync") {
1007
1007
  throw err;
1008
- } else {}
1008
+ }
1009
1009
  };
1010
1010
  }
1011
1011
  return this;
package/dist/tool.js CHANGED
@@ -1018,7 +1018,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1018
1018
  this._exitCallback = (err) => {
1019
1019
  if (err.code !== "commander.executeSubCommandAsync") {
1020
1020
  throw err;
1021
- } else {}
1021
+ }
1022
1022
  };
1023
1023
  }
1024
1024
  return this;
@@ -11960,7 +11960,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
11960
11960
  this._exitCallback = (err2) => {
11961
11961
  if (err2.code !== "commander.executeSubCommandAsync") {
11962
11962
  throw err2;
11963
- } else {}
11963
+ }
11964
11964
  };
11965
11965
  }
11966
11966
  return this;
@@ -39545,7 +39545,7 @@ function isBrowser() {
39545
39545
 
39546
39546
  // ../../node_modules/@uipath/coreipc/index.js
39547
39547
  var require_coreipc = __commonJS((exports, module) => {
39548
- var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
39548
+ var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
39549
39549
  /*! For license information please see index.js.LICENSE.txt */
39550
39550
  (function(e, t2) {
39551
39551
  typeof exports == "object" && typeof module == "object" ? module.exports = t2() : typeof define == "function" && define.amd ? define([], t2) : typeof exports == "object" ? exports.ipc = t2() : e.ipc = t2();
@@ -57743,7 +57743,7 @@ import"./packager-tool.js";
57743
57743
  // package.json
57744
57744
  var package_default = {
57745
57745
  name: "@uipath/api-workflow-tool",
57746
- version: "1.0.0",
57746
+ version: "1.0.2",
57747
57747
  description: "Run UiPath API Workflows locally.",
57748
57748
  private: false,
57749
57749
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/api-workflow-tool",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Run UiPath API Workflows locally.",
5
5
  "private": false,
6
6
  "repository": {
@@ -33,14 +33,14 @@
33
33
  "devDependencies": {
34
34
  "@types/node": "^25.5.2",
35
35
  "@uipath/api-workflow-executor": "12.10.2",
36
- "@uipath/auth": "1.0.0",
37
- "@uipath/common": "1.0.0",
38
- "@uipath/filesystem": "1.0.0",
36
+ "@uipath/auth": "1.0.2",
37
+ "@uipath/common": "1.0.2",
38
+ "@uipath/filesystem": "1.0.2",
39
39
  "@uipath/packager-tool-apiworkflow": "0.0.18",
40
40
  "@uipath/project-packager": "1.1.15",
41
41
  "@uipath/solutionpackager-tool-core": "0.0.33",
42
42
  "commander": "^14.0.3",
43
43
  "typescript": "^6.0.2"
44
44
  },
45
- "gitHead": "d982977e86057fd9d0846c955595c64865aeecab"
45
+ "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
46
46
  }