@optifye/dashboard-core 6.3.0 → 6.3.1

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
@@ -7293,7 +7293,7 @@ var S3ClipsService = class {
7293
7293
  "best_cycle_time",
7294
7294
  "worst_cycle_time",
7295
7295
  "long_cycle_time",
7296
- "cycle_completions",
7296
+ "cycle_completion",
7297
7297
  "bottleneck"
7298
7298
  ];
7299
7299
  console.log(`[S3ClipsService] ${buildIndex ? "Building video index and counting" : "Fast counting"} clips for ${workspaceId} on ${date}, shift ${shiftId}`);
package/dist/index.mjs CHANGED
@@ -7263,7 +7263,7 @@ var S3ClipsService = class {
7263
7263
  "best_cycle_time",
7264
7264
  "worst_cycle_time",
7265
7265
  "long_cycle_time",
7266
- "cycle_completions",
7266
+ "cycle_completion",
7267
7267
  "bottleneck"
7268
7268
  ];
7269
7269
  console.log(`[S3ClipsService] ${buildIndex ? "Building video index and counting" : "Fast counting"} clips for ${workspaceId} on ${date}, shift ${shiftId}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optifye/dashboard-core",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Reusable UI & logic for Optifye dashboard",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",