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 type { NextRequest } from 'next/server';
|
||||||
import { NextResponse, URLPattern } from 'next/server';
|
import { NextResponse } from 'next/server';
|
||||||
|
|
||||||
import { CsrfError, createCsrfProtect } from '@edge-csrf/nextjs';
|
import { CsrfError, createCsrfProtect } from '@edge-csrf/nextjs';
|
||||||
|
import { URLPattern } from 'node:url';
|
||||||
|
|
||||||
import { isSuperAdmin } from '@kit/admin';
|
import { isSuperAdmin } from '@kit/admin';
|
||||||
import { checkRequiresMultiFactorAuthentication } from '@kit/supabase/check-requires-mfa';
|
import { checkRequiresMultiFactorAuthentication } from '@kit/supabase/check-requires-mfa';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "next-supabase-saas-kit-turbo",
|
"name": "next-supabase-saas-kit-turbo",
|
||||||
"version": "2.19.0",
|
"version": "2.19.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user