🚸 Improve audio clip status change and feedback
This commit is contained in:
@ -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",
|
||||
|
@ -16,7 +16,6 @@ const indexConfig = {
|
||||
output: {
|
||||
dir: './dist',
|
||||
format: 'es',
|
||||
sourcemap: true,
|
||||
},
|
||||
external: ['next/dynamic.js', 'react', 'react/jsx-runtime'],
|
||||
watch: {
|
||||
|
@ -11,7 +11,6 @@
|
||||
"declarationMap": true,
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": true,
|
||||
"noEmitOnError": true,
|
||||
"sourceMap": true
|
||||
"noEmitOnError": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user