@experts_hub/shared 1.0.322 → 1.0.323

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
@@ -2564,7 +2564,7 @@ __decorateClass([
2564
2564
  __decorateClass([
2565
2565
  (0, import_typeorm16.Column)({
2566
2566
  name: "last_calculated_at",
2567
- type: "timestamp with local time zone",
2567
+ type: "timestamp with time zone",
2568
2568
  nullable: true
2569
2569
  })
2570
2570
  ], JobRecommendation.prototype, "lastCalculatedAt", 2);
package/dist/index.mjs CHANGED
@@ -2518,7 +2518,7 @@ __decorateClass([
2518
2518
  __decorateClass([
2519
2519
  Column16({
2520
2520
  name: "last_calculated_at",
2521
- type: "timestamp with local time zone",
2521
+ type: "timestamp with time zone",
2522
2522
  nullable: true
2523
2523
  })
2524
2524
  ], JobRecommendation.prototype, "lastCalculatedAt", 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.322",
3
+ "version": "1.0.323",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",