@experts_hub/shared 1.0.566 → 1.0.567

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
@@ -5706,7 +5706,7 @@ __decorateClass([
5706
5706
  (0, import_typeorm52.Index)()
5707
5707
  ], CompanySkill.prototype, "userId", 2);
5708
5708
  __decorateClass([
5709
- (0, import_typeorm52.ManyToOne)(() => User, (user) => user.freelancerSkills),
5709
+ (0, import_typeorm52.ManyToOne)(() => User, (user) => user.companySkills),
5710
5710
  (0, import_typeorm52.JoinColumn)({ name: "user_id" })
5711
5711
  ], CompanySkill.prototype, "user", 2);
5712
5712
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -5699,7 +5699,7 @@ __decorateClass([
5699
5699
  Index44()
5700
5700
  ], CompanySkill.prototype, "userId", 2);
5701
5701
  __decorateClass([
5702
- ManyToOne49(() => User, (user) => user.freelancerSkills),
5702
+ ManyToOne49(() => User, (user) => user.companySkills),
5703
5703
  JoinColumn49({ name: "user_id" })
5704
5704
  ], CompanySkill.prototype, "user", 2);
5705
5705
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.566",
3
+ "version": "1.0.567",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",