@salesforce/lds-runtime-mobile 1.400.0 → 1.402.0

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.
@@ -1,5 +1,6 @@
1
1
  import { SqliteStorePlugin } from '@salesforce/nimbus-plugin-lds';
2
- export declare function initializeOneStore(sqliteStore: SqliteStorePlugin): void;
2
+ import { Luvio } from '@luvio/engine';
3
+ export declare function initializeOneStore(sqliteStore: SqliteStorePlugin, luvio: Luvio): void;
3
4
  /**
4
5
  * Manually purges the OneStore cache by days.
5
6
  * Until we have real cache eviction in one store.