github dmno-dev/varlock varlock@0.2.0

Minor Changes

Patch Changes

  • #274 c872e71 Thanks @copilot-swe-agent! - Add @public item decorator as the counterpart to @sensitive, matching the pattern of @required/@optional decorator pairs

  • #262 e5c7d24 Thanks @ya7010! - feat: add --compact flag varlock load.

  • #271 bcba478 Thanks @copilot-swe-agent! - Improve CLI help text for all commands by adding detailed examples and usage guidance. Each command now includes comprehensive help information with usage examples, tips, and links to documentation.

  • #270 558360a Thanks @theoephraim! - - allow importing from ~

    • remove git ignore checks as part of core loading logic, we can re-add in specific commands where necessary
  • #281 50c4ad4 Thanks @copilot-swe-agent! - Add allowMissing flag to @import decorator

  • #275 c0d9942 Thanks @copilot-swe-agent! - Fix package manager detection to handle multiple lockfiles gracefully. When multiple lockfiles are found (e.g., both package-lock.json and bun.lockb), the detection now:

    1. First tries env var based detection (npm_config_user_agent) to respect the currently active package manager
    2. If that fails, returns the first detected package manager as a fallback
    3. No longer throws an error, preventing CLI crashes in monorepos or when switching package managers
  • Updated dependencies [fe893e2]:

    • @env-spec/parser@0.1.0

Don't miss a new varlock release

NewReleases is sending notifications on new releases.