This commit is contained in:
YHH
2025-10-09 17:26:07 +08:00
parent 6af0074c36
commit fdaa94a61d
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -15557,7 +15557,7 @@
},
"packages/core": {
"name": "@esengine/ecs-framework",
"version": "2.1.51",
"version": "2.1.52",
"license": "MIT",
"dependencies": {
"msgpack-lite": "^0.1.26"

View File

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