Skip to content

Comments

Version Packages#813

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Feb 23, 2026
Merged

Version Packages#813
yamcodes merged 1 commit intomainfrom
changeset-release/main

Conversation

@arkenv-bot
Copy link
Contributor

@arkenv-bot arkenv-bot bot commented Feb 23, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@arkenv/bun-plugin@0.1.5

Patch Changes

  • Support NODE_ENV in schema #804 6f8b4f0 @joakimbeng

    When NODE_ENV is included in your schema, it is now validated at startup and correctly typed.

    // src/env.ts
    import { type } from "arkenv";
    
    export default type({
      BUN_PUBLIC_API_URL: "string.url",
      NODE_ENV: "'development' | 'production' | 'test'",
    });
    // process.env.NODE_ENV is now typed as "development" | "production" | "test"
    <p>Mode: {process.env.NODE_ENV}</p>

@github-actions github-actions bot added the docs Improvements or additions to documentation label Feb 23, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 23, 2026

Open in StackBlitz

npm i https://pkg.pr.new/arkenv@813
npm i https://pkg.pr.new/@arkenv/bun-plugin@813
npm i https://pkg.pr.new/@arkenv/fumadocs-ui@813
npm i https://pkg.pr.new/@arkenv/vite-plugin@813

commit: 9e6fcd2

@arkenv-bot arkenv-bot bot force-pushed the changeset-release/main branch from b33fda2 to 9e6fcd2 Compare February 23, 2026 17:39
@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Feb 23, 2026

📦 Bundle Size Report

Package Size Limit Diff Status
@arkenv/vite-plugin 1.91 kB 2.93 kB +0.2%
arkenv 441 B 2.93 kB 0.0%
@arkenv/bun-plugin 2.4 kB 2.44 kB +0.5%

All size limits passed!

@arkenv-bot arkenv-bot bot force-pushed the changeset-release/main branch from 9e6fcd2 to 2f95d7e Compare February 23, 2026 18:19
@yamcodes yamcodes merged commit 41b2908 into main Feb 23, 2026
2 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch February 23, 2026 18:20
@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (Asia/Almaty)
arkenv Ready Ready Preview, Comment Feb 23 2026, 11:23 PM (Asia/Almaty)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant