2
0

🐛 Fix unexported Popup and Bubble from react lib

This commit is contained in:
Baptiste Arnaud
2024-01-26 16:38:45 +01:00
parent c23e760b39
commit cf101d6cf6
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.2.36",
"version": "0.2.37",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.2.36",
"version": "0.2.37",
"description": "Convenient library to display typebots on your React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,4 +1,4 @@
export { Standard } from './Standard'
// export { Bubble } from './Bubble'
// export { Popup } from './Popup'
// export * from '@typebot.io/js'
export { Bubble } from './Bubble'
export { Popup } from './Popup'
export * from '@typebot.io/js'