@duckdb/node-bindings-win32-arm64 1.5.3-r.3 → 1.5.5-r.1

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 ADDED
@@ -0,0 +1,5 @@
1
+ # DuckDB Node Bindings: Win32 arm64
2
+
3
+ Binaries supporting [Node](https://nodejs.org/) bindings to the [DuckDB C API](https://duckdb.org/docs/api/c/overview) for Windows (Win32) arm64.
4
+
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.dll CHANGED
Binary file
package/duckdb.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckdb/node-bindings-win32-arm64",
3
- "version": "1.5.3-r.3",
3
+ "version": "1.5.5-r.1",
4
4
  "license": "MIT",
5
5
  "os": [
6
6
  "win32"