@experts_hub/shared 1.0.51 → 1.0.52

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
@@ -562,6 +562,7 @@ __decorateClass([
562
562
  ], FreelancerProfile.prototype, "currency", 2);
563
563
  __decorateClass([
564
564
  (0, import_typeorm5.Column)({
565
+ name: "expected_hourly_compensation",
565
566
  type: "numeric",
566
567
  precision: 10,
567
568
  scale: 2,
package/dist/index.mjs CHANGED
@@ -561,6 +561,7 @@ __decorateClass([
561
561
  ], FreelancerProfile.prototype, "currency", 2);
562
562
  __decorateClass([
563
563
  Column5({
564
+ name: "expected_hourly_compensation",
564
565
  type: "numeric",
565
566
  precision: 10,
566
567
  scale: 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",