60p82u21t54k 1.2.16 → 1.2.17

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.
@@ -2176,7 +2176,8 @@ const getGetCountryMobileResponse = (raw) => {
2176
2176
  regex: item.regex,
2177
2177
  value: item.value,
2178
2178
  minLength: item.minlength,
2179
- maxLength: item.maxlength
2179
+ maxLength: item.maxlength,
2180
+ placeHolder: item.placeholder
2180
2181
  };
2181
2182
  })) != null ? _b : [];
2182
2183
  };