This commit is contained in:
kuekhaoyang
2026-01-13 15:42:03 +08:00
parent 8867ebbd97
commit 1cf4a6b509
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { NextResponse } from 'next/server';
export const runtime = 'nodejs';
export const runtime = 'edge';
export async function GET(request: Request) {
const { searchParams } = new URL(request.url);
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "kvideo",
"version": "3.9.2",
"version": "3.9.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kvideo",
"version": "3.9.2",
"version": "3.9.3",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
@@ -17,7 +17,7 @@
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"zustand": "^5.0.9"
"zustand": "^5.0.10"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.16",
@@ -7669,9 +7669,9 @@
}
},
"node_modules/zustand": {
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.9.tgz",
"integrity": "sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==",
"version": "5.0.10",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.10.tgz",
"integrity": "sha512-U1AiltS1O9hSy3rul+Ub82ut2fqIAefiSuwECWt6jlMVUGejvf+5omLcRBSzqbRagSM3hQZbtzdeRc6QVScXTg==",
"license": "MIT",
"engines": {
"node": ">=12.20.0"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "kvideo",
"version": "3.9.2",
"version": "3.9.3",
"private": true,
"scripts": {
"dev": "next dev",
@@ -19,7 +19,7 @@
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"zustand": "^5.0.9"
"zustand": "^5.0.10"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.16",