Skip to content

fix(mistralai): exclude .test.ts files from build output#1383

Merged
toubatbrian merged 3 commits intomainfrom
claude/document-npm-publishing-kDJC2
May 4, 2026
Merged

fix(mistralai): exclude .test.ts files from build output#1383
toubatbrian merged 3 commits intomainfrom
claude/document-npm-publishing-kDJC2

Conversation

@toubatbrian
Copy link
Copy Markdown
Contributor

No description provided.

Add tsconfig exclude rule and override tsup entry so compiled test
files are no longer emitted into dist and published to npm.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 4, 2026

🦋 Changeset detected

Latest commit: 63dee23

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 29 packages
Name Type
@livekit/agents-plugin-mistralai Patch
@livekit/agents-plugin-mistral Patch
@livekit/agents Patch
@livekit/agents-plugin-anam Patch
@livekit/agents-plugin-assemblyai Patch
@livekit/agents-plugin-baseten Patch
@livekit/agents-plugin-bey Patch
@livekit/agents-plugin-cartesia Patch
@livekit/agents-plugin-cerebras Patch
@livekit/agents-plugin-deepgram Patch
@livekit/agents-plugin-elevenlabs Patch
@livekit/agents-plugin-google Patch
@livekit/agents-plugin-hedra Patch
@livekit/agents-plugin-inworld Patch
@livekit/agents-plugin-lemonslice Patch
@livekit/agents-plugin-liveavatar Patch
@livekit/agents-plugin-livekit Patch
@livekit/agents-plugin-minimax Patch
@livekit/agents-plugin-neuphonic Patch
@livekit/agents-plugin-openai Patch
@livekit/agents-plugin-phonic Patch
@livekit/agents-plugin-resemble Patch
@livekit/agents-plugin-rime Patch
@livekit/agents-plugin-runway Patch
@livekit/agents-plugin-sarvam Patch
@livekit/agents-plugin-silero Patch
@livekit/agents-plugin-trugen Patch
@livekit/agents-plugin-xai Patch
@livekit/agents-plugins-test Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

devin-ai-integration[bot]

This comment was marked as resolved.

tsconfig exclude only affects tsc declaration emit; tsup uses its own
entry glob, so without this test files were still compiled to .js/.cjs
in dist/.
@toubatbrian toubatbrian merged commit d0db04d into main May 4, 2026
8 of 9 checks passed
@toubatbrian toubatbrian deleted the claude/document-npm-publishing-kDJC2 branch May 4, 2026 09:46
@github-actions github-actions Bot mentioned this pull request May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants