mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🐛 Fix embeds crash (importing external modules)
This commit is contained in:
parent
2539c0307c
commit
78da6fa4d3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.9.22",
|
||||
"version": "0.9.23",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"license": "FSL-1.1-ALv2",
|
||||
"type": "module",
|
||||
@ -74,6 +74,7 @@
|
||||
"esm"
|
||||
],
|
||||
"bundle": true,
|
||||
"thirdParty": true,
|
||||
"declaration": true,
|
||||
"esbuildConfig": "{workspaceRoot}/packages/embeds/js/esbuild.config.cjs"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/react",
|
||||
"version": "0.9.22",
|
||||
"version": "0.9.23",
|
||||
"description": "Convenient library to display typebots on your React app",
|
||||
"license": "FSL-1.1-ALv2",
|
||||
"type": "module",
|
||||
@ -36,6 +36,8 @@
|
||||
"esm"
|
||||
],
|
||||
"bundle": true,
|
||||
"thirdParty": true,
|
||||
"external": ["react", "react/jsx-runtime"],
|
||||
"declaration": true
|
||||
},
|
||||
"configurations": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user