14.5.0
Some checks failed
ci / test (16, macos-latest) (push) Has been cancelled
ci / test (16, ubuntu-latest) (push) Has been cancelled
ci / test (16, windows-latest) (push) Has been cancelled
ci / test (18, macos-latest) (push) Has been cancelled
ci / test (18, ubuntu-latest) (push) Has been cancelled
ci / test (18, windows-latest) (push) Has been cancelled
ci / test (20, macos-latest) (push) Has been cancelled
ci / test (20, ubuntu-latest) (push) Has been cancelled
ci / test (20, windows-latest) (push) Has been cancelled

* add glob and regex support to all pkg args (silverwind)
* make tweaks (silverwind)
* decouple lint and test (silverwind)
* add poetry test dependencies (silverwind)
* add note (silverwind)
This commit is contained in:
silverwind 2023-08-31 02:14:23 +02:00
parent cefea8ef54
commit 1fbf82cd2f
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "updates",
"version": "14.4.0",
"version": "14.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "14.4.0",
"version": "14.5.0",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

@ -1,6 +1,6 @@
{
"name": "updates",
"version": "14.4.0",
"version": "14.5.0",
"description": "Flexible npm and poetry dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",