Turso 0.2.0-pre.5

This commit is contained in:
Pekka Enberg
2025-09-22 11:34:22 +03:00
parent 751261566e
commit f4b0fb17f7
13 changed files with 97 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/sync-browser",
"version": "0.2.0-pre.4",
"version": "0.2.0-pre.5",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"
@@ -54,8 +54,8 @@
"#index": "./index.js"
},
"dependencies": {
"@tursodatabase/database-browser-common": "^0.2.0-pre.4",
"@tursodatabase/database-common": "^0.2.0-pre.4",
"@tursodatabase/sync-common": "^0.2.0-pre.4"
"@tursodatabase/database-browser-common": "^0.2.0-pre.5",
"@tursodatabase/database-common": "^0.2.0-pre.5",
"@tursodatabase/sync-common": "^0.2.0-pre.5"
}
}