@uipath/insights-tool 1.202.0-preview.159 → 1.202.0-preview.162
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
|
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS(function(exports) {
|
|
|
2100
2100
|
var package_default = {
|
|
2101
2101
|
name: "@uipath/insights-tool",
|
|
2102
2102
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
2103
|
-
version: "1.202.0-preview.
|
|
2103
|
+
version: "1.202.0-preview.162",
|
|
2104
2104
|
description: "Query UiPath Insights data — jobs, failures, and performance metrics.",
|
|
2105
2105
|
private: false,
|
|
2106
2106
|
repository: {
|
|
@@ -5513,7 +5513,7 @@ class InsightsProtocolError extends Error {
|
|
|
5513
5513
|
var package_default2 = {
|
|
5514
5514
|
name: "@uipath/insights-sdk",
|
|
5515
5515
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
5516
|
-
version: "1.202.0-preview.
|
|
5516
|
+
version: "1.202.0-preview.162",
|
|
5517
5517
|
description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
5518
5518
|
repository: {
|
|
5519
5519
|
type: "git",
|
|
@@ -8547,4 +8547,4 @@ var registerCommands = async (program2) => {
|
|
|
8547
8547
|
|
|
8548
8548
|
export { Command, metadata, registerCommands };
|
|
8549
8549
|
|
|
8550
|
-
//# debugId=
|
|
8550
|
+
//# debugId=5B1B840A02EE6FD764756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/insights-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.0-preview.
|
|
4
|
+
"version": "1.202.0-preview.162",
|
|
5
5
|
"description": "Query UiPath Insights data — jobs, failures, and performance metrics.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "9792d74b5ec29276123d2b3daabcae49748c1fa6"
|
|
30
30
|
}
|