@feedmepos/mf-common 1.8.22 → 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.22",
3
+ "version": "1.8.24",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -16,7 +16,7 @@
16
16
  "./style.css": "./dist/style.css"
17
17
  },
18
18
  "dependencies": {
19
- "@feedmepos/ui-library": "^1.2.42",
19
+ "@feedmepos/ui-library": "^1.2.48",
20
20
  "@feedmepos/auth": "^1.1.14",
21
21
  "@feedmepos/core": "^2.10.0",
22
22
  "@vue/devtools-api": "^6.5.0",