src/ (and therefore dist/) imports @tummycrypt/tinyland-event-loader, -product-loader, -profile-loader, -user-resolution — none declared in package.json dependencies (only diff, gray-matter, nanoid). In the tinyland.dev monorepo these resolved via the pnpm workspace; under a de-vendored npm_link graph they are absent at runtime → ERR_MODULE_NOT_FOUND (hit by activitypub_pulse_delivery_worker_test during TIN-1721/#616; worked around consumer-side with explicit bazel runfiles entries in tinyland.dev BUILD.bazel).
Fix for 0.2.5: declare the four as real dependencies (aspect_rules_js will then auto-link them transitively and the consumer-side runfiles entries can be dropped). Registry promotion mirrors the 0.2.4 pattern (bazel-registry #75).
src/(and thereforedist/) imports @tummycrypt/tinyland-event-loader, -product-loader, -profile-loader, -user-resolution — none declared inpackage.jsondependencies(onlydiff,gray-matter,nanoid). In the tinyland.dev monorepo these resolved via the pnpm workspace; under a de-vendorednpm_linkgraph they are absent at runtime →ERR_MODULE_NOT_FOUND(hit byactivitypub_pulse_delivery_worker_testduring TIN-1721/#616; worked around consumer-side with explicit bazel runfiles entries in tinyland.dev BUILD.bazel).Fix for 0.2.5: declare the four as real dependencies (aspect_rules_js will then auto-link them transitively and the consumer-side runfiles entries can be dropped). Registry promotion mirrors the 0.2.4 pattern (bazel-registry #75).