Tags: seantomburke/sitemapper
Tags
Add retry mechanism for npx test in GitHub Actions (#169) * Test for new sitemap field * Convert is-url to check-valid-url * Convert to ES modules and TypeScript: 1) Convert cli.test.js to TypeScript 2) Fix ESModule compatibility with Prettier config 3) Rename eslint.config.mjs to .js * Update Node.js test matrix to include versions 18, 20, 22, and 24 * Add retry mechanism for npx test to handle npm publishing delay --------- Co-authored-by: seantomburke <seantomburke@users.noreply.github.com>
Modernize codebase with ES modules and TypeScript (#168) * Test for new sitemap field * Convert is-url to check-valid-url * Convert to ES modules and TypeScript: 1) Convert cli.test.js to TypeScript 2) Fix ESModule compatibility with Prettier config 3) Rename eslint.config.mjs to .js * Update Node.js test matrix to include versions 18, 20, 22, and 24 --------- Co-authored-by: seantomburke <seantomburke@users.noreply.github.com>
Added option to return sub-sitemap URLs in results (#161) * Added option to return sub-sitemap URLs in results * Add prepare script to run build before packaging * fix: correct typo in SitemapperResponse interface and type definition * feat: added SitemapperOptions.proxyAgent in sitemapper.d.ts * Moving example to ReadMe * Fixing typscript issue * Update package-lock.json * Removing prepare for now * 3.3.3 --------- Co-authored-by: seantomburke <seantomburke@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
Add CLI support and bump minor version (#166) * Bump minor version * Updating test with example.com instead of foo.com to avoid ratelimit issue * Potential fix for code scanning alert no. 1: Shell command built from environment values Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update cli.test.js * Fixing eslint error * Fixing eslint error * No unused variable --------- Co-authored-by: seantomburke <seantomburke@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
PreviousNext