@opencoven/cli-linux-x64 0.0.21 → 0.0.24

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 +2 -2
  2. package/bin/coven +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Native Coven CLI package
2
2
 
3
- This package contains one platform-specific Coven CLI binary. Install `@opencoven/cli` instead of depending on this package directly; npm will select this optional dependency on supported systems.
3
+ This package contains one platform-specific Coven CLI binary. Install `@opencoven/cli` instead of depending on this package directly; npm will select the matching optional dependency on supported systems.
4
4
 
5
- Linux x64 builds target glibc-based distributions. Alpine Linux is not supported. Windows builds target x64 Windows.
5
+ Current platform packages cover macOS Apple Silicon, glibc-based Linux x64, and Windows x64. Alpine Linux is not supported.
package/bin/coven CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencoven/cli-linux-x64",
3
- "version": "0.0.21",
3
+ "version": "0.0.24",
4
4
  "private": false,
5
5
  "description": "Native Coven CLI binary for linux/x64.",
6
6
  "os": ["linux"],