2
0

(whatsapp) Improve / fix markdown serializer

Forked remark-slate code to create Typebot's own serializer

Closes #1056
This commit is contained in:
Baptiste Arnaud
2024-01-08 08:40:25 +01:00
parent 7d6c964a0f
commit 244a29423b
11 changed files with 629 additions and 88 deletions

View File

@ -30,14 +30,13 @@
"nodemailer": "6.9.3",
"openai": "4.19.0",
"qs": "6.11.2",
"remark-slate": "1.8.6",
"stripe": "12.13.0"
},
"devDependencies": {
"@types/nodemailer": "6.4.8",
"@types/qs": "6.9.7",
"@typebot.io/forge-schemas": "workspace:*",
"@typebot.io/forge": "workspace:*",
"@typebot.io/forge-repository": "workspace:*"
"@typebot.io/forge-repository": "workspace:*",
"@typebot.io/forge-schemas": "workspace:*",
"@types/nodemailer": "6.4.8",
"@types/qs": "6.9.7"
}
}