@eeplatform/basic-edu 1.10.16 → 1.10.17

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.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 7be68b4: Fix curriculum index
8
+
3
9
  ## 1.10.16
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1549,8 +1549,7 @@ function useCurriculumRepo() {
1549
1549
  key: {
1550
1550
  name: 1,
1551
1551
  school: 1,
1552
- effectiveSchoolYear: 1,
1553
- status: 1
1552
+ effectiveSchoolYear: 1
1554
1553
  },
1555
1554
  unique: true,
1556
1555
  partialFilterExpression: { status: "active" },