Skip to content

Add Logger wrapper, less verbose console logs - #22

Merged
pr0uxx merged 7 commits into
mainfrom
fix/failed-builds
Sep 23, 2026
Merged

pr0uxx merged 7 commits into
mainfrom
fix/failed-builds

Conversation

@pr0uxx

@pr0uxx pr0uxx commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Version 0.0.10
  • Adds Logger wrapper - just call Logger.info("logging is great", additionalContext) or Logger.crit("oh crittlesicks", error, additionalContext) and your life will improve a thousand fold
  • Adds less verbose formatting for console plugin, or removes more verbose formatting, you choose.
  • Adds ability to not print a timestamp for console plugin
  • Adds missing MIT license flag in package.json
  • Updates dependencies
  • Added debug launch profile for vscode - runs build watcher and test watcher two for one deal

Type Of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Documentation update
  • CI/CD or build change
  • Dependency update

Activities Checklist

Code Quality

  • I reviewed my own code.
  • I kept changes focused and removed dead code.
  • I followed repository conventions and naming.
  • I added or updated comments where behavior is non-obvious.

Testing And Validation

  • I ran npm run validate:package.
  • I added or updated tests for the changed behavior.
  • I verified no existing tests regressed.

Coverage

  • Coverage impact is acceptable for this change.
  • If coverage decreased, I explained why in this PR.

Security And Safety

  • I did not introduce secrets, tokens, or credentials.
  • Inputs are validated and error handling is appropriate.
  • Dependency changes were reviewed for risk.

Documentation

  • I updated README/docs when behavior or usage changed - will do later
  • I updated examples if needed.

Release Impact

  • This change is backward compatible.
  • If breaking, I documented migration steps.
  • I considered versioning impact (patch/minor/major).

Copilot AI lite review requested due to automatic review settings September 23, 2026 23:12
@github-actions

Copy link
Copy Markdown

🟢 Coverage Report

Metric Coverage Threshold Covered
Statements 95.55% 95% 538/563
Branches 88.25% 85% 353/400
Functions 100% 99% 132/132
Lines 95.62% 95% 524/548

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​26.5.1 ⏵ 26.6.2100 +110081 +196100
Updatedbaseline-browser-mapping@​2.11.24 ⏵ 2.11.258210010096100

View full report

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@pr0uxx pr0uxx self-assigned this Sep 23, 2026
@pr0uxx pr0uxx changed the title Fix/failed builds Add Logger wrapper, less verbose console logs Sep 23, 2026
@pr0uxx
pr0uxx merged commit b11b483 into main Sep 23, 2026
7 of 9 checks passed
@pr0uxx
pr0uxx deleted the fix/failed-builds branch September 23, 2026 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants