@experts_hub/shared 1.0.290 → 1.0.291

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
@@ -1692,7 +1692,6 @@ __decorateClass([
1692
1692
  (0, import_typeorm6.Column)({
1693
1693
  name: "state_code",
1694
1694
  type: "varchar",
1695
- length: 2,
1696
1695
  nullable: true,
1697
1696
  comment: ""
1698
1697
  })
package/dist/index.mjs CHANGED
@@ -1636,7 +1636,6 @@ __decorateClass([
1636
1636
  Column6({
1637
1637
  name: "state_code",
1638
1638
  type: "varchar",
1639
- length: 2,
1640
1639
  nullable: true,
1641
1640
  comment: ""
1642
1641
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.290",
3
+ "version": "1.0.291",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",