delimit_deploy_npm
Publish npm packages by automating version bumps, registry deployment, and git commits. Use dry-run mode to preview changes before publishing.
Instructions
(Pro). Publish an npm package — bump version, publish to registry, verify.
Full chain: check auth, bump version, npm publish, verify on registry, git commit + push the version bump. Use dry_run=true to preview first.
Args: project_path: Path to the npm package (must have package.json). bump: Version bump type — "patch", "minor", or "major". tag: npm dist-tag (default "latest"). dry_run: If true, preview without actually publishing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | . | |
| bump | No | patch | |
| tag | No | latest | |
| dry_run | No |