Turso 0.2.0-pre.1

This commit is contained in:
Pekka Enberg
2025-09-11 11:44:42 +03:00
parent 5ae4756760
commit ae3c1fc2a6
12 changed files with 87 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/sync-browser",
"version": "0.1.5",
"version": "0.2.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"
@@ -40,8 +40,8 @@
},
"dependencies": {
"@napi-rs/wasm-runtime": "^1.0.3",
"@tursodatabase/database-browser-common": "^0.1.5",
"@tursodatabase/database-common": "^0.1.5",
"@tursodatabase/sync-common": "^0.1.5"
"@tursodatabase/database-browser-common": "^0.2.0-pre.1",
"@tursodatabase/database-common": "^0.2.0-pre.1",
"@tursodatabase/sync-common": "^0.2.0-pre.1"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/sync-common",
"version": "0.1.5",
"version": "0.2.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"

View File

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