- 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>
34 lines
614 B
JSON
34 lines
614 B
JSON
{
|
|
"name": "@openpanel/astro",
|
|
"version": "1.3.0-local",
|
|
"config": {
|
|
"transformPackageJson": false,
|
|
"transformEnvs": true,
|
|
"docPath": "apps/public/content/docs/(tracking)/sdks/astro.mdx"
|
|
},
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"index.ts"
|
|
],
|
|
"keywords": [
|
|
"astro-component"
|
|
],
|
|
"dependencies": {
|
|
"@openpanel/web": "workspace:1.3.0-local"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^5.18.1"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^4.0.0 || ^5.0.0"
|
|
},
|
|
"private": false,
|
|
"type": "module"
|
|
}
|