chore: bump version. - #67
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request bumps the package version from 1.7.3 to 1.7.4. Despite the PR title indicating a dependency upgrade, no actual dependency versions were changed in package.json. The changes in package-lock.json consist of the version bump and automatic metadata updates where npm added "peer": true flags to various dependency entries.
Changes:
- Version bumped from 1.7.3 to 1.7.4 in both package.json and package-lock.json
- Automatic metadata updates in package-lock.json (addition of
"peer": trueflags)
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Version bumped from 1.7.3 to 1.7.4 |
| package-lock.json | Version bumped from 1.7.3 to 1.7.4, and automatic addition of "peer": true metadata flags to various dependency entries |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
=======================================
Coverage 88.81% 88.81%
=======================================
Files 23 23
Lines 1707 1707
Branches 460 460
=======================================
Hits 1516 1516
Misses 54 54
Partials 137 137 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.