@experts_hub/shared 1.0.699 → 1.0.700

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
@@ -5678,7 +5678,7 @@ __decorateClass([
5678
5678
  (0, import_typeorm57.Column)({ name: "name", type: "varchar" })
5679
5679
  ], CompanyRole.prototype, "name", 2);
5680
5680
  __decorateClass([
5681
- (0, import_typeorm57.Column)({ name: "slug", type: "varchar", nullable: true, unique: true }),
5681
+ (0, import_typeorm57.Column)({ name: "slug", type: "varchar", nullable: true }),
5682
5682
  (0, import_typeorm57.Index)()
5683
5683
  ], CompanyRole.prototype, "slug", 2);
5684
5684
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -5452,7 +5452,7 @@ __decorateClass([
5452
5452
  Column57({ name: "name", type: "varchar" })
5453
5453
  ], CompanyRole.prototype, "name", 2);
5454
5454
  __decorateClass([
5455
- Column57({ name: "slug", type: "varchar", nullable: true, unique: true }),
5455
+ Column57({ name: "slug", type: "varchar", nullable: true }),
5456
5456
  Index49()
5457
5457
  ], CompanyRole.prototype, "slug", 2);
5458
5458
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.699",
3
+ "version": "1.0.700",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",