chore(core): release v2.2.9 (#191)

Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-27 09:56:54 +08:00
committed by GitHub
parent 27f86eece2
commit 60fa259285
2 changed files with 12 additions and 2 deletions

12
package-lock.json generated
View File

@@ -26007,10 +26007,20 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
"@babel/plugin-transform-optional-chaining": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.14",
"@types/node": "^20.19.17",
"jest": "^29.7.0",
"rimraf": "^5.0.0",
"rollup": "^4.42.0",
"rollup-plugin-dts": "^6.2.1",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
@@ -26020,7 +26030,7 @@
},
"packages/core": {
"name": "@esengine/ecs-framework",
"version": "2.2.8",
"version": "2.2.9",
"license": "MIT",
"dependencies": {
"@msgpack/msgpack": "^3.0.0",

View File

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