@uipath/insights-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 +1 -1
- package/dist/tool.js +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
package/dist/tool.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
|
-
}
|
|
1007
|
+
}
|
|
1008
1008
|
};
|
|
1009
1009
|
}
|
|
1010
1010
|
return this;
|
|
@@ -2127,7 +2127,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2127
2127
|
// package.json
|
|
2128
2128
|
var package_default = {
|
|
2129
2129
|
name: "@uipath/insights-tool",
|
|
2130
|
-
version: "1.0.
|
|
2130
|
+
version: "1.0.2",
|
|
2131
2131
|
description: "Query UiPath Insights data — jobs, failures, and performance metrics.",
|
|
2132
2132
|
private: false,
|
|
2133
2133
|
repository: {
|
|
@@ -10984,7 +10984,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
10984
10984
|
this._exitCallback = (err) => {
|
|
10985
10985
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
10986
10986
|
throw err;
|
|
10987
|
-
}
|
|
10987
|
+
}
|
|
10988
10988
|
};
|
|
10989
10989
|
}
|
|
10990
10990
|
return this;
|
|
@@ -12877,7 +12877,7 @@ function isBrowser() {
|
|
|
12877
12877
|
return typeof globalThis !== "undefined" && "window" in globalThis && "document" in globalThis;
|
|
12878
12878
|
}
|
|
12879
12879
|
var require_coreipc = __commonJS2((exports, module) => {
|
|
12880
|
-
var __dirname3 = "/
|
|
12880
|
+
var __dirname3 = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
12881
12881
|
/*! For license information please see index.js.LICENSE.txt */
|
|
12882
12882
|
(function(e, t) {
|
|
12883
12883
|
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-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Query UiPath Insights data — jobs, failures, and performance metrics.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"lint:fix": "biome check --write ."
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@uipath/common": "1.0.
|
|
36
|
-
"@uipath/insights-sdk": "1.0.
|
|
35
|
+
"@uipath/common": "1.0.2",
|
|
36
|
+
"@uipath/insights-sdk": "1.0.2",
|
|
37
37
|
"@types/node": "^25.5.2",
|
|
38
38
|
"commander": "^14.0.3",
|
|
39
39
|
"typescript": "^6.0.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
|
|
42
42
|
}
|