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/database-browser-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/wasm-runtime": "^0.2.0-pre.6"
"@tursodatabase/wasm-runtime": "^0.2.0-pre.7"
}
}

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/wasm-runtime",
"version": "0.2.0-pre.6",
"version": "0.2.0-pre.7",
"type": "module",
"description": "Runtime and polyfill for wasm targets",
"author": {