2
0
Files
bot/packages/lib/package.json

53 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "@typebot.io/lib",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
"devDependencies": {
2023-07-15 10:46:36 +02:00
"@paralleldrive/cuid2": "2.2.1",
"@playwright/test": "1.45.2",
"@typebot.io/env": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/escape-html": "^1.0.4",
"@types/nodemailer": "6.4.14",
"@types/validator": "13.11.9",
2024-01-31 14:58:31 +01:00
"next": "14.1.0",
:zap: Introduce a new high-performing standalone chat API (#1200) Closes #1154 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added authentication functionality for user sessions in chat API. - Introduced chat-related API endpoints for starting, previewing, and continuing chat sessions, and streaming messages. - Implemented WhatsApp API webhook handling for receiving and processing messages. - Added environment variable `NEXT_PUBLIC_CHAT_API_URL` for chat API URL configuration. - **Bug Fixes** - Adjusted file upload logic to correctly determine the API host. - Fixed message streaming URL in chat integration with OpenAI. - **Documentation** - Updated guides for creating blocks, local installation, self-hosting, and deployment to use `bun` instead of `pnpm`. - **Refactor** - Refactored chat API functionalities to use modular architecture. - Simplified client log saving and session update functionalities by using external functions. - Transitioned package management and workflow commands to use `bun`. - **Chores** - Switched to `bun` for package management in Dockerfiles and GitHub workflows. - Added new Dockerfile for chat API service setup with Bun framework. - Updated `.prettierignore` and documentation with new commands. - **Style** - No visible changes to end-users. - **Tests** - No visible changes to end-users. - **Revert** - No reverts in this release. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-21 10:23:23 +01:00
"nodemailer": "6.9.8",
"tslib": "2.6.0",
"typescript": "5.4.5"
2022-01-06 09:40:56 +01:00
},
"peerDependencies": {
"next": "14.0.0",
"nodemailer": "6.7.8"
},
"dependencies": {
"@sentry/nextjs": "7.77.0",
"@trpc/server": "10.40.0",
"@udecode/plate-basic-marks": "30.5.3",
"@udecode/plate-block-quote": "30.5.3",
"@udecode/plate-code-block": "30.7.0",
"@udecode/plate-common": "30.4.5",
"@udecode/plate-heading": "30.5.3",
"@udecode/plate-horizontal-rule": "30.5.3",
"@udecode/plate-link": "30.5.3",
"@udecode/plate-list": "30.5.3",
"@udecode/plate-media": "30.5.3",
"@udecode/plate-paragraph": "30.5.3",
"escape-html": "1.0.3",
"google-auth-library": "8.9.0",
2024-06-17 14:12:14 +02:00
"ky": "1.2.4",
"ioredis": "5.4.1",
"minio": "7.1.3",
"posthog-node": "3.1.1",
"remark-parse": "11.0.0",
"stripe": "12.13.0",
"unified": "11.0.4",
"validator": "13.11.0",
"wildcard-match": "5.1.3",
"zod": "3.22.4"
}
}