@forumone/throughline-forms 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forumone/throughline-forms",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Policy-aware forms layer for the Throughline framework. Wraps Payload's Form Builder with privacy notices, consent, honeypot spam protection, IP rate limiting, a destination allowlist, and submitter confirmation. Six MCP tools for Claude-driven form management; submissions fan out to email and webhook destinations via Inngest.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@react-email/components": "^0.5.4",
|
|
47
47
|
"@react-email/render": "^1.3.2",
|
|
48
48
|
"zod": "^3.23.0",
|
|
49
|
-
"@forumone/throughline-core": "0.8.
|
|
50
|
-
"@forumone/throughline-email": "0.2.
|
|
49
|
+
"@forumone/throughline-core": "0.8.2",
|
|
50
|
+
"@forumone/throughline-email": "0.2.10",
|
|
51
51
|
"@forumone/throughline-plugin-contract": "0.4.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"payload": "^3.83.0",
|
|
60
60
|
"react": "^19.2.0",
|
|
61
61
|
"typescript": "^5.6.0",
|
|
62
|
-
"vitest": "^
|
|
62
|
+
"vitest": "^4.1.10",
|
|
63
63
|
"@forumone/throughline-eslint-config": "0.0.0",
|
|
64
64
|
"@forumone/throughline-tsconfig": "0.0.0"
|
|
65
65
|
},
|