intl-tel-input 29.0.2 → 29.0.3

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.
@@ -4820,7 +4820,7 @@ var intlTelInput = Object.assign(
4820
4820
  attachUtils,
4821
4821
  startedLoadingUtils: false,
4822
4822
  startedLoadingAutoCountry: false,
4823
- version: "29.0.2",
4823
+ version: "29.0.3",
4824
4824
  NUMBER_FORMAT,
4825
4825
  NUMBER_TYPE,
4826
4826
  VALIDATION_ERROR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "29.0.2",
3
+ "version": "29.0.3",
4
4
  "description": "A JavaScript library for entering, formatting, and validating international telephone numbers",
5
5
  "type": "module",
6
6
  "license": "MIT",