Turso 0.2.0-pre.14

This commit is contained in:
Pekka Enberg
2025-10-02 14:29:22 +03:00
parent 7bfb4dc203
commit a44f965a45
12 changed files with 91 additions and 91 deletions

View File

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

View File

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

View File

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