@jaak.ai/stamps 2.0.0-dev.56 → 2.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.
@@ -2144,7 +2144,7 @@ const JaakStamps = class {
2144
2144
  capturedImages.metadata.backCaptureSkipped = skippedBack;
2145
2145
  this.stateManager.setCapturedImages(capturedImages);
2146
2146
  this.stopDetection();
2147
- this.updateStatus('Proceso completado', `${capturedImages.metadata.totalImages} imágenes capturadas exitosamente`, 'ready');
2147
+ this.updateStatus('Proceso completado', `Imágenes capturadas exitosamente`, 'ready');
2148
2148
  const finalImages = {
2149
2149
  ...capturedImages,
2150
2150
  timestamp: new Date().toISOString()