@jsdev_ninja/core 0.10.8 → 0.11.0

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/core.es.js CHANGED
@@ -2983,7 +2983,7 @@ const k = i.string().min(1, { message: "שדה חובה" }), or = i.string().reg
2983
2983
  companyId: i.string().min(1),
2984
2984
  storeId: i.string().min(1),
2985
2985
  parentId: i.string().nullish(),
2986
- tag: i.string().min(1),
2986
+ tag: i.string().optional(),
2987
2987
  locales: i.array(J),
2988
2988
  depth: i.number()
2989
2989
  }), Oe = qe.extend({