This commit is contained in:
YHH
2025-10-16 20:37:16 +08:00
parent 173a063781
commit 7de6a5af0f
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -17626,7 +17626,7 @@
}, },
"packages/core": { "packages/core": {
"name": "@esengine/ecs-framework", "name": "@esengine/ecs-framework",
"version": "2.2.4", "version": "2.2.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@msgpack/msgpack": "^3.0.0", "@msgpack/msgpack": "^3.0.0",

View File

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