Limbo 0.0.19-pre.2

This commit is contained in:
Pekka Enberg
2025-04-03 10:43:36 +03:00
parent 4342438801
commit a5ee6493c0
8 changed files with 49 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/limbo-darwin-universal",
"version": "0.0.0",
"version": "0.0.19-pre.2",
"os": [
"darwin"
],
@@ -12,4 +12,4 @@
"engines": {
"node": ">= 10"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/limbo-linux-x64-gnu",
"version": "0.0.0",
"version": "0.0.19-pre.2",
"os": [
"linux"
],
@@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/limbo-win32-x64-msvc",
"version": "0.0.0",
"version": "0.0.19-pre.2",
"os": [
"win32"
],
@@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/limbo",
"version": "0.0.19-pre.1",
"version": "0.0.19-pre.2",
"description": "The Limbo database library",
"main": "index.js",
"types": "index.d.ts",
@@ -36,4 +36,4 @@
"version": "napi version"
},
"packageManager": "yarn@4.6.0"
}
}