@esengine/ecs-framework 2.2.15 → 2.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esengine/ecs-framework",
3
- "version": "2.2.15",
3
+ "version": "2.2.16",
4
4
  "description": "用于Laya、Cocos Creator等JavaScript游戏引擎的高性能ECS框架",
5
5
  "main": "index.cjs",
6
6
  "module": "index.mjs",