Skip to content

@cloudflare/config@0.17.0

Choose a tag to compare

@workers-devprod workers-devprod released this 22 Sep 09:45
· 19 commits to main since this release
51ad2b8

Minor Changes

  • #15749 ec5251a Thanks @jamesopstad! - Convert module entrypoints to strings before parsing experimental Worker configuration

    resolveAndParseConfig() now converts a cf-worker module namespace to its string specifier alongside other authored references. InputWorkerSchema consequently accepts only the string form. The new InputWorkerConfig type exposes the schema's input type.