updates 16.2.1 → 16.3.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.
Files changed (3) hide show
  1. package/README.md +5 -1
  2. package/dist/index.js +2864 -2951
  3. package/package.json +11 -12
package/README.md CHANGED
@@ -3,7 +3,11 @@
3
3
 
4
4
  ![](./screenshot.png)
5
5
 
6
- `updates` is a CLI tool which checks for npm and poetry dependency updates of the current project and optionally updates `package.json`/`pyproject.toml`. It is highly configurable and 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. Supported dependencies are:
7
+
8
+ - npm via `package.json`
9
+ - pypi via `pyproject.toml`
10
+ - go via `go.mod` (checking only currently, disabled by default when directory is used)
7
11
 
8
12
  # Usage
9
13