chore(release): version packages (beta) - #94
Open
Tanya7z wants to merge 1 commit into
Open
Conversation
Contributor
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 08:11
df4d76b to
5f13a9a
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@sfmc-bds/bds-tools@0.2.0-beta.8
Minor Changes
8552772: chore: 删除已无仓内调用的公开兼容导出
破坏性(外部若仍 import 需改用替代):
@sfmc-bds/cli:移除serviceStatus(用queryServicesRuntime)、HELP(用getHelp)、resolveDefaultsDir/seedMissingConfigsFromDefaults、CommandChannel: "external"/PaletteEntry/listPaletteEntries等遗留表面。@sfmc-bds/bds-tools:移除已不抛出的Utf8BomError类及 re-export(读 JSON 仍自动剥 BOM)。Patch Changes
@sfmc-bds/sdk@0.2.0-beta.8
Minor Changes
8568388: feat(sdk/testing): L0 自
.d.ts生成大范围假导出 + 覆盖率门禁对照 Levi 仅作映射笔记(不入库);pin 版
@minecraft/server为契约权威。8568388: feat(sdk/testing): MockBukkit 风格假引擎 + createSandbox + minecraft-loader
@minecraft/server/server-ui(allowlist 硬失败、tick、表单队列)createSandbox默认 boot;conformance 套件@sfmc-bds/sdk/testing/minecraft-loader8568388: feat(sdk/testing): createSandbox 宿主分相;API 保真加深含 server-ui 全表面 L0
对照本地 pin server-ui(CustomForm/MessageBox/Observables/uiManager);ItemStack/Container/Entity/Dimension/Scoreboard L2;CI 跑 SDK testing + generated/ 一致性。
Patch Changes
8552772: fix(sdk/ConfigManager):
refreshModules对全部启停键做 diff 广播原先
_notifyModuleChanges在非 force 路径break,只通知 Map 第一项。现改为:init 全量通知;refresh 相对 previous 通知变更项(含消失 → false)。
@sfmc-bds/cli@0.2.0-beta.8
Minor Changes
8552772: feat(sfmc): 作者向 mod test/watch/publish 迁出 CLI
运维保留 build/reload/install;作者改用 VS Code 扩展与 @sfmc-bds/devkit。
调用已删子命令时给出迁移提示。
8552772: chore: 删除已无仓内调用的公开兼容导出
破坏性(外部若仍 import 需改用替代):
@sfmc-bds/cli:移除serviceStatus(用queryServicesRuntime)、HELP(用getHelp)、resolveDefaultsDir/seedMissingConfigsFromDefaults、CommandChannel: "external"/PaletteEntry/listPaletteEntries等遗留表面。@sfmc-bds/bds-tools:移除已不抛出的Utf8BomError类及 re-export(读 JSON 仍自动剥 BOM)。8552772: feat(sfmc): mod enable/disable 本地写 lock,db 在线时 best-effort 热同步
启停不再强依赖 db-server:先写
module-lock.json,再尝试 POST;通知失败仍成功并警告。Patch Changes