@uipath/test-manager-tool 1.0.1 → 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
@@ -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
@@ -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;
@@ -2943,7 +2943,7 @@ function isBrowser() {
2943
2943
 
2944
2944
  // ../../node_modules/@uipath/coreipc/index.js
2945
2945
  var require_coreipc = __commonJS((exports, module) => {
2946
- var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
2946
+ var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
2947
2947
  /*! For license information please see index.js.LICENSE.txt */
2948
2948
  (function(e, t) {
2949
2949
  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();
@@ -21138,7 +21138,7 @@ var require_dist = __commonJS((exports) => {
21138
21138
  // package.json
21139
21139
  var package_default = {
21140
21140
  name: "@uipath/test-manager-tool",
21141
- version: "1.0.1",
21141
+ version: "1.0.4",
21142
21142
  description: "Manage test cases, test sets, executions, and results.",
21143
21143
  private: false,
21144
21144
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/test-manager-tool",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Manage test cases, test sets, executions, and results.",
5
5
  "private": false,
6
6
  "repository": {
@@ -34,14 +34,14 @@
34
34
  "lint:fix": "biome check --write ."
35
35
  },
36
36
  "devDependencies": {
37
- "@uipath/auth": "1.0.0",
38
- "@uipath/common": "1.0.0",
39
- "@uipath/filesystem": "1.0.0",
37
+ "@uipath/auth": "1.0.4",
38
+ "@uipath/common": "1.0.4",
39
+ "@uipath/filesystem": "1.0.4",
40
40
  "@uipath/orchestrator-sdk": "1.0.0",
41
41
  "@uipath/test-manager-sdk": "1.0.0",
42
42
  "@types/node": "^25.5.2",
43
43
  "commander": "^14.0.3",
44
44
  "typescript": "^6.0.2"
45
45
  },
46
- "gitHead": "d982977e86057fd9d0846c955595c64865aeecab"
46
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
47
47
  }