updates 16.5.4 → 16.6.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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +744 -719
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  - `package.json`: supports all npm package managers
11
11
  - `pyproject.toml`: supports formats of `uv` and `poetry`
12
- - `go.mod`: experimental go support. updating is not implemented and file will not be discovered in directory mode.
12
+ - `go.mod`: experimental go support, will not discover go.mod in directory mode
13
13
 
14
14
  # Usage
15
15