replicache
Advanced tools
Comparing version 12.2.0 to 12.2.1
@@ -897,3 +897,3 @@ /** The values that can be represented in JSON */ | ||
*/ | ||
declare function deleteAllReplicacheData(createKVStore: CreateStore): Promise<{ | ||
declare function deleteAllReplicacheData(createKVStore?: CreateStore): Promise<{ | ||
dropped: string[]; | ||
@@ -900,0 +900,0 @@ errors: unknown[]; |
{ | ||
"name": "replicache", | ||
"description": "Realtime sync for any backend stack", | ||
"version": "12.2.0", | ||
"version": "12.2.1", | ||
"repository": "github:rocicorp/replicache", | ||
@@ -6,0 +6,0 @@ "license": "https://roci.dev/terms.html", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
385104
2613