Updated dependencies, Added Hosted mode for Stripe checkout
* chore: bump version to 3.1.0 and update dependencies in package.json, pnpm-lock.yaml, and pnpm-workspace.yaml; enhance billing services with support for hosted checkout page in Stripe integration * Enhance error handling in billing services to log error messages instead of objects; update documentation for Stripe integration to clarify publishable key requirements based on UI mode.
This commit is contained in:
committed by
GitHub
parent
9d7c7f8030
commit
6268d1bab0
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "next-supabase-saas-kit-turbo",
|
||||
"version": "3.0.5",
|
||||
"version": "3.1.0",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "MakerKit",
|
||||
@@ -48,5 +48,5 @@
|
||||
"engines": {
|
||||
"node": ">=20.10.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.32.1"
|
||||
"packageManager": "pnpm@10.33.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user