@eeplatform/basic-edu 1.10.21 → 1.10.22

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @eeplatform/basic-edu
2
2
 
3
+ ## 1.10.22
4
+
5
+ ### Patch Changes
6
+
7
+ - 5cd19b0: Default specialProgram to none; tidy params
8
+
3
9
  ## 1.10.21
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -3850,6 +3850,9 @@ function useLearnerRepo() {
3850
3850
  throw new import_nodejs_utils10.BadRequestError("Invalid special program ID.");
3851
3851
  }
3852
3852
  cacheKeyOptions.specialProgram = value.specialProgram.toString();
3853
+ } else {
3854
+ query["learnerInfo.specialProgram"] = { $in: [null, ""] };
3855
+ cacheKeyOptions.specialProgram = "none";
3853
3856
  }
3854
3857
  if (value.track) {
3855
3858
  try {