chore: bump version to 2.19.1 and update proxy imports
- Incremented application version from 2.19.0 to 2.19.1 in package.json. - Updated import statement in proxy.ts to use URLPattern from 'node:url' instead of 'next/server'.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { NextRequest } from 'next/server';
|
||||
import { NextResponse, URLPattern } from 'next/server';
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
import { CsrfError, createCsrfProtect } from '@edge-csrf/nextjs';
|
||||
import { URLPattern } from 'node:url';
|
||||
|
||||
import { isSuperAdmin } from '@kit/admin';
|
||||
import { checkRequiresMultiFactorAuthentication } from '@kit/supabase/check-requires-mfa';
|
||||
|
||||
Reference in New Issue
Block a user