@i18n-micro/devtools-ui 1.2.6 → 1.2.8

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.
@@ -24,6 +24,7 @@ export declare function createI18nState(): {
24
24
  metaBaseUrl?: string | undefined;
25
25
  metaTrustForwardedHost?: boolean | undefined;
26
26
  metaTrustForwardedProto?: boolean | undefined;
27
+ hreflangBaseLanguage?: boolean | undefined;
27
28
  define?: boolean | undefined;
28
29
  redirects?: boolean | undefined;
29
30
  plugin?: boolean | undefined;
@@ -52,11 +53,12 @@ export declare function createI18nState(): {
52
53
  routesLocaleLinks?: {
53
54
  [key: string]: string;
54
55
  } | undefined;
55
- plural?: (string | import('@i18n-micro/types').PluralFunc) | undefined;
56
+ plural?: import('@i18n-micro/types').PluralFunc | undefined;
56
57
  disablePageLocales?: boolean | undefined;
57
58
  fallbackLocale?: string | undefined;
58
59
  localeCookie?: string | null | undefined;
59
60
  debug?: boolean | undefined;
61
+ vueDevtools?: boolean | undefined;
60
62
  globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
61
63
  customRegexMatcher?: (string | RegExp) | undefined;
62
64
  noPrefixRedirect?: boolean | undefined;
@@ -93,6 +95,7 @@ export declare function createI18nState(): {
93
95
  metaBaseUrl?: string | undefined;
94
96
  metaTrustForwardedHost?: boolean | undefined;
95
97
  metaTrustForwardedProto?: boolean | undefined;
98
+ hreflangBaseLanguage?: boolean | undefined;
96
99
  define?: boolean | undefined;
97
100
  redirects?: boolean | undefined;
98
101
  plugin?: boolean | undefined;
@@ -121,11 +124,12 @@ export declare function createI18nState(): {
121
124
  routesLocaleLinks?: {
122
125
  [key: string]: string;
123
126
  } | undefined;
124
- plural?: (string | import('@i18n-micro/types').PluralFunc) | undefined;
127
+ plural?: import('@i18n-micro/types').PluralFunc | undefined;
125
128
  disablePageLocales?: boolean | undefined;
126
129
  fallbackLocale?: string | undefined;
127
130
  localeCookie?: string | null | undefined;
128
131
  debug?: boolean | undefined;
132
+ vueDevtools?: boolean | undefined;
129
133
  globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
130
134
  customRegexMatcher?: (string | RegExp) | undefined;
131
135
  noPrefixRedirect?: boolean | undefined;
@@ -187,6 +191,7 @@ export declare function useI18nState(): {
187
191
  metaBaseUrl?: string | undefined;
188
192
  metaTrustForwardedHost?: boolean | undefined;
189
193
  metaTrustForwardedProto?: boolean | undefined;
194
+ hreflangBaseLanguage?: boolean | undefined;
190
195
  define?: boolean | undefined;
191
196
  redirects?: boolean | undefined;
192
197
  plugin?: boolean | undefined;
@@ -215,11 +220,12 @@ export declare function useI18nState(): {
215
220
  routesLocaleLinks?: {
216
221
  [key: string]: string;
217
222
  } | undefined;
218
- plural?: (string | import('@i18n-micro/types').PluralFunc) | undefined;
223
+ plural?: import('@i18n-micro/types').PluralFunc | undefined;
219
224
  disablePageLocales?: boolean | undefined;
220
225
  fallbackLocale?: string | undefined;
221
226
  localeCookie?: string | null | undefined;
222
227
  debug?: boolean | undefined;
228
+ vueDevtools?: boolean | undefined;
223
229
  globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
224
230
  customRegexMatcher?: (string | RegExp) | undefined;
225
231
  noPrefixRedirect?: boolean | undefined;
@@ -256,6 +262,7 @@ export declare function useI18nState(): {
256
262
  metaBaseUrl?: string | undefined;
257
263
  metaTrustForwardedHost?: boolean | undefined;
258
264
  metaTrustForwardedProto?: boolean | undefined;
265
+ hreflangBaseLanguage?: boolean | undefined;
259
266
  define?: boolean | undefined;
260
267
  redirects?: boolean | undefined;
261
268
  plugin?: boolean | undefined;
@@ -284,11 +291,12 @@ export declare function useI18nState(): {
284
291
  routesLocaleLinks?: {
285
292
  [key: string]: string;
286
293
  } | undefined;
287
- plural?: (string | import('@i18n-micro/types').PluralFunc) | undefined;
294
+ plural?: import('@i18n-micro/types').PluralFunc | undefined;
288
295
  disablePageLocales?: boolean | undefined;
289
296
  fallbackLocale?: string | undefined;
290
297
  localeCookie?: string | null | undefined;
291
298
  debug?: boolean | undefined;
299
+ vueDevtools?: boolean | undefined;
292
300
  globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
293
301
  customRegexMatcher?: (string | RegExp) | undefined;
294
302
  noPrefixRedirect?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i18n-micro/devtools-ui",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "DevTools UI and Vite plugin for Nuxt I18n Micro.",
5
5
  "homepage": "https://github.com/s00d/nuxt-i18n-micro/tree/main/packages/devtools-ui#readme",
6
6
  "bugs": {
@@ -54,8 +54,8 @@
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "@i18n-micro/types": "^1.2.8",
58
- "@i18n-micro/utils": "^1.0.11"
57
+ "@i18n-micro/types": "^1.2.11",
58
+ "@i18n-micro/utils": "^1.0.14"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@tailwindcss/vite": "^4.1.17",