@ahmadmubarak98/namozaj 1.6.54 → 1.6.55

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.
Files changed (2) hide show
  1. package/dist/namozaj.js +2 -1
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -6092,6 +6092,7 @@ const createYupSchema = (e) => {
6092
6092
  t = create$6().nullable();
6093
6093
  break;
6094
6094
  case "multi-select":
6095
+ case "file":
6095
6096
  t = create$2().of(create$6()).nullable();
6096
6097
  break;
6097
6098
  case "checkbox-group":
@@ -6280,9 +6281,9 @@ const getDefaultValue = (e) => {
6280
6281
  case "checkbox-group":
6281
6282
  case "repeater":
6282
6283
  case "field-array":
6283
- case "file":
6284
6284
  return l;
6285
6285
  case "multi-select":
6286
+ case "file":
6286
6287
  return a;
6287
6288
  case "select":
6288
6289
  return l;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.6.54",
4
+ "version": "1.6.55",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",