@khanacademy/perseus-core 0.0.0-PR875-20250225214155 → 0.0.0-PR875-20250226205043

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es/index.js CHANGED
@@ -2434,7 +2434,7 @@ const parsePerseusRenderer = defaulted(object({
2434
2434
  const parsePerseusArticle = union(parsePerseusRenderer).or(array(parsePerseusRenderer)).parser;
2435
2435
 
2436
2436
  const parseHint = object({
2437
- replace: optional(boolean),
2437
+ replace: defaulted(boolean, () => undefined),
2438
2438
  content: string,
2439
2439
  widgets: defaulted(parseWidgetsMap, () => ({})),
2440
2440
  images: parseImages,