github dmno-dev/varlock @varlock/bitwarden-plugin@0.0.5

one day ago

Patch Changes

  • #429 dbf0bd4 - fix: defer plugin auth errors until resolver is actually used, and prefix resolution errors with resolver function name for clearer error messages

  • #436 eaf6c10 - fix: switch plugins to CJS output to fix plugin loading errors in the standalone binary

    Previously plugins were built as ESM and the loader performed a fragile regex-based ESM→CJS transformation. Plugins now build as CJS directly and are loaded via new Function in the main runtime context, which avoids both the ESM parse errors and Node.js internal assertion failures (e.g. DOMException lazy getter crashing in vm sandbox contexts).

  • #438 b540985 - general cleanup and standardization of plugins

    feat: add standardVars plugin property for automatic env var detection warnings

    Plugins can now declaratively set plugin.standardVars to define well-known env vars they use. The loading infrastructure automatically checks for these vars in the environment and shows non-blocking warnings (in pretty output or on failure) when they are detected but not wired into the schema or plugin decorator. Green highlighting indicates items that need to be added.

  • Updated dependencies [7b31afe, dbf0bd4, eaf6c10, 1e8bca6, ab417d7, b540985]:

    • varlock@0.6.0

Don't miss a new varlock release

NewReleases is sending notifications on new releases.