@foretag/tanstack-db-surrealdb 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -132,5 +132,5 @@ DEFINE FIELD OVERWRITE updated_at ON <table>
|
|
|
132
132
|
|
|
133
133
|
<details>
|
|
134
134
|
<summary><strong>Can I reduce the package sizes?</strong></summary>
|
|
135
|
-
<p>They can be reduced, but these steps are very unique based on use-case. Loro ships a WASM binary thats
|
|
135
|
+
<p>They can be reduced, but these steps are very unique based on use-case. Loro ships a WASM binary thats 1 MB Gzipped in size, it's one of the tradeoffs of using this approach. The maintainers up-stream are working on reducing the size of the WASM binary.</p>
|
|
136
136
|
</details>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foretag/tanstack-db-surrealdb",
|
|
3
3
|
"description": "Add Offline / Local First Caching & Syncing to your SurrealDB app with TanstackDB and Loro (CRDTs)",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -41,12 +41,15 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@tanstack/db": "^0.4.10",
|
|
44
|
-
"loro-crdt": "^1.8.4"
|
|
44
|
+
"loro-crdt": "^1.8.4"
|
|
45
|
+
},
|
|
46
|
+
"peerDependencies": {
|
|
45
47
|
"surrealdb": "2.0.0-alpha.9"
|
|
46
48
|
},
|
|
47
49
|
"devDependencies": {
|
|
48
50
|
"@biomejs/biome": "^2.2.6",
|
|
49
51
|
"@tanstack/svelte-db": "^0.1.32",
|
|
52
|
+
"surrealdb": "2.0.0-alpha.9",
|
|
50
53
|
"tsup": "^8.5.0"
|
|
51
54
|
}
|
|
52
55
|
}
|