@jaak.ai/stamps 2.5.5-dev.1 → 2.5.5

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.
@@ -132,6 +132,8 @@ export declare class JaakStamps {
132
132
  private setupEventListeners;
133
133
  private initializeComponent;
134
134
  private validateProps;
135
+ private readonly ORT_VERSION;
136
+ private readonly ORT_CDN_BASE;
135
137
  private loadOnnxRuntime;
136
138
  private finalizeInitialization;
137
139
  private updateStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaak.ai/stamps",
3
- "version": "2.5.5-dev.1",
3
+ "version": "2.5.5",
4
4
  "description": "Jaak Document Identifier",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",