Turso 0.2.0-pre.3

This commit is contained in:
Pekka Enberg
2025-09-12 18:40:06 +03:00
parent 9c08095abf
commit 5df05e05f8
13 changed files with 95 additions and 95 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/wasm-runtime",
"version": "0.2.0-pre.2",
"version": "0.2.0-pre.3",
"type": "module",
"description": "Runtime and polyfill for wasm targets",
"author": {
@@ -39,4 +39,4 @@
"import": "./dist/fs.js"
}
}
}
}