@jaak.ai/stamps 2.5.7-dev.2 → 2.5.7-dev.4

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.
@@ -130,6 +130,7 @@ export declare class JaakStamps {
130
130
  componentWillLoad(): Promise<void>;
131
131
  componentDidLoad(): Promise<void>;
132
132
  onLicenseChanged(newLicense: string): Promise<void>;
133
+ onLicenseEnvironmentChanged(): Promise<void>;
133
134
  private validateAndInitialize;
134
135
  private initializeServices;
135
136
  private validateLicense;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaak.ai/stamps",
3
- "version": "2.5.7-dev.2",
3
+ "version": "2.5.7-dev.4",
4
4
  "description": "Jaak Document Identifier",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",