fix: add workflow-protocol and workflow-util to bundle validator allowlist

小橘 <xiaoju@shazhou.work>
This commit is contained in:
2026-05-09 08:36:39 +00:00
parent e29d1bf345
commit aa25f55f63
@@ -40,7 +40,9 @@ function isAllowedImportSpecifier(spec: string): boolean {
if (
spec === "@uncaged/workflow" ||
spec === "@uncaged/workflow-runtime" ||
spec === "@uncaged/workflow-cas"
spec === "@uncaged/workflow-protocol" ||
spec === "@uncaged/workflow-cas" ||
spec === "@uncaged/workflow-util"
) {
return true;
}