@duckdb/node-bindings-linux-x64 1.5.2-r.1 → 1.5.2-r.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/duckdb.node +0 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# DuckDB Node Bindings: Linux x64
|
|
1
|
+
# DuckDB Node Bindings: Linux x64 glibc
|
|
2
2
|
|
|
3
|
-
Binaries supporting [Node](https://nodejs.org/) bindings to the [DuckDB C API](https://duckdb.org/docs/api/c/overview) for Linux x64.
|
|
3
|
+
Binaries supporting [Node](https://nodejs.org/) bindings to the [DuckDB C API](https://duckdb.org/docs/api/c/overview) for Linux x64 glibc.
|
|
4
4
|
|
|
5
5
|
See [@duckdb/node-bindings](https://www.npmjs.com/package/@duckdb/node-bindings) for a low-level API that uses these binaries, or [@duckdb/node-api](https://www.npmjs.com/package/@duckdb/node-api) for a high-level API built on those bindings.
|
package/duckdb.node
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duckdb/node-bindings-linux-x64",
|
|
3
|
-
"version": "1.5.2-r.
|
|
3
|
+
"version": "1.5.2-r.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"os": [
|
|
6
6
|
"linux"
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"cpu": [
|
|
9
9
|
"x64"
|
|
10
10
|
],
|
|
11
|
+
"libc": [
|
|
12
|
+
"glibc"
|
|
13
|
+
],
|
|
11
14
|
"repository": {
|
|
12
15
|
"type": "git",
|
|
13
16
|
"url": "https://github.com/duckdb/duckdb-node-neo.git"
|