@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 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: "integer" })
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: "integer" })
2655
+ Column30({ name: "score", type: "float" })
2656
2656
  ], AssessmentAnswer.prototype, "score", 2);
2657
2657
  AssessmentAnswer = __decorateClass([
2658
2658
  Entity29("assessment_answers")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.203",
3
+ "version": "1.0.204",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",