@paroicms/contact-form-plugin
Advanced tools
Comparing version 0.7.0 to 0.7.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.plugin = void 0; | ||
const node_path_1 = require("node:path"); | ||
const data_formatters_lib_1 = require("@paroi/data-formatters-lib"); | ||
const public_server_lib_1 = require("@paroicms/public-server-lib"); | ||
const node_path_1 = require("node:path"); | ||
const contact_form_mail_1 = require("./contact-form-mail"); | ||
@@ -8,0 +8,0 @@ const data_format_1 = require("./data-format"); |
{ | ||
"name": "@paroicms/contact-form-plugin", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Contact form plugin for ParoiCMS", | ||
@@ -33,12 +33,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@paroicms/public-anywhere-lib": "0.5.0", | ||
"@paroicms/public-server-lib": "0.12.0", | ||
"@paroicms/public-anywhere-lib": "0.5.1", | ||
"@paroicms/public-server-lib": "0.12.2", | ||
"@solid-primitives/i18n": "~2.1.1", | ||
"@types/node": "~20.12.8", | ||
"@types/node": "~20.14.8", | ||
"rimraf": "~6.0.1", | ||
"sass": "~1.77.8", | ||
"solid-devtools": "~0.30.1", | ||
"solid-js": "~1.8.17", | ||
"solid-js": "~1.8.20", | ||
"typescript": "~5.5.4", | ||
"vite": "~5.2.11", | ||
"vite": "~5.4.0", | ||
"vite-plugin-solid": "~2.10.2" | ||
@@ -45,0 +45,0 @@ }, |
Sorry, the diff of this file is not supported yet
27029
727