updates 16.5.4 → 16.6.1
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/dist/index.js +743 -718
- 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
|
|
12
|
+
- `go.mod`: experimental go support, will not discover go.mod in directory mode
|
|
13
13
|
|
|
14
14
|
# Usage
|
|
15
15
|
|