diff --git a/package-lock.json b/package-lock.json index 8ce05376..6fad6ef5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11533,7 +11533,7 @@ }, "packages/math": { "name": "@esengine/ecs-framework-math", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", diff --git a/packages/math/package.json b/packages/math/package.json index 947f6883..b27761a8 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@esengine/ecs-framework-math", - "version": "1.0.4", + "version": "1.0.5", "description": "ECS框架2D数学库 - 提供向量、矩阵、几何形状和碰撞检测功能", "type": "module", "main": "bin/index.js",