Feature/typescript any fixes and improvements#140
Merged
Conversation
- 移除workspaces配置,统一管理依赖 - 合并所有包的共同依赖到根目录 - 添加缺失的Web前端依赖(React、Antd、webpack-cli等) - 修复React hooks调用错误和构建问题 - 优化包结构,简化依赖管理 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- 添加react和react-dom到web包依赖中 - 安装antd和@ant-design/cssinjs解决ConfigProvider错误 - 添加webpack-cli支持开发服务器 - 添加react-router-dom和socket.io-client等缺失依赖 - 修复Web应用无法启动的问题 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- 删除 .hyperchat 目录下的配置文件(mcp.json, settings.jsonc, settings.schema.json) - 优化 build.mjs 构建脚本,添加共享i18n资源文件复制逻辑 - 移除 package.json 中冗余的 build:tsc 脚本 - 调整 tsconfig.json 中 shared 目录路径配置为更精确的 src 目录
- 升级所有包版本至 2.0.0-alpha.56 - 简化 npm 发布检查流程,从多包检查改为单包检查 - 移除 publish:shared 和 publish:all 脚本,仅保留 publish:core - 修复 CLI 路径配置,更新 bin 字段路径 - 新增 dev:cli 和 dev:cli-proxy 开发脚本 - 添加缺失的类型定义依赖 @types/js-yaml 和 @types/uuid - 更新 GitHub Actions 工作流以适配新的发布流程
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.