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/database-common",
"version": "0.2.0-pre.13",
"version": "0.2.0-pre.14",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"

View File

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

View File

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

View File

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