Turso 0.2.0-pre.2

This commit is contained in:
Pekka Enberg
2025-09-12 17:38:30 +03:00
parent 14da283e36
commit 2651b597c6
13 changed files with 97 additions and 97 deletions

View File

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

View File

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

View File

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