Release 4.9.70

This commit is contained in:
huan-yp 2025-11-15 22:35:36 +08:00 committed by GitHub
parent 6068abdec0
commit 005a7ca63b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"name": "napcat", "name": "napcat",
"private": true, "private": true,
"type": "module", "type": "module",
"version": "0.0.1", "version": "4.9.70",
"scripts": { "scripts": {
"build:shell": "pnpm --filter napcat-shell run build || exit 1", "build:shell": "pnpm --filter napcat-shell run build || exit 1",
"build:shell:dev": "pnpm --filter napcat-shell run build:dev || exit 1", "build:shell:dev": "pnpm --filter napcat-shell run build:dev || exit 1",
@ -31,4 +31,4 @@
"silk-wasm": "^3.6.1", "silk-wasm": "^3.6.1",
"ws": "^8.18.3" "ws": "^8.18.3"
} }
} }