Bump to 0.0.48: ship pane features, prune dead scripts, track MCP tools, add CHANGELOG#76
Open
melvincarvalho wants to merge 1 commit into
Open
Bump to 0.0.48: ship pane features, prune dead scripts, track MCP tools, add CHANGELOG#76melvincarvalho wants to merge 1 commit into
melvincarvalho wants to merge 1 commit into
Conversation
… MCP tools - Bump version 0.0.47 -> 0.0.48 (unpublished pane work from #72 and #74: bookmark enrichment rendering and the searchable collection pane) - Remove one-off ASCII-banner dev scripts (count-ascii.js, count-banner.js, jspod-ascii.js, verify-spacing.js) — referenced nowhere and never published - Track MCP dev tools mcp.js and refresh-mcp-token.sh (outside the npm 'files' allowlist, so not published) - Add CHANGELOG.md recording the 0.0.48 diff vs 0.0.47 Verified: npm pack --dry-run shows 0.0.48 with no dev tools in the tarball; node --check / bash -n pass on all touched scripts. Fixes #75
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.
Fixes #75
npm is at 0.0.47 while HEAD carries the two pane features from #72 and #74 unpublished. This PR:
data-browser-panes.js,examples/panes/bookmark.js, and the newexamples/panes/bookmark-collection.js)count-ascii.js,count-banner.js,jspod-ascii.js,verify-spacing.js) — throwaway ASCII-banner spacing helpers, referenced nowhere, never in the npmfilessetmcp.js(Streamable-HTTP MCP client for the local pod) andrefresh-mcp-token.sh(token re-mint + Claude Code registration). Both stay outside thefilesallowlist so they don't publish.CHANGELOG.mdrecording what 0.0.48 ships vs 0.0.47, including the diffstat — the "record the diff somewhere" home for this and future releasesVerification:
npm pack --dry-run→ version 0.0.48, 32 files, 167.7 kB, no dev tools in the tarball;node --checkpasses onindex.js/mcp.js;bash -npasses on the shell script.After merge:
npm publish(manual).