fix(bazel): use module-scoped npm extension repo#2
Conversation
Greptile SummaryThis PR renames the npm extension repo from the generic Confidence Score: 5/5This PR is safe to merge — it is a clean, consistent rename with no stale references remaining. Both changed files are updated symmetrically, no old No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["MODULE.bazel\nnpm.npm_translate_lock(name = 'tummycrypt_tinyland_user_resolution_npm')"] --> B["use_repo(npm, 'tummycrypt_tinyland_user_resolution_npm')"]
B --> C["Bzlmod registry\nmodule-scoped repo: @tummycrypt_tinyland_user_resolution_npm//"]
C --> D["BUILD.bazel\nload('@tummycrypt_tinyland_user_resolution_npm//:defs.bzl', ...)"]
C --> E["BUILD.bazel\nload('@tummycrypt_tinyland_user_resolution_npm//:vitest/package_json.bzl', ...)"]
Reviews (1): Last reviewed commit: "fix(bazel): use module-scoped npm extens..." | Re-trigger Greptile |
Summary
Validation