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

one day ago

Patch Changes

  • #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).

  • 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.