Commit 1140bf5
Publish patch version 5.0.2 for npm release (#40)
This keeps release metadata aligned across package manifests while following the required protected-branch PR flow.
Constraint: Requested sub-branch PR flow into protected main
Rejected: Regenerate lockfile from install | unnecessary churn for a version-only bump
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep package.json and package-lock.json root versions in sync for every release bump
Tested: node -e "const p=require(\"./package.json\"); const l=require(\"./package-lock.json\"); console.log(p.version,l.version,l.packages[\"\"].version)"
Tested: node --test test/fuzzing.test.js (fails)
Not-tested: Full test suite currently blocked by existing fuzzing test failure
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>1 parent 923ec3d commit 1140bf5
2 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments