chore(core): release v2.2.13 (#224)

Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-14 12:13:47 +08:00
committed by GitHub
parent e2b316b3cc
commit af49870084
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -26322,7 +26322,7 @@
},
"packages/core": {
"name": "@esengine/ecs-framework",
"version": "2.2.12",
"version": "2.2.13",
"license": "MIT",
"dependencies": {
"tslib": "^2.8.1"

View File

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