SDKVersionAudit

Target SDK Version
Not set
Function Version Scanner

Scan all backend functions to identify SDK version mismatches across the app.

How to Update Functions

For each function with a mismatch:

  1. Go to functions/{functionName} file
  2. Find the import line: import { createClientFromRequest } from 'npm:@base44/sdk@0.8.XX';
  3. Update to: import { createClientFromRequest } from 'npm:@base44/sdk@Not set';
  4. Save and deploy

⚠️ After updating all functions, run this scan again to verify 100% compliance.