@experts_hub/shared 1.0.71 → 1.0.72

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
@@ -946,7 +946,7 @@ __decorateClass([
946
946
  ], UpdateCompanyProfileDto.prototype, "companyName", 2);
947
947
  __decorateClass([
948
948
  (0, import_class_validator15.IsOptional)(),
949
- (0, import_class_validator15.IsString)({ message: "Bio must be a string." })
949
+ (0, import_class_validator15.IsString)({ message: "Company bio must be a string." })
950
950
  ], UpdateCompanyProfileDto.prototype, "bio", 2);
951
951
  __decorateClass([
952
952
  (0, import_class_validator15.IsOptional)(),
package/dist/index.mjs CHANGED
@@ -964,7 +964,7 @@ __decorateClass([
964
964
  ], UpdateCompanyProfileDto.prototype, "companyName", 2);
965
965
  __decorateClass([
966
966
  IsOptional4(),
967
- IsString8({ message: "Bio must be a string." })
967
+ IsString8({ message: "Company bio must be a string." })
968
968
  ], UpdateCompanyProfileDto.prototype, "bio", 2);
969
969
  __decorateClass([
970
970
  IsOptional4(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",