🚑 Fix embed web.js file mentioning "process"
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
@ -47,6 +47,7 @@
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-typescript-paths": "1.4.0",
|
||||
"tailwindcss": "3.3.3",
|
||||
"typescript": "5.4.5"
|
||||
"typescript": "5.4.5",
|
||||
"@rollup/plugin-replace": "5.0.7"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user