fix: 修复 changesets 验证错误 (#337)
- 简化 ignore 配置,只保留 editor-app - 设置内部包为 private: true - build-config, engine, ecs-engine-bindgen - editor-core, editor-runtime - 所有 *-editor 插件包 这样 changesets 可以正常工作,private 包不会被发布
This commit is contained in:
@@ -13,12 +13,6 @@
|
|||||||
"baseBranch": "master",
|
"baseBranch": "master",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"@esengine/editor-app",
|
"@esengine/editor-app"
|
||||||
"@esengine/editor-core",
|
|
||||||
"@esengine/editor-runtime",
|
|
||||||
"@esengine/*-editor",
|
|
||||||
"@esengine/engine",
|
|
||||||
"@esengine/build-config",
|
|
||||||
"@esengine/ecs-engine-bindgen"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,5 +46,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/esengine/esengine.git",
|
"url": "https://github.com/esengine/esengine.git",
|
||||||
"directory": "packages/asset-system-editor"
|
"directory": "packages/asset-system-editor"
|
||||||
}
|
},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,5 +48,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,5 +48,6 @@
|
|||||||
"visual-scripting"
|
"visual-scripting"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,5 +35,6 @@
|
|||||||
"vite": {
|
"vite": {
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,5 +44,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "yhh",
|
"author": "yhh",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,8 +46,12 @@
|
|||||||
"@esengine/camera": "workspace:*"
|
"@esengine/camera": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@esengine/sprite": { "optional": true },
|
"@esengine/sprite": {
|
||||||
"@esengine/camera": { "optional": true }
|
"optional": true
|
||||||
|
},
|
||||||
|
"@esengine/camera": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"es-engine": "file:../engine/pkg"
|
"es-engine": "file:../engine/pkg"
|
||||||
@@ -58,5 +62,6 @@
|
|||||||
"tsup": "^8.5.1",
|
"tsup": "^8.5.1",
|
||||||
"typescript": "^5.8.0",
|
"typescript": "^5.8.0",
|
||||||
"rimraf": "^5.0.0"
|
"rimraf": "^5.0.0"
|
||||||
}
|
},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,5 +76,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/esengine/esengine.git",
|
"url": "https://github.com/esengine/esengine.git",
|
||||||
"directory": "packages/editor-core"
|
"directory": "packages/editor-core"
|
||||||
}
|
},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,5 +43,6 @@
|
|||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
"vite": "^6.0.7",
|
"vite": "^6.0.7",
|
||||||
"vite-plugin-dts": "^4.5.0"
|
"vite-plugin-dts": "^4.5.0"
|
||||||
}
|
},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,5 +44,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"rimraf": "^5.0.0"
|
"rimraf": "^5.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {}
|
"peerDependencies": {},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,5 +48,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,5 +47,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "yhh",
|
"author": "yhh",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,5 +49,6 @@
|
|||||||
"gltf"
|
"gltf"
|
||||||
],
|
],
|
||||||
"author": "yhh",
|
"author": "yhh",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,5 +57,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/esengine/esengine.git",
|
"url": "https://github.com/esengine/esengine.git",
|
||||||
"directory": "packages/node-editor"
|
"directory": "packages/node-editor"
|
||||||
}
|
},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,5 +48,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "yhh",
|
"author": "yhh",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,5 +46,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,5 +47,6 @@
|
|||||||
"glsl"
|
"glsl"
|
||||||
],
|
],
|
||||||
"author": "yhh",
|
"author": "yhh",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,5 +47,6 @@
|
|||||||
"animation"
|
"animation"
|
||||||
],
|
],
|
||||||
"author": "yhh",
|
"author": "yhh",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,5 +47,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,5 +47,6 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"author": "ESEngine",
|
"author": "ESEngine",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user