Turso 0.4.0-pre.1

This commit is contained in:
Pekka Enberg
2025-11-06 08:33:13 +02:00
parent fc78496797
commit c3d2ea8429
13 changed files with 95 additions and 95 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/database-wasm-common",
"version": "0.3.0",
"version": "0.4.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/database-wasm",
"version": "0.3.0",
"version": "0.4.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"
@@ -51,7 +51,7 @@
]
},
"dependencies": {
"@tursodatabase/database-common": "^0.3.0",
"@tursodatabase/database-wasm-common": "^0.3.0"
"@tursodatabase/database-common": "^0.4.0-pre.1",
"@tursodatabase/database-wasm-common": "^0.4.0-pre.1"
}
}