@learnpack/learnpack 5.0.33 → 5.0.35

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.
@@ -300,8 +300,10 @@ type TReduceReadmeInputs = {
300
300
  lesson: string
301
301
  number_of_words: string
302
302
  expected_number_words: string
303
+ fkgl_results: string
304
+ expected_grade_level: string
303
305
  }
304
- export async function reduceReadme(
306
+ export async function makeReadmeReadable(
305
307
  rigoToken: string,
306
308
  inputs: TReduceReadmeInputs
307
309
  ) {