agrep-cli 0.1.2 → 0.1.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Global npm installs also try to preinstall the matching PyPI tool with
|
|
|
20
20
|
entrypoint, so `agrep` works even if uv's tool directory is not on PATH.
|
|
21
21
|
|
|
22
22
|
The npm shim pins the matching PyPI version under the hood, so npm and PyPI releases
|
|
23
|
-
do not drift. Prefer the direct route? `uv tool install agrep==0.1.
|
|
23
|
+
do not drift. Prefer the direct route? `uv tool install agrep==0.1.3` — same thing,
|
|
24
24
|
no node in the middle.
|
|
25
25
|
|
|
26
26
|
Full docs: https://github.com/dannyisbad/agrep
|
package/package.json
CHANGED