Turso 0.1.0-pre.1

This commit is contained in:
Pekka Enberg
2025-06-27 12:56:22 +03:00
parent a539c557d6
commit 09795ca512
9 changed files with 2563 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso-darwin-universal",
"version": "0.0.22",
"version": "0.1.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/limbo"
@@ -16,4 +16,4 @@
"engines": {
"node": ">= 10"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso-linux-x64-gnu",
"version": "0.0.22",
"version": "0.1.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/limbo"
@@ -22,4 +22,4 @@
"libc": [
"glibc"
]
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso-win32-x64-msvc",
"version": "0.0.22",
"version": "0.1.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/limbo"
@@ -19,4 +19,4 @@
"engines": {
"node": ">= 10"
}
}
}

2511
bindings/javascript/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso",
"version": "0.0.22",
"version": "0.1.0-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/limbo"
@@ -40,4 +40,4 @@
"version": "napi version"
},
"packageManager": "yarn@4.6.0"
}
}