Skip to content

Commit

Permalink
Added --debug, introduced re-parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Oct 30, 2023
1 parent d0c6c9d commit 844e54b
Show file tree
Hide file tree
Showing 8 changed files with 610 additions and 314 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- Replaced "winston" based logger with lighter weight logger
- Trace and debug log messages written to `stderr` instead of `stdout`
- Added total run time trace message at end
- `--timestamp` option enabled only when command has `--log-level` option
* Performance improvements:
- Lazy load modules as much as possible, within reason
- Removed tons of old dead code
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"pretty-bytes": "6.1.1",
"prompts": "2.4.2",
"semver": "7.5.4",
"undici": "5.26.3",
"undici": "5.27.0",
"which": "4.0.0",
"wrap-ansi": "8.1.0",
"wrap-ansi": "9.0.0",
"xpath": "0.0.33",
"yauzl": "2.10.0"
},
"devDependencies": {
"@reporters/github": "1.5.3",
"@vitest/coverage-istanbul": "0.34.6",
"c8": "8.0.1",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"fs-extra": "11.1.1",
Expand Down
Loading

0 comments on commit 844e54b

Please sign in to comment.