@uipath/common 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1004,7 +1004,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1004
1004
  this._exitCallback = (err) => {
1005
1005
  if (err.code !== "commander.executeSubCommandAsync") {
1006
1006
  throw err;
1007
- } else {}
1007
+ }
1008
1008
  };
1009
1009
  }
1010
1010
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/common",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Common infrastructure needed by uip tools.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,11 +41,11 @@
41
41
  "@jmespath-community/jmespath": "^1.3.0",
42
42
  "@types/js-yaml": "^4.0.9",
43
43
  "@types/node": "^25.5.2",
44
- "@uipath/filesystem": "1.0.0",
44
+ "@uipath/filesystem": "1.0.2",
45
45
  "commander": "^14.0.3",
46
46
  "js-yaml": "^4.1.0",
47
47
  "jsonpath-plus": "^10.4.0",
48
48
  "typescript": "^6.0.2"
49
49
  },
50
- "gitHead": "d982977e86057fd9d0846c955595c64865aeecab"
50
+ "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
51
51
  }