@neutron.co.id/pendidikan-operation 1.5.1-beta.3 → 1.5.2-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.
- package/build/index.cjs +4 -2
- package/build/index.mjs +4 -2
- package/package.json +31 -31
package/build/index.cjs
CHANGED
|
@@ -1304,7 +1304,8 @@ const hasUnderstand = operation.Action.define({
|
|
|
1304
1304
|
_id: input.questionId
|
|
1305
1305
|
},
|
|
1306
1306
|
{
|
|
1307
|
-
status: "done"
|
|
1307
|
+
status: "done",
|
|
1308
|
+
confirmedAt: /* @__PURE__ */ new Date()
|
|
1308
1309
|
}
|
|
1309
1310
|
);
|
|
1310
1311
|
await dbAnswer.updateOne(
|
|
@@ -1312,7 +1313,8 @@ const hasUnderstand = operation.Action.define({
|
|
|
1312
1313
|
questionId: input.questionId
|
|
1313
1314
|
},
|
|
1314
1315
|
{
|
|
1315
|
-
status: "done"
|
|
1316
|
+
status: "done",
|
|
1317
|
+
confirmedAt: /* @__PURE__ */ new Date()
|
|
1316
1318
|
}
|
|
1317
1319
|
);
|
|
1318
1320
|
return core.Result.ok({
|
package/build/index.mjs
CHANGED
|
@@ -1302,7 +1302,8 @@ const hasUnderstand = Action.define({
|
|
|
1302
1302
|
_id: input.questionId
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
|
-
status: "done"
|
|
1305
|
+
status: "done",
|
|
1306
|
+
confirmedAt: /* @__PURE__ */ new Date()
|
|
1306
1307
|
}
|
|
1307
1308
|
);
|
|
1308
1309
|
await dbAnswer.updateOne(
|
|
@@ -1310,7 +1311,8 @@ const hasUnderstand = Action.define({
|
|
|
1310
1311
|
questionId: input.questionId
|
|
1311
1312
|
},
|
|
1312
1313
|
{
|
|
1313
|
-
status: "done"
|
|
1314
|
+
status: "done",
|
|
1315
|
+
confirmedAt: /* @__PURE__ */ new Date()
|
|
1314
1316
|
}
|
|
1315
1317
|
);
|
|
1316
1318
|
return Result.ok({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/pendidikan-operation",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2-beta.1",
|
|
4
4
|
"description": "Operation package of Neutron Pendidikan.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"contributors": [
|
|
@@ -29,53 +29,53 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@bluelibs/nova": "1.4.2",
|
|
32
|
-
"@neon.id/core": "1.
|
|
32
|
+
"@neon.id/core": "1.26.0",
|
|
33
33
|
"@neon.id/gerbang-js": "1.0.0",
|
|
34
|
-
"@neon.id/model": "0.
|
|
35
|
-
"@neon.id/operation": "0.
|
|
36
|
-
"@neon.id/permit": "0.
|
|
37
|
-
"@neon.id/query": "0.
|
|
38
|
-
"@neon.id/types": "1.
|
|
39
|
-
"@neon.id/utils": "0.
|
|
40
|
-
"@neutron.co.id/akademik-models": "1.3.
|
|
41
|
-
"@neutron.co.id/jadwal-models": "1.3.
|
|
42
|
-
"@neutron.co.id/penilaian-models": "1.5.
|
|
43
|
-
"@neutron.co.id/personalia-models": "1.
|
|
44
|
-
"@neutron.co.id/tanya-models": "1.2.
|
|
34
|
+
"@neon.id/model": "0.59.0",
|
|
35
|
+
"@neon.id/operation": "0.36.0",
|
|
36
|
+
"@neon.id/permit": "0.17.0",
|
|
37
|
+
"@neon.id/query": "0.41.0",
|
|
38
|
+
"@neon.id/types": "1.38.0",
|
|
39
|
+
"@neon.id/utils": "0.39.0",
|
|
40
|
+
"@neutron.co.id/akademik-models": "1.3.2-beta.1",
|
|
41
|
+
"@neutron.co.id/jadwal-models": "1.3.2-beta.1",
|
|
42
|
+
"@neutron.co.id/penilaian-models": "1.5.2-beta.1",
|
|
43
|
+
"@neutron.co.id/personalia-models": "1.4.0",
|
|
44
|
+
"@neutron.co.id/tanya-models": "1.2.2-beta.1",
|
|
45
45
|
"mongoose": "6.10.0",
|
|
46
46
|
"nanoid": "4.0.1",
|
|
47
47
|
"ofetch": "1.0.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@types/node": "18.
|
|
51
|
-
"@vitest/coverage-c8": "0.29.
|
|
52
|
-
"@vitest/ui": "0.29.
|
|
50
|
+
"@types/node": "18.15.3",
|
|
51
|
+
"@vitest/coverage-c8": "0.29.3",
|
|
52
|
+
"@vitest/ui": "0.29.3",
|
|
53
53
|
"@vortex.so/eslint-plugin": "0.7.0",
|
|
54
|
-
"tsx": "3.12.
|
|
55
|
-
"typescript": "
|
|
54
|
+
"tsx": "3.12.5",
|
|
55
|
+
"typescript": "5.0.2",
|
|
56
56
|
"unbuild": "1.1.2",
|
|
57
57
|
"vite": "4.1.4",
|
|
58
|
-
"vitest": "0.29.
|
|
58
|
+
"vitest": "0.29.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@bluelibs/nova": "1.4.2",
|
|
62
|
-
"@neon.id/core": "^1.
|
|
62
|
+
"@neon.id/core": "^1.26.0",
|
|
63
63
|
"@neon.id/gerbang-js": "^1.0.0",
|
|
64
|
-
"@neon.id/model": "^0.
|
|
65
|
-
"@neon.id/operation": "^0.
|
|
66
|
-
"@neon.id/permit": "^0.
|
|
67
|
-
"@neon.id/query": "^0.
|
|
68
|
-
"@neon.id/types": "^1.
|
|
69
|
-
"@neon.id/utils": "^0.
|
|
70
|
-
"@neutron.co.id/akademik-models": "^1.3.
|
|
71
|
-
"@neutron.co.id/jadwal-models": "^1.3.
|
|
72
|
-
"@neutron.co.id/penilaian-models": "^1.5.
|
|
73
|
-
"@neutron.co.id/tanya-models": "^1.2.
|
|
64
|
+
"@neon.id/model": "^0.59.0",
|
|
65
|
+
"@neon.id/operation": "^0.36.0",
|
|
66
|
+
"@neon.id/permit": "^0.17.0",
|
|
67
|
+
"@neon.id/query": "^0.41.0",
|
|
68
|
+
"@neon.id/types": "^1.38.0",
|
|
69
|
+
"@neon.id/utils": "^0.39.0",
|
|
70
|
+
"@neutron.co.id/akademik-models": "^1.3.2-beta.1",
|
|
71
|
+
"@neutron.co.id/jadwal-models": "^1.3.2-beta.1",
|
|
72
|
+
"@neutron.co.id/penilaian-models": "^1.5.2-beta.1",
|
|
73
|
+
"@neutron.co.id/tanya-models": "^1.2.2-beta.1",
|
|
74
74
|
"mongoose": "^6.10.0",
|
|
75
75
|
"ofetch": "^1.0.1"
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"build":
|
|
80
|
+
"build": 32
|
|
81
81
|
}
|