fix(indexeddb): Export MigrationConflictStrategy

This commit is contained in:
Jonas Platte
2022-08-03 13:43:27 +02:00
committed by Jonas Platte
parent 1a5953e01e
commit bbbd7942b0

View File

@@ -12,7 +12,10 @@ mod state_store;
pub use cryptostore::IndexeddbStore as CryptoStore;
#[cfg(feature = "e2e-encryption")]
use cryptostore::IndexeddbStoreError;
pub use state_store::{IndexeddbStore as StateStore, IndexeddbStoreBuilder as StateStoreBuilder};
pub use state_store::{
IndexeddbStore as StateStore, IndexeddbStoreBuilder as StateStoreBuilder,
MigrationConflictStrategy,
};
/// Create a [`StateStore`] and a [`CryptoStore`] that use the same name and
/// passphrase.