mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
refactor(storage-core): move storage files out of @bitwarden/common (#15076)
* refactor(platform): generate @bitwarden/storage-core boilerplate * refactor(storage-core): move storage files out of @bitwarden/common * chore(naming): rename AbstractStorageService to StorageService
This commit is contained in:
11
libs/storage-core/src/index.ts
Normal file
11
libs/storage-core/src/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export * from "./client-locations";
|
||||
export * from "./html-storage-location.enum";
|
||||
export * from "./memory-storage.service";
|
||||
export * from "./serialized-memory-storage.service";
|
||||
export * from "./storage-location";
|
||||
export * from "./storage-location.enum";
|
||||
export * from "./storage-options";
|
||||
export * from "./storage-service.provider";
|
||||
// Renamed to just "StorageService", to be removed when references are updated
|
||||
export { StorageService as AbstractStorageService } from "./storage.service";
|
||||
export * from "./storage.service";
|
||||
Reference in New Issue
Block a user