@os-team/i18next-tld-language-detector
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -15,3 +15,3 @@ "use strict"; | ||
name: 'tld', | ||
lookup: () => exports.detectLanguageByHost(window.location.hostname), | ||
lookup: () => (0, exports.detectLanguageByHost)(window.location.hostname), | ||
}; | ||
@@ -23,5 +23,5 @@ exports.httpTldLanguageDetector = { | ||
const headers = options.getHeaders(req); | ||
return exports.detectLanguageByHost(headers.host); | ||
return (0, exports.detectLanguageByHost)(headers.host); | ||
}, | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@os-team/i18next-tld-language-detector", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "repository": "git@gitlab.com:os-team/libs/utils.git", | ||
"build": "yarn clean && tsc --outDir dist", | ||
"ncu": "ncu -u" | ||
"ncu": "npx npm-check-updates -u" | ||
}, | ||
@@ -20,3 +20,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "46765def1fb1547e043d454ac5797508c428598f" | ||
"gitHead": "2563c1fcd86d0ded6f0017bc9069ca4c56609376" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5879