Turso 0.3.0-pre.5

This commit is contained in:
Pekka Enberg
2025-10-28 14:49:34 +02:00
parent dae2930743
commit 067c4f624b
12 changed files with 91 additions and 91 deletions

View File

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

View File

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

View File

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