You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to v2.1.7 and fix npm audit (ws memory disclosure).
Upgrade transitive ws dev dependency to 8.21.0 to resolve GHSA-58qx-3vcg-4xpx.
Co-authored-by: Cursor <[email protected]>
Fix bulk getFile methods for Node.js without breaking browser downloads.
Return CSV body as a string in non-browser runtimes so MCP servers, Docker,
and CI can consume results directly while browsers still trigger file downloads.
Co-authored-by: Cursor <[email protected]>
Add GitHub Actions publish workflow and release v2.1.5.
Manual workflow_dispatch per tag with npm trusted publishing (OIDC) or
NPM_TOKEN fallback. Includes catchall_domain types from prior commit.
Co-authored-by: Cursor <[email protected]>