@uipath/insights-tool 1.0.2 → 1.0.4

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 +1 -1
  2. package/package.json +4 -4
package/dist/tool.js CHANGED
@@ -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.2",
2130
+ version: "1.0.4",
2131
2131
  description: "Query UiPath Insights data — jobs, failures, and performance metrics.",
2132
2132
  private: false,
2133
2133
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/insights-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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.2",
36
- "@uipath/insights-sdk": "1.0.2",
35
+ "@uipath/common": "1.0.4",
36
+ "@uipath/insights-sdk": "1.0.4",
37
37
  "@types/node": "^25.5.2",
38
38
  "commander": "^14.0.3",
39
39
  "typescript": "^6.0.2"
40
40
  },
41
- "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
41
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
42
42
  }