@crodriguezdominguez/ion-intl-tel-input 2.0.4 → 2.1.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.
@@ -266,7 +266,6 @@ export declare class IonIntlTelInputComponent implements ControlValueAccessor, O
266
266
  phoneNumber: string;
267
267
  countries: CountryI[];
268
268
  disabled: boolean;
269
- phoneUtil: any;
270
269
  onTouched: () => void;
271
270
  propagateChange: (_: string | null) => void;
272
271
  constructor(el: ElementRef, platform: Platform, ionIntlTelInputService: IonIntlTelInputService, modalCtrl: ModalController);
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "2.0.4",
2
+ "version": "2.1.0",
3
3
  "name": "@crodriguezdominguez/ion-intl-tel-input",
4
4
  "title": "Ion Intl Tel Input",
5
5
  "private": false,
6
- "description": "An Ionic component for International Phone Number Input, that allows all countries, validation with google phone lib, limited countries, preferred countries, virtual scrolling and much more.",
6
+ "description": "An Ionic component for International Phone Number Input, that allows all countries, validation with libphonenumber-js, limited countries, preferred countries, virtual scrolling and much more.",
7
7
  "author": {
8
8
  "name": "Azzam Asghar",
9
9
  "url": "https://github.com/azzamasghar1"
@@ -32,7 +32,7 @@
32
32
  "elktech"
33
33
  ],
34
34
  "peerDependencies": {
35
- "google-libphonenumber": "^3.2.6",
35
+ "libphonenumber-js": "^1.10.37",
36
36
  "flag-icons": "^6.7.0"
37
37
  },
38
38
  "module": "fesm2015/crodriguezdominguez-ion-intl-tel-input.mjs",