@uipath/insights-sdk 1.0.0 → 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 +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
|
-
}
|
|
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 = "/
|
|
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.
|
|
3
|
+
"version": "1.0.4",
|
|
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.
|
|
33
|
-
"@uipath/common": "1.0.
|
|
32
|
+
"@uipath/auth": "1.0.4",
|
|
33
|
+
"@uipath/common": "1.0.4",
|
|
34
34
|
"@types/node": "^25.5.2",
|
|
35
35
|
"typescript": "^6.0.2"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
38
38
|
}
|