@osimatic/helpers-js 1.1.69 → 1.1.70

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.
@@ -180,7 +180,7 @@ class TelephoneNumber {
180
180
  }
181
181
 
182
182
  static getEnteredNumberInInternationalFormat(intlTelInput) {
183
- return intlTelInput.getNumber(intlTelInputUtils.numberFormat.E164);
183
+ return intlTelInput.getNumber(window.intlTelInput.utils.numberFormat.E164);
184
184
  }
185
185
 
186
186
  static formatNumberFromIntlTelInput(intlTelInput) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osimatic/helpers-js",
3
- "version": "1.1.69",
3
+ "version": "1.1.70",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"