@cloudflare/workers-utils@0.28.0
Minor Changes
-
#14595
2b390d7Thanks @colinhacks! - Recognise nub as a package managerwrangler now detects nub — from its
npm_config_user_agentand an installednubbinary — and autoconfig detects nub projects by theirnub.lock, alongside npm, pnpm, yarn, and bun.
Patch Changes
-
#14746
a6c214fThanks @samarth70! - Return a clear error whenobservabilityis set tonullvalidateObservabilityguarded only againstundefined, so anullvalue (valid in JSON/JSONC config) passed thetypeof value === "object"check and then threwTypeError: Cannot read properties of null (reading 'enabled')while validating the config. It now rejectsnullwith the same"observability" should be an object but got null.diagnostic that the siblingcachevalidator already produces.