sveltekit-i18n
Advanced tools
Comparing version 2.0.0-rc.6 to 2.0.0-rc.7
{ | ||
"name": "sveltekit-i18n", | ||
"version": "2.0.0-rc.6", | ||
"version": "2.0.0-rc.7", | ||
"description": "Internationalization library for SvelteKit", | ||
@@ -66,5 +66,5 @@ "type": "module", | ||
"dependencies": { | ||
"@sveltekit-i18n/base": "^1.0.0-rc", | ||
"@sveltekit-i18n/parser-default": "^1.0.0-rc" | ||
"@sveltekit-i18n/base": "^1.0.0-rc.8", | ||
"@sveltekit-i18n/parser-default": "^1.0.0-rc.8" | ||
} | ||
} | ||
} |
@@ -93,3 +93,3 @@ [![npm version](https://badge.fury.io/js/sveltekit-i18n.svg)](https://badge.fury.io/js/sveltekit-i18n) ![](https://github.com/sveltekit-i18n/lib/workflows/Tests/badge.svg) | ||
await loadTranslations(initLocale, pathname); | ||
await loadTranslations(initLocale, pathname); // keep this just before the `return` | ||
@@ -96,0 +96,0 @@ return {}; |
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
9027
20