diff --git a/api/package-lock.json b/api/package-lock.json index c55a8e6..b50360d 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.0.11", + "version": "2.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.0.11", + "version": "2.0.12", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/api/package.json b/api/package.json index fd1d719..f52398b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "hexabot", - "version": "2.0.11", + "version": "2.0.12", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.", "author": "Hexastack", "license": "AGPL-3.0-only", diff --git a/docker/.env.example b/docker/.env.example index 0f52948..985a6fa 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -5,7 +5,7 @@ SSL_EMAIL=hello@hexabot.ai API_PORT=4000 APP_SCRIPT_COMPODOC_PORT=9003 API_ORIGIN=http://${APP_DOMAIN}:${API_PORT} -FRONTEND_ORIGIN=http://${APP_DOMAIN}:8080,http://${APP_DOMAIN}:8081,http://${APP_DOMAIN}:5173,http://${APP_DOMAIN},http://${APP_DOMAIN}/*,* +FRONTEND_ORIGIN=http://${APP_DOMAIN},http://${APP_DOMAIN}:8080,http://${APP_DOMAIN}:8081,http://${APP_DOMAIN}:5173,http://${APP_DOMAIN},http://${APP_DOMAIN}/*,* JWT_SECRET=dev_only JWT_EXPIRES_IN=60 SALT_LENGTH=12 diff --git a/package-lock.json b/package-lock.json index fd19562..704ccd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9774,7 +9774,7 @@ }, "widget": { "name": "hexabot-chat-widget", - "version": "2.0.2", + "version": "2.0.3", "license": "AGPL-3.0-only", "dependencies": { "@types/emoji-js": "^3.5.2", diff --git a/widget/package.json b/widget/package.json index 2e6f10d..0e84932 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "hexabot-chat-widget", - "version": "2.0.2", + "version": "2.0.3", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.", "author": "Hexastack", "license": "AGPL-3.0-only",