@ataraxy-labs/sem 0.4.0 → 0.5.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 (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,9 +57,7 @@ bun pm trust @ataraxy-labs/sem
57
57
  Or build from source (requires Rust):
58
58
 
59
59
  ```bash
60
- git clone https://github.com/Ataraxy-Labs/sem
61
- cd sem/crates
62
- cargo install --path sem-cli
60
+ cargo install --git https://github.com/Ataraxy-Labs/sem sem-cli
63
61
  ```
64
62
 
65
63
  Or grab a binary from [GitHub Releases](https://github.com/Ataraxy-Labs/sem/releases).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ataraxy-labs/sem",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "npm wrapper for the sem CLI. Downloads the matching release binary and exposes the sem command in node_modules/.bin.",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "type": "module",