@uipath/rpa-legacy-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
@@ -1020,7 +1020,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1020
1020
  this._exitCallback = (err) => {
1021
1021
  if (err.code !== "commander.executeSubCommandAsync") {
1022
1022
  throw err;
1023
- } else {}
1023
+ }
1024
1024
  };
1025
1025
  }
1026
1026
  return this;
@@ -6126,7 +6126,7 @@ var init_envAuth = __esm(() => {
6126
6126
 
6127
6127
  // ../../node_modules/@uipath/coreipc/index.js
6128
6128
  var require_coreipc = __commonJS((exports, module) => {
6129
- var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
6129
+ var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
6130
6130
  /*! For license information please see index.js.LICENSE.txt */
6131
6131
  (function(e, t) {
6132
6132
  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();
@@ -25627,7 +25627,7 @@ var {
25627
25627
  // package.json
25628
25628
  var package_default = {
25629
25629
  name: "@uipath/rpa-legacy-tool",
25630
- version: "1.0.0",
25630
+ version: "1.0.2",
25631
25631
  description: "uipcli plugin for validating, analyzing and building RPA projects using the legacy UiPath CLI",
25632
25632
  private: false,
25633
25633
  maintainers: [
package/dist/tool.js CHANGED
@@ -4031,7 +4031,7 @@ var init_envAuth = __esm(() => {
4031
4031
 
4032
4032
  // ../../node_modules/@uipath/coreipc/index.js
4033
4033
  var require_coreipc = __commonJS((exports, module) => {
4034
- var __dirname = "/home/runner/work/cli/cli/node_modules/@uipath/coreipc";
4034
+ var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
4035
4035
  /*! For license information please see index.js.LICENSE.txt */
4036
4036
  (function(e, t) {
4037
4037
  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();
@@ -23516,7 +23516,7 @@ var init_src2 = __esm(() => {
23516
23516
  // package.json
23517
23517
  var package_default = {
23518
23518
  name: "@uipath/rpa-legacy-tool",
23519
- version: "1.0.0",
23519
+ version: "1.0.2",
23520
23520
  description: "uipcli plugin for validating, analyzing and building RPA projects using the legacy UiPath CLI",
23521
23521
  private: false,
23522
23522
  maintainers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/rpa-legacy-tool",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "uipcli plugin for validating, analyzing and building RPA projects using the legacy UiPath CLI",
5
5
  "private": false,
6
6
  "maintainers": [
@@ -40,13 +40,13 @@
40
40
  "commander": "^14.0.3"
41
41
  },
42
42
  "devDependencies": {
43
- "@uipath/auth": "1.0.0",
44
- "@uipath/common": "1.0.0",
45
- "@uipath/filesystem": "1.0.0",
43
+ "@uipath/auth": "1.0.2",
44
+ "@uipath/common": "1.0.2",
45
+ "@uipath/filesystem": "1.0.2",
46
46
  "adm-zip": "^0.5.16",
47
47
  "@types/adm-zip": "^0.5.7",
48
48
  "@types/bun": "^1.3.11",
49
49
  "typescript": "^6.0.2"
50
50
  },
51
- "gitHead": "d982977e86057fd9d0846c955595c64865aeecab"
51
+ "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
52
52
  }