Skip to content

remove private as per the release workflow error#60

Merged
mayankgupta-01 merged 1 commit into
mainfrom
fearture-release1
May 29, 2026
Merged

remove private as per the release workflow error#60
mayankgupta-01 merged 1 commit into
mainfrom
fearture-release1

Conversation

@mayankgupta-01
Copy link
Copy Markdown
Contributor

@mayankgupta-01 mayankgupta-01 commented May 28, 2026

Remove private Flag to Fix Release Workflow

Bug Fix

🐛 Removed the "private": true field from package.json to resolve an error in the release workflow. This flag was preventing the package @cap-js/data-inspector from being published to the npm registry.

Changes

  • package.json: Removed the "private": true property to allow the package to be published as part of the release process.
  • 🔄 Regenerate and Update Summary
PR Bot Information

Version: 1.21.0

  • LLM: anthropic--claude-4.6-sonnet
  • Event Trigger: pull_request.opened
  • Output Template: Default Template
  • File Content Strategy: Full file content
  • Correlation ID: bd813dd9-03c7-423f-a7ff-9e7447ced1bd
  • Summary Prompt: Default Prompt

@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link
Copy Markdown
Contributor

@hyperspace-insights hyperspace-insights Bot left a comment

Choose a reason for hiding this comment

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

The change is minimal and clearly intentional — removing "private": true to allow the package to be published via the release workflow. The package.json structure looks correct for a publishable scoped npm package (@cap-js/data-inspector): it has "main", "files", "license", and appropriate peerDependencies.

No issues found. The change is correct and sufficient to unblock publishing.


This is a straightforward and correct single-line change — removing "private": true is exactly what's needed to allow npm publish to succeed for a package meant to be released publicly.

PR Bot Information

Version: 1.21.0

  • Event Trigger: pull_request.opened
  • LLM: anthropic--claude-4.6-sonnet
  • File Content Strategy: Full file content
  • Correlation ID: bd813dd9-03c7-423f-a7ff-9e7447ced1bd

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@gokulakrishnansrinivasan gokulakrishnansrinivasan left a comment

Choose a reason for hiding this comment

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

LGTM

@mayankgupta-01 mayankgupta-01 merged commit f7f3505 into main May 29, 2026
11 checks passed
@mayankgupta-01 mayankgupta-01 deleted the fearture-release1 branch May 29, 2026 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants