Skip to content

[BUG] @voltagent/vercel-ai-exporter published without dist folder #1190

@albertogarza22

Description

@albertogarza22

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions