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:
gbuomprisco
2025-10-22 14:26:53 +09:00
parent 2c0d0bf7a1
commit f6d573819b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "next-supabase-saas-kit-turbo",
"version": "2.19.0",
"version": "2.19.1",
"private": true,
"sideEffects": false,
"engines": {