mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 12:15:38 +00:00
js-yaml uses DEFAULT_SCHEMA by default and implicitly casts date-like strings to Date (timestamp). This caused unexpected config values where dates were supposed to remain plain strings. Switched YAML parsing to JSON_SCHEMA to disable timestamp resolution and keep date-like values as strings.