@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/react",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.9",
|
||||
"description": "Convenient library to display typebots on your React app",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -16,6 +16,7 @@ const indexConfig = {
|
||||
output: {
|
||||
file: './dist/index.js',
|
||||
format: 'es',
|
||||
sourcemap: true,
|
||||
},
|
||||
external: ['react', 'react/jsx-runtime'],
|
||||
watch: {
|
||||
|
||||
@@ -12,7 +12,7 @@ export const leadGenerationTypebot: StartTypebot = {
|
||||
version: '3',
|
||||
id: 'clckrl4q5000t3b6sabwokaar',
|
||||
events: null,
|
||||
publishedAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
groups: [
|
||||
{
|
||||
id: 'clckrl4q5000g3b6skizhd262',
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": true
|
||||
"emitDeclarationOnly": true,
|
||||
"noEmitOnError": true,
|
||||
"sourceMap": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user