claude/npm publish 404 1d067e - #1
Merged
Merged
Conversation
Megapixel99
commented
Aug 13, 2026
Owner
- Add CI workflow and storage-level tests; document tests and installs in README
- Restrict published tarball to source files
- Point repository URLs at the renamed repo
…in README Expand test/sql.test.js with error paths (unknown column, missing table, no database selected), multi-row and empty WHERE results, case-insensitivity, the optional trailing semicolon, and DROP DATABASE/DROP TABLE behavior. Add test/table.test.js covering Table, Database, and Row directly. Run the suite on Node 18/20/22/24 via GitHub Actions on push and PR, and add CI/version/downloads/license badges plus install and test instructions to the README. Normalize repository.url via `npm pkg fix` to clear the warning npm emits on publish.
Publishing from a directory containing .claude/ swept the agent settings and an entire nested worktree copy into the tarball (20 files, 39.6kB unpacked). Whitelist the four source modules instead; npm always adds package.json, README, and LICENSE. Tests are no longer shipped to consumers.
The remote reports sqlJS moved to sql-nodejs. Update repository, bugs, and homepage in package.json plus the CI badge and clone URL in the README so they resolve directly instead of relying on GitHub's redirect.
Megapixel99
force-pushed
the
claude/npm-publish-404-1d067e
branch
from
August 13, 2026 20:26
adb57dd to
ec99d68
Compare
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.