@praxium/sdk 0.3.50 → 0.3.51

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 +1 -1
package/README.md CHANGED
@@ -67,7 +67,7 @@ const result = await client.submitContactForm({
67
67
 
68
68
  ## Next.js Revalidation
69
69
 
70
- When an admin updates data (team, FAQ, opening hours), a webhook triggers cache revalidation on the tenant website. The SDK handles HMAC signature verification and path resolution.
70
+ Tenant websites use Next.js ISR (Incremental Static Regeneration) for performance. When an admin updates data (team, FAQ, opening hours), a webhook triggers on-demand ISR revalidation on the tenant website. The SDK handles HMAC signature verification and path resolution.
71
71
 
72
72
  ```typescript
73
73
  // app/api/revalidate/route.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxium/sdk",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "description": "Official TypeScript SDK for the Praxium platform API",
5
5
  "type": "module",
6
6
  "exports": {