@tldraw/tlsync-client
Advanced tools
Comparing version
@@ -25,2 +25,3 @@ "use strict"; | ||
module.exports = __toCommonJS(src_exports); | ||
__reExport(src_exports, require("./lib/alerts"), module.exports); | ||
var import_hardReset = require("./lib/hardReset"); | ||
@@ -27,0 +28,0 @@ __reExport(src_exports, require("./lib/hooks/useLocalSyncClient"), module.exports); |
@@ -0,1 +1,2 @@ | ||
export * from "./lib/alerts"; | ||
import { hardReset } from "./lib/hardReset"; | ||
@@ -2,0 +3,0 @@ export * from "./lib/hooks/useLocalSyncClient"; |
@@ -75,2 +75,8 @@ import { ReadySyncedStore } from '@tldraw/tldraw-beta'; | ||
/** @public */ | ||
export declare function showCantReadFromIndexDbAlert(): void; | ||
/** @public */ | ||
export declare function showCantWriteToIndexDbAlert(): void; | ||
/** @public */ | ||
export declare const STORE_PREFIX = "TLDRAW_DOCUMENT_v2"; | ||
@@ -77,0 +83,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A tiny little drawing app (multiplayer sync).", | ||
"version": "0.1.0-alpha.5", | ||
"version": "0.1.0-alpha.6", | ||
"author": "tldraw GB Ltd.", | ||
@@ -53,5 +53,5 @@ "homepage": "https://tldraw.dev", | ||
"dependencies": { | ||
"@tldraw/tldraw-beta": "0.1.0-alpha.5", | ||
"@tldraw/tlstore": "0.1.0-alpha.5", | ||
"@tldraw/tlsync": "0.1.0-alpha.5", | ||
"@tldraw/tldraw-beta": "0.1.0-alpha.6", | ||
"@tldraw/tlstore": "0.1.0-alpha.6", | ||
"@tldraw/tlsync": "0.1.0-alpha.6", | ||
"idb": "^7.1.0", | ||
@@ -58,0 +58,0 @@ "signia": "^0.0.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163814
0.21%1894
0.32%+ Added
+ Added
- Removed
- Removed
Updated