@uipath/insights-sdk 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 +2 -2
  2. package/package.json +4 -4
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;
@@ -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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/insights-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,10 +29,10 @@
29
29
  "lint:fix": "biome check --write ."
30
30
  },
31
31
  "devDependencies": {
32
- "@uipath/auth": "1.0.0",
33
- "@uipath/common": "1.0.0",
32
+ "@uipath/auth": "1.0.2",
33
+ "@uipath/common": "1.0.2",
34
34
  "@types/node": "^25.5.2",
35
35
  "typescript": "^6.0.2"
36
36
  },
37
- "gitHead": "d982977e86057fd9d0846c955595c64865aeecab"
37
+ "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
38
38
  }