@opencoven/cli-macos 0.0.10 → 0.0.12

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 -1
  2. package/bin/coven +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
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.
4
4
 
5
- Linux x64 builds target glibc-based distributions. Alpine Linux is not supported.
5
+ Linux x64 builds target glibc-based distributions. Alpine Linux is not supported. Windows builds target x64 Windows.
package/bin/coven CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencoven/cli-macos",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "private": false,
5
5
  "description": "Native Coven CLI binary for darwin/arm64.",
6
6
  "os": ["darwin"],