docs: 更新 worker-generator 版本号为 v1.0.2

This commit is contained in:
yhh
2025-12-08 18:34:49 +08:00
parent e0d659fe46
commit 2476379af1
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ This document records the version update history of the `@esengine/ecs-framework
### New Package
- **@esengine/worker-generator** `v1.0.1`: CLI tool to auto-generate Worker files from `WorkerEntitySystem` subclasses
- **@esengine/worker-generator** `v1.0.2`: CLI tool to auto-generate Worker files from `WorkerEntitySystem` subclasses
- Automatically scan and extract `workerProcess` method body
- Support `--wechat` mode, use TypeScript compiler to convert to ES5 syntax
- Read `workerScriptPath` config from code, generate to specified path