Skip to content

Version Packages - #1494

Merged
yamcodes merged 1 commit into
devfrom
changeset-release/dev
Jul 30, 2026
Merged

Version Packages#1494
yamcodes merged 1 commit into
devfrom
changeset-release/dev

Conversation

@arkenv-bot

@arkenv-bot arkenv-bot Bot commented Jul 25, 2026

Copy link
Copy Markdown
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 dev, this PR will be updated.

Releases

@arkenv/build@0.0.3

Patch Changes

  • Make missing-schema errors short and actionable across hosts #1490 9de492a @yamcodes

    When Bun, Next, or Nuxt cannot find an env schema, throw a consistent message that names the expected path / schemaPath and points to npx @arkenv/cli@latest init, without embedding a starter env.ts module.

    Example:

    [ArkEnv] Could not find schema file at src/env.ts or env.ts. Please specify 'schemaPath' in ArkEnv options (or run `npx @arkenv/cli@latest init`).
    
  • Make env/internal/shared.ts optional in strict layout #1503 0b17e32 @yamcodes

    Strict layout now works with just client.ts and server.ts. Omit internal/shared.ts when you have nothing to share — shared keys are treated as empty.

    // env/client.ts + env/server.ts alone is enough
    export default withArkEnv(nextConfig, {
      layout: "strict",
    });

    The CLI still scaffolds shared.ts by default for convenience.

@arkenv/bun-plugin@0.1.13

Patch Changes

  • Make missing-schema errors short and actionable across hosts #1490 9de492a @yamcodes

    When Bun, Next, or Nuxt cannot find an env schema, throw a consistent message that names the expected path / schemaPath and points to npx @arkenv/cli@latest init, without embedding a starter env.ts module.

    Example:

    [ArkEnv] Could not find schema file at src/env.ts or env.ts. Please specify 'schemaPath' in ArkEnv options (or run `npx @arkenv/cli@latest init`).
    
Updated 1 dependency

9de492a 0b17e32

  • @arkenv/build@0.0.3
## @arkenv/nextjs@0.1.5

Patch Changes

  • Make missing-schema errors short and actionable across hosts #1490 9de492a @yamcodes

    When Bun, Next, or Nuxt cannot find an env schema, throw a consistent message that names the expected path / schemaPath and points to npx @arkenv/cli@latest init, without embedding a starter env.ts module.

    Example:

    [ArkEnv] Could not find schema file at src/env.ts or env.ts. Please specify 'schemaPath' in ArkEnv options (or run `npx @arkenv/cli@latest init`).
    
  • Make env/internal/shared.ts optional in strict layout #1503 0b17e32 @yamcodes

    Strict layout now works with just client.ts and server.ts. Omit internal/shared.ts when you have nothing to share — shared keys are treated as empty.

    // env/client.ts + env/server.ts alone is enough
    export default withArkEnv(nextConfig, {
      layout: "strict",
    });

    The CLI still scaffolds shared.ts by default for convenience.

Updated 1 dependency

9de492a 0b17e32

  • @arkenv/build@0.0.3
## @arkenv/nuxt@0.1.1

Patch Changes

  • Make missing-schema errors short and actionable across hosts #1490 9de492a @yamcodes

    When Bun, Next, or Nuxt cannot find an env schema, throw a consistent message that names the expected path / schemaPath and points to npx @arkenv/cli@latest init, without embedding a starter env.ts module.

    Example:

    [ArkEnv] Could not find schema file at src/env.ts or env.ts. Please specify 'schemaPath' in ArkEnv options (or run `npx @arkenv/cli@latest init`).
    
  • Make env/internal/shared.ts optional in strict layout #1503 0b17e32 @yamcodes

    Strict layout now works with just client.ts and server.ts. Omit internal/shared.ts when you have nothing to share — shared keys are treated as empty.

    // env/client.ts + env/server.ts alone is enough
    export default withArkEnv(nextConfig, {
      layout: "strict",
    });

    The CLI still scaffolds shared.ts by default for convenience.

Updated 1 dependency

9de492a 0b17e32

  • @arkenv/build@0.0.3

@github-actions github-actions Bot added docs Adds or changes documentation, or acts as documentation in and of itself @arkenv/bun-plugin Issues or Pull Requests involving the Bun plugin for ArkEnv @arkenv/nextjs Issues or Pull Requests involving the Next.js integration for ArkEnv @arkenv/nuxt Issues or Pull Requests involving the Nuxt integration for ArkEnv labels Jul 25, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 25, 2026

Copy link
Copy Markdown

Open in StackBlitz

arkenv

npm i https://pkg.pr.new/arkenv@1494

@arkenv/build

npm i https://pkg.pr.new/@arkenv/build@1494

@arkenv/bun-plugin

npm i https://pkg.pr.new/@arkenv/bun-plugin@1494

@arkenv/cli

npm i https://pkg.pr.new/@arkenv/cli@1494

@arkenv/fumadocs-ui

npm i https://pkg.pr.new/@arkenv/fumadocs-ui@1494

@arkenv/nextjs

npm i https://pkg.pr.new/@arkenv/nextjs@1494

@arkenv/nuxt

npm i https://pkg.pr.new/@arkenv/nuxt@1494

@arkenv/vite-plugin

npm i https://pkg.pr.new/@arkenv/vite-plugin@1494

commit: 3e38432

@arkenv-bot

arkenv-bot Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

📦 Bundle Size Report

Package Size Limit Diff Status
@arkenv/bun-plugin 2.36 kB 2.54 kB 0.0%
@arkenv/nextjs 1.32 kB 2.93 kB 0.0%
@arkenv/nextjs/shared 1.15 kB 1.46 kB 0.0%
@arkenv/nextjs/server 1.21 kB 1.95 kB 0.0%
@arkenv/nextjs/client 1.21 kB 1.95 kB 0.0%
@arkenv/nextjs/config 3.55 kB 3.91 kB 0.0%

All size limits passed!

@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/dev branch 7 times, most recently from 7dd493e to 81d2606 Compare July 25, 2026 14:35
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/dev branch from 81d2606 to 3e38432 Compare July 30, 2026 13:17
@yamcodes
yamcodes merged commit 544e230 into dev Jul 30, 2026
20 checks passed
@yamcodes
yamcodes deleted the changeset-release/dev branch July 30, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@arkenv/bun-plugin Issues or Pull Requests involving the Bun plugin for ArkEnv @arkenv/nextjs Issues or Pull Requests involving the Next.js integration for ArkEnv @arkenv/nuxt Issues or Pull Requests involving the Nuxt integration for ArkEnv docs Adds or changes documentation, or acts as documentation in and of itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant