Skip to content

@cloudflare/build-output-utils@0.2.0

Choose a tag to compare

@workers-devprod workers-devprod released this 25 Aug 19:17
5377aae

Minor Changes

  • #15326 9fcb1c9 Thanks @jamesopstad! - Record the selected mode in the Build Output Specification top-level config.json

    The mode a build was produced in is now written to .cloudflare/output/v0/config.json as a mode field, alongside the account and compliance settings.

  • #15326 9fcb1c9 Thanks @jamesopstad! - Rename the top-level config accessors after the config they operate on

    getRootConfigPath and writeRootConfig are now getSettingsConfigPath and writeSettingsConfig, and the corresponding validation error reads invalid settings config rather than invalid root config.

Patch Changes