chore: release packages (#355)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-27 00:20:04 +08:00
committed by GitHub
parent b0b95c60b4
commit 0a88c6f2fc
5 changed files with 35 additions and 18 deletions

View File

@@ -1,16 +0,0 @@
---
"@esengine/cli": minor
"@esengine/network-server": patch
---
feat(cli): 增强 Node.js 服务端适配器
**@esengine/cli:**
- 添加 @esengine/network-server 依赖支持
- 生成完整的 ECS 游戏服务器项目结构
- 组件使用 @ECSComponent 装饰器注册
- tsconfig 启用 experimentalDecorators
**@esengine/network-server:**
- 支持 ESM/CJS 双格式导出
- 添加 ws@8.18.0 解决 Node.js 24 兼容性问题