Skip to content

@asyncapi/generator@3.2.1

Choose a tag to compare

@asyncapi-bot asyncapi-bot released this 21 Apr 14:45
· 60 commits to master since this release
5c4b597

Patch Changes

  • 643f194: Fix browserslist error when using pnpm

    Set BROWSERSLIST_ROOT_PATH environment variable during template compilation
    to prevent browserslist from searching outside the template directory. This
    fixes an issue where pnpm's shim files were incorrectly parsed as browserslist
    configuration, causing "Unknown browser query" errors.

    Fixes: asyncapi/cli#1781