github emdash-cms/emdash @emdash-cms/registry-client@0.3.1

latest releases: @emdash-cms/sandbox-workerd@0.1.3, @emdash-cms/plugin-embeds@0.1.19, @emdash-cms/blocks@0.17.0...
7 hours ago

Patch Changes

  • #1319 69bdc97 Thanks @ascorbic! - Fix require is not defined crash on every EmDash API route under astro dev on Cloudflare Workers (#1292).

    @emdash-cms/registry-client listed semver (CommonJS) in dependencies, which the build externalizes -- so consumers loaded a nested CJS copy. Vite's SSR module runner (workerd) evaluates modules with no require binding, so semver's internal require() threw and took down any route whose import graph reached registry-client (schema, plugins, env compatibility checks). semver is now bundled into the ESM output, so nothing CommonJS reaches the worker.

Don't miss a new emdash release

NewReleases is sending notifications on new releases.