@duckdb/node-bindings 1.1.3-alpha.5 → 1.1.3-alpha.7

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +6 -4
package/README.md CHANGED
@@ -6,6 +6,8 @@ See [@duckdb/node-api](https://www.npmjs.com/package/@duckdb/node-api) for a hig
6
6
 
7
7
  ### Supported Platforms
8
8
 
9
+ - Linux arm64 (experimental)
9
10
  - Linux x64
10
11
  - Mac OS X (Darwin) arm64 (Apple Silicon)
12
+ - Mac OS X (Darwin) x64 (Intel)
11
13
  - Windows (Win32) x64
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@duckdb/node-bindings",
3
- "version": "1.1.3-alpha.5",
3
+ "version": "1.1.3-alpha.7",
4
4
  "main": "./duckdb.js",
5
5
  "types": "./duckdb.d.ts",
6
6
  "optionalDependencies": {
7
- "@duckdb/node-bindings-darwin-arm64": "1.1.3-alpha.5",
8
- "@duckdb/node-bindings-win32-x64": "1.1.3-alpha.5",
9
- "@duckdb/node-bindings-linux-x64": "1.1.3-alpha.5"
7
+ "@duckdb/node-bindings-darwin-arm64": "1.1.3-alpha.7",
8
+ "@duckdb/node-bindings-darwin-x64": "1.1.3-alpha.7",
9
+ "@duckdb/node-bindings-linux-x64": "1.1.3-alpha.7",
10
+ "@duckdb/node-bindings-win32-x64": "1.1.3-alpha.7",
11
+ "@duckdb/node-bindings-linux-arm64": "1.1.3-alpha.7"
10
12
  },
11
13
  "repository": {
12
14
  "type": "git",