@mundy/agrep 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.2` — same thing,
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mundy/agrep",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "grep your AI coding agents' chat history (Claude Code, Codex, opencode, Antigravity, Kimi, Cline) — npm shim that runs the real package via uv/pipx",
5
5
  "bin": { "agrep": "bin.js" },
6
6
  "scripts": {