From b4a0320e3e15c5aa1ab49a31af67102f9e180935 Mon Sep 17 00:00:00 2001 From: alikia2x Date: Fri, 6 Jun 2025 17:40:32 +0800 Subject: [PATCH] version: cvsa/3.15.34 --- package.json | 2 +- packages/backend/src/main.ts | 2 +- packages/crawler/package.json | 1 + packages/frontend/package.json | 58 +++++++++++++++++----------------- packages/next/package.json | 2 +- 5 files changed, 33 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 2386d44..99fbe97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cvsa", - "version": "2.13.22", + "version": "3.15.34", "private": false, "type": "module", "workspaces": [ diff --git a/packages/backend/src/main.ts b/packages/backend/src/main.ts index 52acbde..08dbe4b 100644 --- a/packages/backend/src/main.ts +++ b/packages/backend/src/main.ts @@ -15,4 +15,4 @@ configureRoutes(app); await startServer(app); -export const VERSION = "0.5.2"; +export const VERSION = "0.5.3"; diff --git a/packages/crawler/package.json b/packages/crawler/package.json index dfdfcd1..4302fdc 100644 --- a/packages/crawler/package.json +++ b/packages/crawler/package.json @@ -1,5 +1,6 @@ { "name": "crawler", + "version": "1.2.26", "scripts": { "test": "bun --env-file=.env.test run vitest", "worker:main": "bun run ./src/worker.ts", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index b6ab03d..7f68a59 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,31 +1,31 @@ { - "name": "frontend", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/node": "^9.1.3", - "@astrojs/svelte": "^7.0.9", - "@tailwindcss/vite": "^4.1.4", - "argon2id": "^1.0.1", - "astro": "^5.5.5", - "autoprefixer": "^10.4.21", - "date-fns": "^4.1.0", - "pg": "^8.11.11", - "postcss": "^8.5.3", - "postgres": "^3.4.5", - "svelte": "^5.25.7", - "tailwindcss": "^4.1.4", - "ua-parser-js": "^2.0.3", - "vite-tsconfig-paths": "^5.1.4" - }, - "devDependencies": { - "@rollup/plugin-wasm": "^6.2.2", - "@types/pg": "^8.11.11" - } + "name": "frontend", + "type": "module", + "version": "1.9.0", + "scripts": { + "dev": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/node": "^9.1.3", + "@astrojs/svelte": "^7.0.9", + "@tailwindcss/vite": "^4.1.4", + "argon2id": "^1.0.1", + "astro": "^5.5.5", + "autoprefixer": "^10.4.21", + "date-fns": "^4.1.0", + "pg": "^8.11.11", + "postcss": "^8.5.3", + "postgres": "^3.4.5", + "svelte": "^5.25.7", + "tailwindcss": "^4.1.4", + "ua-parser-js": "^2.0.3", + "vite-tsconfig-paths": "^5.1.4" + }, + "devDependencies": { + "@rollup/plugin-wasm": "^6.2.2", + "@types/pg": "^8.11.11" + } } diff --git a/packages/next/package.json b/packages/next/package.json index f0f4bf5..c4632a9 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "0.1.0", + "version": "2.8.0", "private": true, "scripts": { "dev": "next dev --turbopack -p 7400",