@twintag/twintag-core 0.2.270 → 0.2.271

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.
@@ -36447,7 +36447,6 @@ const TwintagScanner = class {
36447
36447
  emitted = true;
36448
36448
  }
36449
36449
  }
36450
- emitted = true;
36451
36450
  if (this.mode === 'single' && emitted) {
36452
36451
  this.showProcessedCheck();
36453
36452
  this.stopStream();
@@ -228,7 +228,6 @@ export class TwintagScanner {
228
228
  emitted = true;
229
229
  }
230
230
  }
231
- emitted = true;
232
231
  if (this.mode === 'single' && emitted) {
233
232
  this.showProcessedCheck();
234
233
  this.stopStream();
@@ -2,4 +2,4 @@
2
2
  /**
3
3
  * The library version.
4
4
  */
5
- export const VERSION = '0.2.270';
5
+ export const VERSION = '0.2.271';
@@ -36445,7 +36445,6 @@ const TwintagScanner$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElem
36445
36445
  emitted = true;
36446
36446
  }
36447
36447
  }
36448
- emitted = true;
36449
36448
  if (this.mode === 'single' && emitted) {
36450
36449
  this.showProcessedCheck();
36451
36450
  this.stopStream();
@@ -36443,7 +36443,6 @@ const TwintagScanner = class {
36443
36443
  emitted = true;
36444
36444
  }
36445
36445
  }
36446
- emitted = true;
36447
36446
  if (this.mode === 'single' && emitted) {
36448
36447
  this.showProcessedCheck();
36449
36448
  this.stopStream();