@merkaly/nuxt 0.6.5 → 0.6.6

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.
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.14.0"
6
6
  },
7
- "version": "0.6.5",
7
+ "version": "0.6.6",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -54,6 +54,7 @@ function configureI18n(nuxt, options) {
54
54
  "i18n/config.mjs",
55
55
  `export default defineI18nConfig(() => (${JSON.stringify({
56
56
  fallbackLocale: options.i18n.defaultLocale,
57
+ flatJson: true,
57
58
  legacy: false,
58
59
  locale: options.i18n.defaultLocale
59
60
  }, null, 2)}))
@@ -81,8 +81,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
81
81
  }>, {
82
82
  mode: PlaceTypes;
83
83
  disabled: boolean;
84
- placeholder: string;
85
84
  countries: string[];
85
+ placeholder: string;
86
86
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
87
  declare const _default: typeof __VLS_export;
88
88
  export default _default;
@@ -81,8 +81,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
81
81
  }>, {
82
82
  mode: PlaceTypes;
83
83
  disabled: boolean;
84
- placeholder: string;
85
84
  countries: string[];
85
+ placeholder: string;
86
86
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
87
  declare const _default: typeof __VLS_export;
88
88
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merkaly/nuxt",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/merkaly-io/nuxt.git"
@@ -48,7 +48,7 @@
48
48
  "@nuxt/kit": "^4.4.2",
49
49
  "@nuxtjs/i18n": "^10.4.0",
50
50
  "@nuxtjs/plausible": "^3.0.1",
51
- "@sentry/nuxt": "^10.54.0",
51
+ "@sentry/nuxt": "^10.55.0",
52
52
  "@types/node": "latest",
53
53
  "@types/vue-select": "^3.16.8",
54
54
  "@vueuse/components": "^14.3.0",
@@ -71,7 +71,7 @@
71
71
  "v-money3": "^3.26.0",
72
72
  "vite-svg-loader": "^5.1.0",
73
73
  "vue": "^3.5.22",
74
- "vue-router": "^5.0.0",
74
+ "vue-router": "^5.1.0",
75
75
  "vue-select": "4.0.0-beta.6"
76
76
  },
77
77
  "devDependencies": {