@timardex/cluemart-shared 1.3.96 → 1.3.97

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.mjs CHANGED
@@ -5874,7 +5874,7 @@ var globalResourceSchema = yup.object().shape({
5874
5874
  title: yup.string().label("Cover Title").required("Cover Title is required")
5875
5875
  }),
5876
5876
  contactDetails: contactDetailsSchema,
5877
- description: yup.string().label("Description").trim().min(3).required("Description is required"),
5877
+ description: yup.string().label("Description").trim().min(50).required("Description is required"),
5878
5878
  name: yup.string().label("Name").trim().min(3).required("Name is required"),
5879
5879
  region: yup.string().label("Region").required("Region is required"),
5880
5880
  socialMedia: yup.array().of(socialMediaSchema).nullable().default(null),