@uipath/insights-tool 1.201.0-preview.121 → 1.201.0-preview.122
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
|
@@ -2112,7 +2112,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2112
2112
|
var package_default = {
|
|
2113
2113
|
name: "@uipath/insights-tool",
|
|
2114
2114
|
license: "MIT",
|
|
2115
|
-
version: "1.201.0-preview.
|
|
2115
|
+
version: "1.201.0-preview.122",
|
|
2116
2116
|
description: "Query UiPath Insights data — jobs, failures, and performance metrics.",
|
|
2117
2117
|
private: false,
|
|
2118
2118
|
repository: {
|
|
@@ -4497,7 +4497,7 @@ class InsightsProtocolError extends Error {
|
|
|
4497
4497
|
var package_default2 = {
|
|
4498
4498
|
name: "@uipath/insights-sdk",
|
|
4499
4499
|
license: "MIT",
|
|
4500
|
-
version: "1.201.0-preview.
|
|
4500
|
+
version: "1.201.0-preview.122",
|
|
4501
4501
|
description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
4502
4502
|
repository: {
|
|
4503
4503
|
type: "git",
|
|
@@ -6948,4 +6948,4 @@ var registerCommands = async (program2) => {
|
|
|
6948
6948
|
|
|
6949
6949
|
export { Command, metadata, registerCommands };
|
|
6950
6950
|
|
|
6951
|
-
//# debugId=
|
|
6951
|
+
//# debugId=DF0608F2F88F465C64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/insights-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.122",
|
|
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": "6c56f56100be96231fccbaa59e99d64d94808d58"
|
|
30
30
|
}
|