@paroicms/contact-form-plugin
Advanced tools
Comparing version 0.4.0 to 0.5.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sendContactFormMail = void 0; | ||
exports.sendContactFormMail = sendContactFormMail; | ||
const data_formatters_lib_1 = require("@paroi/data-formatters-lib"); | ||
@@ -68,2 +68,1 @@ const public_server_lib_1 = require("@paroicms/public-server-lib"); | ||
} | ||
exports.sendContactFormMail = sendContactFormMail; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.formatSendMailInput = void 0; | ||
exports.formatSendMailInput = formatSendMailInput; | ||
const data_formatters_lib_1 = require("@paroi/data-formatters-lib"); | ||
@@ -15,2 +15,1 @@ function formatSendMailInput(data) { | ||
} | ||
exports.formatSendMailInput = formatSendMailInput; |
{ | ||
"name": "@paroicms/contact-form-plugin", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Contact form for ParoiCMS", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@paroicms/public-anywhere-lib": "0.2.1", | ||
"@paroicms/public-server-lib": "0.7.0", | ||
"@paroicms/public-anywhere-lib": "0.3.0", | ||
"@paroicms/public-server-lib": "0.8.0", | ||
"@solid-primitives/i18n": "~2.1.1", | ||
@@ -42,3 +42,3 @@ "@types/node": "~20.12.8", | ||
"solid-js": "~1.8.17", | ||
"typescript": "~5.4.5", | ||
"typescript": "~5.5.4", | ||
"vite": "~5.2.11", | ||
@@ -45,0 +45,0 @@ "vite-plugin-solid": "~2.10.2" |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
28252
775