@uipath/insights-tool 1.202.0-preview.153 → 1.202.0-preview.154

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
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-2g75a7fn.js";
6
+ } from "./tool-y1hrh9jy.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts
@@ -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.153",
2103
+ version: "1.202.0-preview.154",
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.153",
5516
+ version: "1.202.0-preview.154",
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=27AAEB8C5422AD7D64756E2164756E21
8550
+ //# debugId=925E86971FC257EA64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-2g75a7fn.js";
4
+ } from "./tool-y1hrh9jy.js";
5
5
  import"./tool-1de529jm.js";
6
6
  export {
7
7
  metadata,
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.153",
4
+ "version": "1.202.0-preview.154",
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": "b575ce2fc328dd969282339df6db4d5413b50bf4"
29
+ "gitHead": "5ebb754cdb75e1576ce4a6bc9cf15fb9ec42bb60"
30
30
  }