Skip to content

Commit dd5c244

Browse files
NagyViktNagyVikt
andauthored
Unblock npm publish by advancing package version past 5.0.0 (#35)
The previous publish attempt failed because version 5.0.0 already exists on npm. This bumps @imdeadpool/guardex to 5.0.1 in both manifest and lockfile so release can proceed without overwriting an immutable published version. Constraint: npm does not allow re-publishing an existing version Rejected: Force-publish 5.0.0 again | npm rejects immutable version reuse Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep package.json and package-lock.json version fields aligned for each release bump Tested: npm test (54/54) Not-tested: Live npm publish for 5.0.1 in this commit step Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent 76cdb1a commit dd5c244

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imdeadpool/guardex",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "GuardeX: the Guardian T-Rex for your repo, with hardened multi-agent git guardrails.",
55
"license": "MIT",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)