Tags: ainergiz/xfeed
Tags
fix(dist): Bundle source before publish to resolve path aliases The @/* path aliases don't work when installed globally because bun can't find the tsconfig.json. Now we bundle the source into dist/ before publishing, which resolves all imports. - Add build script using bun build with externals - Add prepublishOnly hook to run build - Update bin to point to dist/index.js - Add dist/ to gitignore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add installation instructions and Bun requirement - Add description clarifying bun install requirement - Update README with install, requirements, and usage sections - Bump version to 0.1.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix(dist): Remove bundledDependencies to avoid npm symlink error The file: dependency with bundledDependencies creates symlinks that npm registry rejects with "Hard link is not allowed". Since vendor/ is already in the files array, it will be included in the package. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>