add cookie

This commit is contained in:
2024-12-13 01:51:55 +08:00
parent c00bfcf011
commit 8642ba2e90
4 changed files with 96 additions and 43 deletions

View File

@@ -36,10 +36,10 @@
"@kevisual/ai-lang": "workspace:^",
"@kevisual/auth": "1.0.5",
"@kevisual/local-app-manager": "0.1.6-alpha.3",
"@kevisual/router": "^0.0.6-alpha-2",
"@kevisual/router": "^0.0.6-alpha-3",
"@types/semver": "^7.5.8",
"archiver": "^7.0.1",
"bullmq": "^5.31.2",
"bullmq": "^5.34.0",
"dayjs": "^1.11.13",
"dts-bundle-generator": "^9.5.1",
"formidable": "^3.5.2",
@@ -52,7 +52,7 @@
"neo4j-driver": "^5.27.0",
"neode": "^0.4.9",
"node-fetch": "^3.3.2",
"ollama": "^0.5.10",
"ollama": "^0.5.11",
"p-queue": "^8.0.1",
"pg": "^8.13.1",
"rollup-plugin-esbuild": "^6.1.1",
@@ -63,7 +63,7 @@
"strip-ansi": "^7.1.0",
"tar": "^7.4.3",
"uuid": "^11.0.3",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@kevisual/use-config": "^1.0.7",
@@ -78,8 +78,8 @@
"@types/formidable": "^3.4.5",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.0",
"cross-env": "^7.0.3",