BREAKING CHANGE: Stripe environment variables simplified. Check out the new configs to adapt your existing system. Closes #906 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ### Summary by CodeRabbit **New Features:** - Introduced a usage-based billing system, providing more flexibility and options for users. - Integrated with Stripe for a smoother and more secure payment process. - Enhanced the user interface with improvements to the billing, workspace, and pricing pages for a more intuitive experience. **Improvements:** - Simplified the billing logic, removing additional chats and yearly billing for a more streamlined user experience. - Updated email notifications to keep users informed about their usage and limits. - Improved pricing and currency formatting for better clarity and understanding. **Testing:** - Updated tests and specifications to ensure the reliability of new features and improvements. **Note:** These changes aim to provide a more flexible and user-friendly billing system, with clearer pricing and improved notifications. Users should find the new system more intuitive and easier to navigate. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
34 lines
830 B
JSON
34 lines
830 B
JSON
{
|
|
"name": "@typebot.io/lib",
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"devDependencies": {
|
|
"@paralleldrive/cuid2": "2.2.1",
|
|
"@playwright/test": "1.36.0",
|
|
"@typebot.io/env": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"@typebot.io/schemas": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/nodemailer": "6.4.8",
|
|
"next": "13.5.4",
|
|
"nodemailer": "6.9.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "13.0.0",
|
|
"nodemailer": "6.7.8"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/nextjs": "7.73.0",
|
|
"@trpc/server": "10.40.0",
|
|
"@udecode/plate-common": "^21.1.5",
|
|
"got": "12.6.0",
|
|
"minio": "7.1.3",
|
|
"remark-slate": "^1.8.6",
|
|
"stripe": "12.13.0"
|
|
}
|
|
}
|