Turso 0.4.0-pre.1

This commit is contained in:
Pekka Enberg
2025-11-06 08:33:13 +02:00
parent fc78496797
commit c3d2ea8429
13 changed files with 95 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/sync-common",
"version": "0.3.0",
"version": "0.4.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"
@@ -23,6 +23,6 @@
"test": "echo 'no tests'"
},
"dependencies": {
"@tursodatabase/database-common": "^0.3.0"
"@tursodatabase/database-common": "^0.4.0-pre.1"
}
}