@feedmepos/mf-common 1.9.6 → 1.11.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  export declare const CountryOptions: {
2
2
  code: string;
3
3
  name: string;
4
+ nameI18nKey: string;
4
5
  flag: string;
5
6
  callingCode: string;
6
7
  }[];
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../src/utils/country.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc;;;;;;GAsB1B,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.9.6",
3
+ "version": "1.11.0-beta.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -19,6 +19,8 @@
19
19
  "@feedmepos/ui-library": "1.2.53",
20
20
  "@feedmepos/auth": "^1.2.0-beta.2",
21
21
  "@feedmepos/core": "^2.10.0",
22
+ "@feedmepos/i18n": "0.1.1",
23
+ "vue-i18n": "10.0.5",
22
24
  "@vue/devtools-api": "^6.5.0",
23
25
  "@vueuse/core": "^10.11.0",
24
26
  "axios": "^1.6.0",