ts-fsrs 5.3.0 → 5.3.2

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/index.umd.js CHANGED
@@ -511,7 +511,7 @@
511
511
  return prng;
512
512
  }
513
513
 
514
- const version="5.3.0";
514
+ const version="5.3.2";
515
515
 
516
516
  const default_request_retention = 0.9;
517
517
  const default_maximum_interval = 36500;
@@ -1007,9 +1007,7 @@
1007
1007
  const steps_strategy = this.learningStepsStrategy(
1008
1008
  parameters,
1009
1009
  card.state,
1010
- // In the original learning steps setup (Again = 5m, Hard = 10m, Good = FSRS),
1011
- // not adding 1 can cause slight variations in the memory state’s ds.
1012
- this.current.state === State.Learning && grade !== Rating.Again && grade !== Rating.Hard ? card.learning_steps + 1 : card.learning_steps
1010
+ card.learning_steps
1013
1011
  );
1014
1012
  const scheduled_minutes = Math.max(
1015
1013
  0,