@feedmepos/mf-common 1.8.23 → 1.8.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,7 @@ export declare const CountryOptions: {
2
2
  code: string;
3
3
  name: string;
4
4
  flag: string;
5
+ callingCode: string;
5
6
  }[];
7
+ export declare function getCountryByPhoneNumber(phoneNumber: string): string;
6
8
  //# sourceMappingURL=country.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../src/utils/country.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc;;;;GAgB1B,CAAA"}
1
+ {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../src/utils/country.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc;;;;;GAmB1B,CAAA;AAED,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,MAAM,UAG1D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.8.23",
3
+ "version": "1.8.24",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"