@optifye/dashboard-core 4.3.9 → 5.0.0

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
@@ -21868,7 +21868,7 @@ var BottlenecksContent = ({
21868
21868
  includeCycleTime: true,
21869
21869
  includeMetadata: true,
21870
21870
  // Always include metadata for timestamp info
21871
- limit: 50,
21871
+ limit: 1e3,
21872
21872
  // Reasonable limit for UI performance
21873
21873
  timestampStart: timestampStartFull,
21874
21874
  timestampEnd: timestampEndFull
package/dist/index.mjs CHANGED
@@ -21839,7 +21839,7 @@ var BottlenecksContent = ({
21839
21839
  includeCycleTime: true,
21840
21840
  includeMetadata: true,
21841
21841
  // Always include metadata for timestamp info
21842
- limit: 50,
21842
+ limit: 1e3,
21843
21843
  // Reasonable limit for UI performance
21844
21844
  timestampStart: timestampStartFull,
21845
21845
  timestampEnd: timestampEndFull
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optifye/dashboard-core",
3
- "version": "4.3.9",
3
+ "version": "5.0.0",
4
4
  "description": "Reusable UI & logic for Optifye dashboard",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",