@lingui/detect-locale
Advanced tools
Comparing version 3.5.1 to 3.6.0
@@ -1,11 +0,1 @@ | ||
import detectLocaleModule from '../index.js' | ||
export const detect = detectLocaleModule.detect | ||
export const multipleDetect = detectLocaleModule.multipleDetect | ||
export const fromCookie = detectLocaleModule.fromCookie | ||
export const fromHtmlTag = detectLocaleModule.fromHtmlTag | ||
export const fromNavigator = detectLocaleModule.fromNavigator | ||
export const fromPath = detectLocaleModule.fromPath | ||
export const fromStorage = detectLocaleModule.fromStorage | ||
export const fromSubdomain = detectLocaleModule.fromSubdomain | ||
export const fromUrl = detectLocaleModule.fromUrl | ||
export * from './detect-locale.esm' |
{ | ||
"name": "@lingui/detect-locale", | ||
"version": "3.5.1", | ||
"version": "3.6.0", | ||
"description": "@Lingui package to help you find the correct browser/server locale", | ||
"main": "index.js", | ||
"module": "esm/index.js", | ||
"types": "cjs/index.d.ts", | ||
@@ -7,0 +8,0 @@ "license": "MIT", |
23206
50
242