@experts_hub/shared 1.0.203 → 1.0.204
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2583,7 +2583,7 @@ __decorateClass([
|
|
|
2583
2583
|
})
|
|
2584
2584
|
], AssessmentAnswer.prototype, "selectedAnswerType", 2);
|
|
2585
2585
|
__decorateClass([
|
|
2586
|
-
(0, import_typeorm30.Column)({ name: "score", type: "
|
|
2586
|
+
(0, import_typeorm30.Column)({ name: "score", type: "float" })
|
|
2587
2587
|
], AssessmentAnswer.prototype, "score", 2);
|
|
2588
2588
|
AssessmentAnswer = __decorateClass([
|
|
2589
2589
|
(0, import_typeorm30.Entity)("assessment_answers")
|
package/dist/index.mjs
CHANGED
|
@@ -2652,7 +2652,7 @@ __decorateClass([
|
|
|
2652
2652
|
})
|
|
2653
2653
|
], AssessmentAnswer.prototype, "selectedAnswerType", 2);
|
|
2654
2654
|
__decorateClass([
|
|
2655
|
-
Column30({ name: "score", type: "
|
|
2655
|
+
Column30({ name: "score", type: "float" })
|
|
2656
2656
|
], AssessmentAnswer.prototype, "score", 2);
|
|
2657
2657
|
AssessmentAnswer = __decorateClass([
|
|
2658
2658
|
Entity29("assessment_answers")
|