@jaak.ai/stamps 2.5.0 → 2.5.1-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.
@@ -25,6 +25,7 @@ export interface ComponentConfig {
25
25
  }
26
26
  export declare class ServiceContainer {
27
27
  private services;
28
+ private cleanedUp;
28
29
  constructor(config: ComponentConfig);
29
30
  private initializeServices;
30
31
  get<T>(serviceName: string): T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaak.ai/stamps",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-dev.1",
4
4
  "description": "Jaak Document Identifier",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",