chore: 更新仓库 URL (ecs-framework → esengine)

仓库已从 esengine/ecs-framework 重命名为 esengine/esengine
更新所有引用旧 URL 的文件
This commit is contained in:
yhh
2025-12-08 21:23:37 +08:00
parent c3b7250f85
commit 240b165970
350 changed files with 611 additions and 611 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@esengine/ecs-framework-monorepo",
"name": "@esengine/esengine-monorepo",
"version": "2.1.29",
"description": "ECS Framework Monorepo - 高性能ECS框架及其网络插件",
"private": true,
@@ -21,8 +21,8 @@
"clean": "turbo run clean",
"build": "turbo run build",
"build:filter": "turbo run build --filter",
"build:core": "turbo run build --filter=@esengine/ecs-framework",
"build:math": "turbo run build --filter=@esengine/ecs-framework-math",
"build:core": "turbo run build --filter=@esengine/esengine",
"build:math": "turbo run build --filter=@esengine/esengine-math",
"build:editor": "turbo run build --filter=@esengine/editor-app...",
"build:npm": "turbo run build:npm",
"build:npm:core": "cd packages/core && npm run build:npm",
@@ -109,7 +109,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/esengine/ecs-framework.git"
"url": "https://github.com/esengine/esengine.git"
},
"dependencies": {
"@types/multer": "^1.4.13",