chore: bump pathfinding and world-streaming to 1.1.0 (#378)

This commit is contained in:
YHH
2025-12-28 19:36:34 +08:00
committed by GitHub
parent e9ea52d9b3
commit 9f84c2f870
3 changed files with 17 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
---
"@esengine/world-streaming": minor
---
refactor: move to framework folder and remove engine-core dependency
- Move from packages/streaming to packages/framework
- Replace TransformComponent with IPositionable interface from @esengine/spatial
- StreamingAnchorComponent now implements IPositionable with x/y properties
- Remove IRuntimeModule dependency, use standalone helper class
- Add IWorldStreamingSetupOptions for configuration