@use-crux/local-darwin-arm64 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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ npx @use-crux/local --help
24
24
  npm i -g @use-crux/local
25
25
  ```
26
26
 
27
- This package is a thin Node wrapper. On install it resolves the matching prebuilt binary from a platform package (`@use-crux/local-<os>-<cpu>`) and execs it, passing all arguments straight through. Each platform package ships both `bin/crux` and the sibling `bin/crux-indexer-worker` binary that `crux` discovers at runtime.
27
+ This package is a thin Node wrapper. On install it resolves the matching prebuilt binary from a platform package (`@use-crux/local-<os>-<cpu>`) and execs it, passing all arguments straight through. Each platform package ships both `bin/crux` and the sibling `bin/crux-static-index-worker` binary that `crux` discovers at runtime.
28
28
 
29
29
  ## Usage
30
30
 
package/bin/crux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@use-crux/local-darwin-arm64",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Crux local runtime binary for darwin-arm64",
5
5
  "os": [
6
6
  "darwin"