@jaak.ai/stamps 2.5.7-dev.4 → 2.5.8-dev.1

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.
@@ -87,6 +87,8 @@ export declare class JaakStamps {
87
87
  classificationDisabled: boolean;
88
88
  private _initialized;
89
89
  private _initializing;
90
+ private _pendingEnvironmentRetry;
91
+ private _pendingInit;
90
92
  private licenseValidationService;
91
93
  private serviceContainer;
92
94
  private eventBus;
@@ -129,7 +131,7 @@ export declare class JaakStamps {
129
131
  private readonly MAX_CANVAS_POOL_SIZE;
130
132
  componentWillLoad(): Promise<void>;
131
133
  componentDidLoad(): Promise<void>;
132
- onLicenseChanged(newLicense: string): Promise<void>;
134
+ onLicenseChanged(newLicense: string): void;
133
135
  onLicenseEnvironmentChanged(): Promise<void>;
134
136
  private validateAndInitialize;
135
137
  private initializeServices;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaak.ai/stamps",
3
- "version": "2.5.7-dev.4",
3
+ "version": "2.5.8-dev.1",
4
4
  "description": "Jaak Document Identifier",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",