@i18n-micro/devtools-ui 1.2.7 → 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.
|
@@ -58,6 +58,7 @@ export declare function createI18nState(): {
|
|
|
58
58
|
fallbackLocale?: string | undefined;
|
|
59
59
|
localeCookie?: string | null | undefined;
|
|
60
60
|
debug?: boolean | undefined;
|
|
61
|
+
vueDevtools?: boolean | undefined;
|
|
61
62
|
globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
|
|
62
63
|
customRegexMatcher?: (string | RegExp) | undefined;
|
|
63
64
|
noPrefixRedirect?: boolean | undefined;
|
|
@@ -128,6 +129,7 @@ export declare function createI18nState(): {
|
|
|
128
129
|
fallbackLocale?: string | undefined;
|
|
129
130
|
localeCookie?: string | null | undefined;
|
|
130
131
|
debug?: boolean | undefined;
|
|
132
|
+
vueDevtools?: boolean | undefined;
|
|
131
133
|
globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
|
|
132
134
|
customRegexMatcher?: (string | RegExp) | undefined;
|
|
133
135
|
noPrefixRedirect?: boolean | undefined;
|
|
@@ -223,6 +225,7 @@ export declare function useI18nState(): {
|
|
|
223
225
|
fallbackLocale?: string | undefined;
|
|
224
226
|
localeCookie?: string | null | undefined;
|
|
225
227
|
debug?: boolean | undefined;
|
|
228
|
+
vueDevtools?: boolean | undefined;
|
|
226
229
|
globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
|
|
227
230
|
customRegexMatcher?: (string | RegExp) | undefined;
|
|
228
231
|
noPrefixRedirect?: boolean | undefined;
|
|
@@ -293,6 +296,7 @@ export declare function useI18nState(): {
|
|
|
293
296
|
fallbackLocale?: string | undefined;
|
|
294
297
|
localeCookie?: string | null | undefined;
|
|
295
298
|
debug?: boolean | undefined;
|
|
299
|
+
vueDevtools?: boolean | undefined;
|
|
296
300
|
globalLocaleRoutes?: import('@i18n-micro/types').GlobalLocaleRoutes;
|
|
297
301
|
customRegexMatcher?: (string | RegExp) | undefined;
|
|
298
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.
|
|
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.
|
|
58
|
-
"@i18n-micro/utils": "^1.0.
|
|
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",
|