@neutron.co.id/pendidikan-operation 1.26.16 → 1.26.17-beta.1

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.
@@ -121,7 +121,7 @@ function usePenilaian(stream) {
121
121
  gradingId: grading?.id ? new core.ObjectId(grading?.id) : null,
122
122
  gradingComponentId: gradingComponent?.id ? new core.ObjectId(gradingComponent.id) : null,
123
123
  quantitative: gradingComponent?.quantitative ? gradingComponent.quantitative : null,
124
- studentScoreId: Array.isArray(gradingComponent?.studentScoreId) ? gradingComponent.studentScoreId : [gradingComponent.studentScoreId],
124
+ studentScoreId: gradingComponent?.studentScoreId ? gradingComponent?.studentScoreId : null,
125
125
  createdAt: /* @__PURE__ */ new Date()
126
126
  }
127
127
  }
@@ -119,7 +119,7 @@ function usePenilaian(stream) {
119
119
  gradingId: grading?.id ? new ObjectId(grading?.id) : null,
120
120
  gradingComponentId: gradingComponent?.id ? new ObjectId(gradingComponent.id) : null,
121
121
  quantitative: gradingComponent?.quantitative ? gradingComponent.quantitative : null,
122
- studentScoreId: Array.isArray(gradingComponent?.studentScoreId) ? gradingComponent.studentScoreId : [gradingComponent.studentScoreId],
122
+ studentScoreId: gradingComponent?.studentScoreId ? gradingComponent?.studentScoreId : null,
123
123
  createdAt: /* @__PURE__ */ new Date()
124
124
  }
125
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/pendidikan-operation",
3
- "version": "1.26.16",
3
+ "version": "1.26.17-beta.1",
4
4
  "description": "Operation package of Neutron Pendidikan.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "contributors": [
@@ -39,10 +39,10 @@
39
39
  "@neon.id/types": "^1.69.0",
40
40
  "@neon.id/utils": "^1.52.0",
41
41
  "@neon.id/z": "^1.16.0",
42
- "@neutron.co.id/akademik-models": "^1.19.10",
42
+ "@neutron.co.id/akademik-models": "^1.19.12",
43
43
  "@neutron.co.id/jadwal-models": "^1.19.5",
44
44
  "@neutron.co.id/pendidikan-types": "^1.22.9",
45
- "@neutron.co.id/penilaian-models": "^1.17.5",
45
+ "@neutron.co.id/penilaian-models": "^1.17.6-beta.1",
46
46
  "@neutron.co.id/personalia-models": "^1.11.6",
47
47
  "@neutron.co.id/tanya-models": "^1.13.1"
48
48
  },
@@ -73,15 +73,15 @@
73
73
  "@neon.id/types": "^1.69.0",
74
74
  "@neon.id/utils": "^1.52.0",
75
75
  "@neon.id/z": "^1.16.0",
76
- "@neutron.co.id/akademik-models": "^1.19.10",
76
+ "@neutron.co.id/akademik-models": "^1.19.12",
77
77
  "@neutron.co.id/jadwal-models": "^1.19.5",
78
78
  "@neutron.co.id/pendidikan-types": "^1.22.9",
79
- "@neutron.co.id/penilaian-models": "^1.17.5",
79
+ "@neutron.co.id/penilaian-models": "^1.17.6-beta.1",
80
80
  "@neutron.co.id/personalia-models": "^1.11.6",
81
81
  "@neutron.co.id/tanya-models": "^1.13.1"
82
82
  },
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "build": 103
86
+ "build": 104
87
87
  }