Turso 0.2.0-pre.7

This commit is contained in:
Pekka Enberg
2025-09-22 20:44:08 +03:00
parent 1d4b301f05
commit f6e3beda45
13 changed files with 97 additions and 97 deletions

View File

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

View File

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

View File

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