@jaak.ai/stamps 2.0.0-beta.6 → 2.0.0-beta.7

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