@foretag/tanstack-db-surrealdb 0.1.17 → 0.1.18
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 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# TanstackDB SurrealDB Collections
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Add Offline / Local First Caching & Syncing to your SurrealDB app with TanstackDB and Loro (CRDTs). For SurrealDB v3.alpha-13 and SurrealDB JS SDK v2 (and above).
|
|
3
|
+
Add Offline / Local First Caching & Syncing to your SurrealDB app with TanstackDB and Loro (CRDTs). For SurrealDB v3-alpha.16 and SurrealDB JS SDK v2 (and above).
|
|
6
4
|
|
|
7
5
|
- Local / Offline first applications with TanstackDB and Loro
|
|
8
6
|
- High performance with Low resource consumption
|
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.18",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"loro-crdt": "^1.10.2"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@tanstack/db": "^0.5.
|
|
46
|
+
"@tanstack/db": "^0.5.11",
|
|
47
47
|
"@tanstack/query-db-collection": "^1.0.0",
|
|
48
48
|
"surrealdb": "2.0.0-alpha.14"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@biomejs/biome": "^2.3.8",
|
|
52
|
-
"@tanstack/svelte-db": "^0.1.
|
|
52
|
+
"@tanstack/svelte-db": "^0.1.54",
|
|
53
53
|
"surrealdb": "2.0.0-alpha.14",
|
|
54
54
|
"tsup": "^8.5.1"
|
|
55
55
|
}
|