@feedmepos/mf-common 1.10.0-beta.1 → 1.11.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.10.0-beta.1",
3
+ "version": "1.11.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -16,10 +16,10 @@
16
16
  "./style.css": "./dist/style.css"
17
17
  },
18
18
  "dependencies": {
19
- "@feedmepos/ui-library": "1.2.53",
19
+ "@feedmepos/ui-library": "1.3.0-beta.1",
20
20
  "@feedmepos/auth": "^1.2.0-beta.2",
21
21
  "@feedmepos/core": "^2.10.0",
22
- "@feedmepos/i18n": "0.1.0",
22
+ "@feedmepos/i18n": "0.1.1",
23
23
  "vue-i18n": "10.0.5",
24
24
  "@vue/devtools-api": "^6.5.0",
25
25
  "@vueuse/core": "^10.11.0",