2
0

🚸 Improve audio clip status change and feedback

This commit is contained in:
Baptiste Arnaud
2024-08-20 15:38:11 +02:00
parent e67f3bc9e9
commit 37ef8fe240
11 changed files with 27 additions and 29 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/nextjs",
"version": "0.3.9",
"version": "0.3.10",
"description": "Convenient library to display typebots on your Next.js website",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -16,7 +16,6 @@ const indexConfig = {
output: {
dir: './dist',
format: 'es',
sourcemap: true,
},
external: ['next/dynamic.js', 'react', 'react/jsx-runtime'],
watch: {

View File

@ -11,7 +11,6 @@
"declarationMap": true,
"noEmit": false,
"emitDeclarationOnly": true,
"noEmitOnError": true,
"sourceMap": true
"noEmitOnError": true
}
}