updates 16.5.1 → 16.5.2
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 +6 -5
- package/dist/index.js +232 -229
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|

|
|
5
5
|
|
|
6
|
-
`updates` is a CLI tool which checks for dependency updates. It is typically able to complete in less than a second.
|
|
6
|
+
`updates` is a CLI tool which checks for dependency updates. It is typically able to complete in less than a second.
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
8
|
+
# Supported files
|
|
9
|
+
|
|
10
|
+
- `package.json`: supports all npm package managers
|
|
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
13
|
|
|
13
14
|
# Usage
|
|
14
15
|
|