@jaak.ai/stamps 2.5.8-dev.1 → 2.5.8-dev.2

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.
@@ -129,6 +129,9 @@ export declare class JaakStamps {
129
129
  private readonly VIDEO_DIAGNOSTIC_EVENTS;
130
130
  private canvasPool;
131
131
  private readonly MAX_CANVAS_POOL_SIZE;
132
+ private initializationSettled;
133
+ private initializationWaiters;
134
+ private readonly START_CAPTURE_READY_TIMEOUT_MS;
132
135
  componentWillLoad(): Promise<void>;
133
136
  componentDidLoad(): Promise<void>;
134
137
  onLicenseChanged(newLicense: string): void;
@@ -143,6 +146,8 @@ export declare class JaakStamps {
143
146
  private readonly ORT_CDN_BASE;
144
147
  private loadOnnxRuntime;
145
148
  private finalizeInitialization;
149
+ private settleInitialization;
150
+ private waitForInitialization;
146
151
  private updateStatus;
147
152
  private emitReadyEvent;
148
153
  private checkCameraPermissions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaak.ai/stamps",
3
- "version": "2.5.8-dev.1",
3
+ "version": "2.5.8-dev.2",
4
4
  "description": "Jaak Document Identifier",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",