@moneydevkit/nextjs 0.15.0-beta.0 → 0.15.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -409,7 +409,7 @@ Use `withDeferredSettlement` when the service delivery might fail and you want t
409
409
 
410
410
  ```ts
411
411
  // app/api/ai/route.ts
412
- import { withDeferredSettlement } from '@moneydevkit/nextjs/server'
412
+ import { withDeferredSettlement, type SettleResult } from '@moneydevkit/nextjs/server'
413
413
 
414
414
  const handler = async (req: Request, settle: () => Promise<SettleResult>) => {
415
415
  const { prompt } = await req.json()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneydevkit/nextjs",
3
- "version": "0.15.0-beta.0",
3
+ "version": "0.15.0-beta.1",
4
4
  "title": "@moneydevkit/nextjs",
5
5
  "description": "moneydevkit checkout components for Next.js.",
6
6
  "repository": {
@@ -64,7 +64,7 @@
64
64
  "vaul": "^1.1.2",
65
65
  "zod": "^3.25.42",
66
66
  "@moneydevkit/api-contract": "0.1.23",
67
- "@moneydevkit/core": "0.15.0-beta.0"
67
+ "@moneydevkit/core": "0.15.0-beta.1"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/node": "^20.10.5",