@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.
- package/dist/cjs/twintag-scanner.cjs.entry.js +0 -1
- package/dist/collection/components/twintag-scanner/twintag-scanner.js +0 -1
- package/dist/collection/version.js +1 -1
- package/dist/components/twintag-scanner.js +0 -1
- package/dist/esm/twintag-scanner.entry.js +0 -1
- package/dist/stencil-web-components/{p-a60e5fcb.entry.js → p-c340ccf4.entry.js} +1 -1
- package/dist/stencil-web-components/stencil-web-components.esm.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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();
|
|
@@ -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();
|