@experts_hub/shared 1.0.185 → 1.0.186

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
@@ -2493,7 +2493,7 @@ __decorateClass([
2493
2493
  (0, import_typeorm28.Column)({ name: "mobile_code", type: "varchar", nullable: true })
2494
2494
  ], User.prototype, "mobileCode", 2);
2495
2495
  __decorateClass([
2496
- (0, import_typeorm28.Column)({ name: "mobile", type: "varchar", unique: true, nullable: true })
2496
+ (0, import_typeorm28.Column)({ name: "mobile", type: "varchar", nullable: true })
2497
2497
  ], User.prototype, "mobile", 2);
2498
2498
  __decorateClass([
2499
2499
  (0, import_typeorm28.Column)({ name: "password", type: "varchar", nullable: true })
package/dist/index.mjs CHANGED
@@ -2569,7 +2569,7 @@ __decorateClass([
2569
2569
  Column28({ name: "mobile_code", type: "varchar", nullable: true })
2570
2570
  ], User.prototype, "mobileCode", 2);
2571
2571
  __decorateClass([
2572
- Column28({ name: "mobile", type: "varchar", unique: true, nullable: true })
2572
+ Column28({ name: "mobile", type: "varchar", nullable: true })
2573
2573
  ], User.prototype, "mobile", 2);
2574
2574
  __decorateClass([
2575
2575
  Column28({ name: "password", type: "varchar", nullable: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.185",
3
+ "version": "1.0.186",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",