feat(workers): deploy multi-module build output - #16
Merged
Merged
Conversation
…components--xapi-to chore(main): release 0.1.20
fix(sandbox): enforce hard wait deadlines during polling
…-components--xapi-to chore(main): release 0.1.21
Enforce the OAuth binding timeout across polling intervals, in-flight requests, and retry backoff. Surface permanent request failures immediately and add regression coverage for deadline behavior.
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.
完整 Worker 项目会生成入口模块及代码分块;此前 CLI 只上传单个文本文件,无法部署真实的分块构建产物。
本变更补齐 Workers 项目命令,并让
workers push从目录读取入口与依赖模块,生成稳定哈希后一次上传。单文件项目继续沿用原请求格式;目录路径、模块数量、总大小和不支持的静态资源都会在上传前明确校验。随包 Workers skill 和 schema 已同步更新。验证:
bun install --frozen-lockfilebun run typecheckbun run buildbun run test(432 项通过)npm pack --dry-run --ignore-scripts