- Add .gitea/workflows for building and pushing api, dashboard, and worker images to git.zias.be registry - Add docker-compose.prod.yml using pre-built registry images (no build-from-source on server) - Update docker-compose.yml infra images to latest (postgres 18.3, redis 8.6.2, clickhouse 26.3.2.3) - Update self-hosting/docker-compose.template.yml image versions to match - Bump Node.js to 22.22.2 in all three Dockerfiles - Update pnpm to 10.33.0 and upgrade all safe npm dependencies - Add buffer-equal-constant-time patch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@openpanel/worker",
|
|
"version": "0.0.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"dev": "dotenv -e ../../.env -c -v WATCH=1 tsdown",
|
|
"testing": "WORKER_PORT=9999 pnpm dev",
|
|
"start": "node dist/index.js",
|
|
"build": "rm -rf dist && tsdown",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@bull-board/api": "6.20.6",
|
|
"@bull-board/express": "6.20.6",
|
|
"@openpanel/common": "workspace:*",
|
|
"@openpanel/db": "workspace:*",
|
|
"@openpanel/email": "workspace:*",
|
|
"@openpanel/importer": "workspace:*",
|
|
"@openpanel/integrations": "workspace:^",
|
|
"@openpanel/js-runtime": "workspace:*",
|
|
"@openpanel/json": "workspace:*",
|
|
"@openpanel/logger": "workspace:*",
|
|
"@openpanel/payments": "workspace:*",
|
|
"@openpanel/queue": "workspace:*",
|
|
"@openpanel/redis": "workspace:*",
|
|
"@openpanel/validation": "workspace:*",
|
|
"bullmq": "^5.71.1",
|
|
"date-fns": "^3.6.0",
|
|
"express": "^4.22.1",
|
|
"groupmq": "catalog:",
|
|
"prom-client": "^15.1.3",
|
|
"ramda": "^0.32.0",
|
|
"source-map-support": "^0.5.21",
|
|
"sqlstring": "^2.3.3",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openpanel/tsconfig": "workspace:*",
|
|
"@types/express": "^5.0.6",
|
|
"@types/ramda": "^0.31.1",
|
|
"@types/source-map-support": "^0.5.10",
|
|
"@types/sqlstring": "^2.3.2",
|
|
"@types/uuid": "^11.0.0",
|
|
"tsdown": "0.21.7",
|
|
"typescript": "catalog:"
|
|
}
|
|
} |