@elaraai/east-c-cli-darwin-arm64 1.0.7 → 1.0.8

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/east-c +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @elaraai/east-c-cli-darwin-arm64
2
2
 
3
- > Pre-built `east-c` native binary for `darwin-arm64` (version 1.0.7).
3
+ > Pre-built `east-c` native binary for `darwin-arm64` (version 1.0.8).
4
4
 
5
5
  This package contains a single platform-specific binary plus a minimal manifest. It is published as an **optional dependency** of [`@elaraai/east-c-cli`](https://www.npmjs.com/package/@elaraai/east-c-cli) and gated on the host's `os` / `cpu` so npm installs only the matching one. There is no public API — install `@elaraai/east-c-cli` instead and let it resolve this package automatically.
6
6
 
package/east-c CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elaraai/east-c-cli-darwin-arm64",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "east-c native binary for darwin-arm64 — installed automatically as an optionalDependency of @elaraai/east-c-cli.",
5
5
  "license": "BUSL-1.1",
6
6
  "repository": {