Skip to content

Commit 6df3ba9

Browse files
committed
Add @experimental tag to SecureStorage interface
Marked the SecureStorage interface as experimental in the documentation to indicate its API may change. Removed an unused warning comment for clarity.
1 parent 82a4c9b commit 6df3ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/common/src/local-first/LocalAuth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export interface LocalAuthDep {
4747
}
4848

4949
/**
50-
* - **⚠️
51-
*
5250
* Secure storage interface that must be implemented by each platform.
51+
*
52+
* @experimental
5353
*/
5454
export interface SecureStorage {
5555
setItem: (

0 commit comments

Comments
 (0)