chore: changeset for framework package configs (#347)
* chore: add changeset for framework package configs * fix(docs): 修复 VitePress 配置中的包路径
This commit is contained in:
9
.changeset/framework-package-configs.md
Normal file
9
.changeset/framework-package-configs.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"@esengine/fsm": patch
|
||||
"@esengine/timer": patch
|
||||
"@esengine/spatial": patch
|
||||
"@esengine/procgen": patch
|
||||
"@esengine/pathfinding": patch
|
||||
---
|
||||
|
||||
fix: 补充 peerDependencies, repository 和 keywords 配置
|
||||
@@ -6,7 +6,7 @@ import { fileURLToPath } from 'url'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user