Describe the bug
All published versions of @voltagent/vercel-ai-exporter (tested 1.0.2, 2.0.1, 2.0.2) are missing the dist directory. The published tarball only contains:
LICENCE
README.md
package.json
The package.json exports point to ./dist/index.mjs and ./dist/index.js, but these files don't exist in the published package.
Steps To Reproduce
npm install @voltagent/vercel-ai-exporter
Then import it:
import { VoltAgentExporter } from "@voltagent/vercel-ai-exporter";
Expected behavior
The dist folder with compiled output should be included in the published package. The files field in package.json is set to ["dist"], but it seems the build step was skipped before npm publish.
Packages
- @voltagent/vercel-ai-exporter: 2.0.2
- Node.js: v24.12.0
Additional Context
No response
Describe the bug
All published versions of @voltagent/vercel-ai-exporter (tested 1.0.2, 2.0.1, 2.0.2) are missing the dist directory. The published tarball only contains:
The package.json exports point to ./dist/index.mjs and ./dist/index.js, but these files don't exist in the published package.
Steps To Reproduce
npm install @voltagent/vercel-ai-exporterThen import it:
Expected behavior
The dist folder with compiled output should be included in the published package. The files field in package.json is set to ["dist"], but it seems the build step was skipped before npm publish.
Packages
Additional Context
No response