@runku/cli-linux-arm64-gnu 0.2.0 → 0.3.0

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 (3) hide show
  1. package/README.md +1 -0
  2. package/bin/runku +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -6,3 +6,4 @@ package directly.
6
6
 
7
7
  Every native package is assembled from the same binary published in the corresponding GitHub
8
8
  Release archive. The package version must exactly match `@runku/cli`.
9
+ Windows packages also keep the matching `duckdb.dll` beside `runku.exe`; both files are required.
package/bin/runku CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runku/cli-linux-arm64-gnu",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Native Runku CLI for Linux ARM64 with glibc",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {