This commit is contained in:
YHH
2025-06-10 09:50:05 +08:00
parent 7a591825eb
commit ef023d27bf
2 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@esengine/ecs-framework",
"version": "2.1.14",
"version": "2.1.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@esengine/ecs-framework",
"version": "2.1.14",
"version": "2.1.15",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@esengine/ecs-framework",
"version": "2.1.14",
"version": "2.1.15",
"description": "用于Laya、Cocos等游戏引擎的高性能ECS框架",
"main": "bin/index.js",
"types": "bin/index.d.ts",
@@ -26,8 +26,6 @@
"build:watch": "tsc --watch",
"rebuild": "npm run clean && npm run build",
"build:npm": "npm run build && node scripts/build-rollup.js",
"preversion": "npm run rebuild",
"publish:patch": "npm version patch && npm run build:npm && cd dist && npm publish",
"publish:minor": "npm version minor && npm run build:npm && cd dist && npm publish",