2
0

🐛 Fix allowed origins when embedded in iframe

Closes #1518
This commit is contained in:
Baptiste Arnaud
2024-06-19 09:54:08 +02:00
parent 36c984643a
commit 67f37c02a4
9 changed files with 874 additions and 27 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.2.87",
"version": "0.2.88",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",
@ -48,4 +48,4 @@
"tailwindcss": "3.3.3",
"typescript": "5.4.5"
}
}
}