@uipath/orchestrator-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
@@ -1006,7 +1006,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1006
1006
  this._exitCallback = (err) => {
1007
1007
  if (err.code !== "commander.executeSubCommandAsync") {
1008
1008
  throw err;
1009
- } else {}
1009
+ }
1010
1010
  };
1011
1011
  }
1012
1012
  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;
@@ -2964,7 +2964,7 @@ function isBrowser() {
2964
2964
 
2965
2965
  // ../../node_modules/@uipath/coreipc/index.js
2966
2966
  var require_coreipc = __commonJS((exports, module) => {
2967
- var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
2967
+ var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
2968
2968
  /*! For license information please see index.js.LICENSE.txt */
2969
2969
  (function(e, t) {
2970
2970
  typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
@@ -21159,7 +21159,7 @@ var require_dist = __commonJS((exports) => {
21159
21159
  // package.json
21160
21160
  var package_default = {
21161
21161
  name: "@uipath/orchestrator-tool",
21162
- version: "1.0.0",
21162
+ version: "1.0.2",
21163
21163
  description: "Manage Orchestrator folders, jobs, processes, and releases.",
21164
21164
  private: false,
21165
21165
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/orchestrator-tool",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Manage Orchestrator folders, jobs, processes, and releases.",
5
5
  "private": false,
6
6
  "repository": {
@@ -34,12 +34,12 @@
34
34
  "lint:fix": "biome check --write ."
35
35
  },
36
36
  "devDependencies": {
37
- "@uipath/common": "1.0.0",
38
- "@uipath/filesystem": "1.0.0",
37
+ "@uipath/common": "1.0.2",
38
+ "@uipath/filesystem": "1.0.2",
39
39
  "@uipath/orchestrator-sdk": "1.0.0",
40
40
  "@types/node": "^25.5.2",
41
41
  "commander": "^14.0.3",
42
42
  "typescript": "^6.0.2"
43
43
  },
44
- "gitHead": "d982977e86057fd9d0846c955595c64865aeecab"
44
+ "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
45
45
  }