@duckdb/node-bindings-darwin-arm64 1.1.2-alpha.1 → 1.1.2-alpha.3

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 CHANGED
@@ -1,5 +1,5 @@
1
- # DuckDB Node Bindings: Darwin ARM64
1
+ # DuckDB Node Bindings: Darwin arm64
2
2
 
3
- Node bindings to the DuckDB C API for Darwin ARM64.
3
+ Binaries supporting [Node](https://nodejs.org/) bindings to the [DuckDB C API](https://duckdb.org/docs/api/c/overview) for Mac OS X (Darwin) arm64.
4
4
 
5
- [Documentation](https://github.com/duckdb/duckdb-node-neo)
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-darwin-arm64",
3
- "version": "1.1.2-alpha.1",
3
+ "version": "1.1.2-alpha.3",
4
4
  "os": [
5
5
  "darwin"
6
6
  ],