Skip to content

Version Packages#140

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Sep 10, 2025
Merged

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

Conversation

@github-actions
Copy link
Contributor

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@0.6.0

Minor Changes

  • Expose type function #139 721c014 @yamcodes

    ArkEnv now exposes a type function with built-in ArkEnv scope, providing access to environment-specific types like string.host and number.port.

    import { type } from "arkenv";
    
    const env = type({
      NODE_ENV: "string",
      HOST: "string.host",
      PORT: "number.port",
    });
    
    const result = env.assert({
      NODE_ENV: "development",
      HOST: "localhost",
      PORT: "3000",
    });

    This extends ArkType's type function with ArkEnv-specific validations for common environment variable patterns.

@arkenv/vite-plugin@0.0.9

Patch Changes

Updated 1 dependency

721c014

  • arkenv@0.6.0

@vercel
Copy link

vercel bot commented Sep 10, 2025

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

Project Deployment Preview Comments Updated (UTC)
arkenv Ready Ready Preview Comment Sep 10, 2025 9:00pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@yamcodes yamcodes merged commit 87225fc into main Sep 10, 2025
3 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch September 10, 2025 21:01
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.

1 participant