chore: changeset for framework package configs (#347)

* chore: add changeset for framework package configs

* fix(docs): 修复 VitePress 配置中的包路径
This commit is contained in:
YHH
2025-12-26 18:13:12 +08:00
committed by GitHub
parent 5cb83f0743
commit ede440d277
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
---
"@esengine/fsm": patch
"@esengine/timer": patch
"@esengine/spatial": patch
"@esengine/procgen": patch
"@esengine/pathfinding": patch
---
fix: 补充 peerDependencies, repository 和 keywords 配置

View File

@@ -6,7 +6,7 @@ import { fileURLToPath } from 'url'
const __dirname = dirname(fileURLToPath(import.meta.url)) const __dirname = dirname(fileURLToPath(import.meta.url))
const corePackageJson = JSON.parse( const corePackageJson = JSON.parse(
readFileSync(join(__dirname, '../../packages/core/package.json'), 'utf-8') readFileSync(join(__dirname, '../../packages/framework/core/package.json'), 'utf-8')
) )
// Import i18n messages // Import i18n messages