This commit is contained in:
YHH
2025-10-28 14:08:47 +08:00
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -26304,7 +26304,7 @@
},
"packages/core": {
"name": "@esengine/ecs-framework",
"version": "2.2.9",
"version": "2.2.10",
"license": "MIT",
"dependencies": {
"fflate": "^0.8.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@esengine/ecs-framework",
"version": "2.2.9",
"version": "2.2.10",
"description": "用于Laya、Cocos Creator等JavaScript游戏引擎的高性能ECS框架",
"main": "bin/index.js",
"types": "bin/index.d.ts",