@tldraw/tlsync-client
Advanced tools
Comparing version 0.1.0-alpha.7 to 0.1.0-alpha.8
@@ -5,3 +5,3 @@ { | ||
"description": "A tiny little drawing app (multiplayer sync).", | ||
"version": "0.1.0-alpha.7", | ||
"version": "0.1.0-alpha.8", | ||
"author": "tldraw GB Ltd.", | ||
@@ -23,8 +23,9 @@ "homepage": "https://tldraw.dev", | ||
"scripts": { | ||
"test": "jest --passWithNoTests", | ||
"test:coverage": "jest --passWithNoTests --coverage", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"typecheck": "tsc --build", | ||
"build": "tsx ../../scripts/build-package.ts", | ||
"prepack": "tsx ../../scripts/prepack.ts", | ||
"postpack": "../../scripts/postpack.sh" | ||
"postpack": "../../scripts/postpack.sh", | ||
"lint": "tsx ../../scripts/lint.ts" | ||
}, | ||
@@ -54,5 +55,5 @@ "devDependencies": { | ||
"dependencies": { | ||
"@tldraw/tldraw-beta": "0.1.0-alpha.7", | ||
"@tldraw/tlstore": "0.1.0-alpha.7", | ||
"@tldraw/tlsync": "0.1.0-alpha.7", | ||
"@tldraw/tldraw-beta": "0.1.0-alpha.8", | ||
"@tldraw/tlstore": "0.1.0-alpha.8", | ||
"@tldraw/tlsync": "0.1.0-alpha.8", | ||
"idb": "^7.1.0", | ||
@@ -59,0 +60,0 @@ "signia": "^0.0.8", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
165416
+ Added@tldraw/tlstore@0.1.0-alpha.8(transitive)
+ Added@tldraw/utils@0.1.0-alpha.8(transitive)
- Removed@tldraw/tlstore@0.1.0-alpha.7(transitive)
- Removed@tldraw/utils@0.1.0-alpha.7(transitive)
Updated@tldraw/tlsync@0.1.0-alpha.8