@eeplatform/basic-edu 1.3.8 → 1.3.9

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.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 1cad10f: Revise addBulk(), province is no longer required in CSV or excel file
8
+
3
9
  ## 1.3.8
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -33239,10 +33239,6 @@ function useSchoolService() {
33239
33239
  errors.push(`Row ${rowNum}: name is required`);
33240
33240
  continue;
33241
33241
  }
33242
- if (!province) {
33243
- errors.push(`Row ${rowNum}: province is required`);
33244
- continue;
33245
- }
33246
33242
  if (!cityMunicipality) {
33247
33243
  errors.push(`Row ${rowNum}: city/municipality is required`);
33248
33244
  continue;