Turso 0.3.0

This commit is contained in:
Pekka Enberg
2025-10-30 18:16:12 +02:00
parent a4d43d51d4
commit 331ba14e7c
12 changed files with 91 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/sync-common",
"version": "0.3.0-pre.7",
"version": "0.3.0",
"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.7"
"@tursodatabase/database-common": "^0.3.0"
}
}

View File

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

View File

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