@uipath/insights-tool 1.199.0-preview.111 → 1.199.0-preview.112

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.
Files changed (2) hide show
  1. package/dist/tool.js +2 -2
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -2128,7 +2128,7 @@ var require_commander = __commonJS((exports) => {
2128
2128
  var package_default = {
2129
2129
  name: "@uipath/insights-tool",
2130
2130
  license: "MIT",
2131
- version: "1.199.0-preview.111",
2131
+ version: "1.199.0-preview.112",
2132
2132
  description: "Query UiPath Insights data — jobs, failures, and performance metrics.",
2133
2133
  private: false,
2134
2134
  repository: {
@@ -30286,4 +30286,4 @@ export {
30286
30286
  metadata
30287
30287
  };
30288
30288
 
30289
- //# debugId=9D6F56FEA4E4098C64756E2164756E21
30289
+ //# debugId=DB9FC5EE9E63185564756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/insights-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.111",
4
+ "version": "1.199.0-preview.112",
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": "1a86625f94b9abd4d02444b8c5deec7e9d08d210"
29
+ "gitHead": "6c234a4d766b301221d9de923043594002836554"
30
30
  }