@lingui/detect-locale
Advanced tools
Comparing version 4.4.2 to 4.5.0
@@ -25,2 +25,2 @@ declare function detectFromCookie(key: string): LocaleString; | ||
export { DetectParamsFunctions, LocaleString, detect, detectFromCookie as fromCookie, detectHtmlTag as fromHtmlTag, detectFromNavigator as fromNavigator, detectFromPath as fromPath, detectFromStorage as fromStorage, detectFromSubdomain as fromSubdomain, detectFromUrl as fromUrl, multipleDetect }; | ||
export { type DetectParamsFunctions, type LocaleString, detect, detectFromCookie as fromCookie, detectHtmlTag as fromHtmlTag, detectFromNavigator as fromNavigator, detectFromPath as fromPath, detectFromStorage as fromStorage, detectFromSubdomain as fromSubdomain, detectFromUrl as fromUrl, multipleDetect }; |
{ | ||
"name": "@lingui/detect-locale", | ||
"version": "4.4.2", | ||
"version": "4.5.0", | ||
"sideEffects": false, | ||
@@ -40,7 +40,7 @@ "description": "@Lingui package to help you find the correct browser/server locale", | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
@@ -58,5 +58,5 @@ } | ||
"jsdom": "^16.4.0", | ||
"unbuild": "^1.1.2" | ||
"unbuild": "2.0.0" | ||
}, | ||
"gitHead": "316a004ec82721fcceb8f3c4a5aeb4a48d367927" | ||
"gitHead": "62c92d1f8c60b3890bdda870f307fa780d423080" | ||
} |
15986
8