scandoc-ai-components 0.1.6 → 0.1.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.
- package/dist/index.js +0 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11168,7 +11168,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11168
11168
|
|
|
11169
11169
|
|
|
11170
11170
|
|
|
11171
|
-
console.log("ScanDocAI Video.js build stamp: 2026-01-21-A");
|
|
11172
11171
|
const DOCUMENT_DETECTOR = new _ai_detect_document__WEBPACK_IMPORTED_MODULE_0__["default"]();
|
|
11173
11172
|
class ExtractorVideo {
|
|
11174
11173
|
static FREQUENCY_MS = 10;
|
|
@@ -11197,17 +11196,6 @@ class ExtractorVideo {
|
|
|
11197
11196
|
this.hasShownTurnMessage = false;
|
|
11198
11197
|
this.turnMessageTimer = null;
|
|
11199
11198
|
|
|
11200
|
-
// DEBUG: detect overwrites
|
|
11201
|
-
Object.defineProperty(this, "onExtractedResults", {
|
|
11202
|
-
configurable: true,
|
|
11203
|
-
get: () => this.__onExtractedResults,
|
|
11204
|
-
set: v => {
|
|
11205
|
-
console.log("[ScanDocAI] onExtractedResults set to:", v, "type:", typeof v);
|
|
11206
|
-
console.trace("[ScanDocAI] onExtractedResults overwrite stack");
|
|
11207
|
-
this.__onExtractedResults = v;
|
|
11208
|
-
}
|
|
11209
|
-
});
|
|
11210
|
-
|
|
11211
11199
|
// initialize through setter so we see the first set too:
|
|
11212
11200
|
this.onExtractedResults = onExtractedResults;
|
|
11213
11201
|
}
|