remove private as per the release workflow error#60
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Remove
privateFlag to Fix Release WorkflowBug Fix
🐛 Removed the
"private": truefield frompackage.jsonto resolve an error in the release workflow. This flag was preventing the package@cap-js/data-inspectorfrom being published to the npm registry.Changes
package.json: Removed the"private": trueproperty to allow the package to be published as part of the release process.PR Bot Information
Version:
1.21.0anthropic--claude-4.6-sonnetpull_request.openedbd813dd9-03c7-423f-a7ff-9e7447ced1bd