@paroicms/contact-form-plugin
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -15,3 +15,3 @@ "use strict"; | ||
async siteInit(service) { | ||
const simpleI18n = await (0, public_server_lib_1.createSimpleTranslator)({ | ||
const simpleI18n = await (0, public_server_lib_1.loadSimpleTranslatorFromDirectory)({ | ||
l10nDir: (0, node_path_1.join)(projectDir, "locales"), | ||
@@ -18,0 +18,0 @@ languages: ["en", "fr"], |
{ | ||
"name": "@paroicms/contact-form-plugin", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "Contact form plugin for ParoiCMS", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"@paroicms/public-anywhere-lib": "0.10.0", | ||
"@paroicms/public-server-lib": "0.17.0", | ||
"@paroicms/public-server-lib": "0.18.0", | ||
"@solid-primitives/i18n": "~2.1.1", | ||
@@ -39,0 +39,0 @@ "@types/node": "~20.14.8", |
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
14773