Skip to content

fix: align bazel package version#10

Merged
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
codex/tin402-bazel-version
Apr 28, 2026
Merged

fix: align bazel package version#10
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
codex/tin402-bazel-version

Conversation

@Jesssullivan

Copy link
Copy Markdown
Collaborator

Summary

  • Align the Bazel npm_package artifact version with package.json and MODULE.bazel for @tummycrypt/tinyland-auth-pg@0.2.3.
  • Keep the published-package authority surfaces consistent after the auth 0.3 peer-range release.

Validation

  • pnpm install --frozen-lockfile
  • pnpm typecheck
  • pnpm build
  • pnpm check:package
  • bazel build //:pkg

@greptile-apps

greptile-apps Bot commented Apr 28, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps the npm_package artifact version in BUILD.bazel from 0.2.2 to 0.2.3, bringing it into sync with package.json and MODULE.bazel. All three version surfaces now consistently declare @tummycrypt/tinyland-auth-pg@0.2.3.

Confidence Score: 5/5

This PR is safe to merge — it is a single-line version alignment with no logic changes.

The only change is bumping the npm_package version string in BUILD.bazel from 0.2.2 to 0.2.3, which now matches both package.json and MODULE.bazel. No logic, dependencies, or behavior are altered.

No files require special attention.

Important Files Changed

Filename Overview
BUILD.bazel Single-line version bump in npm_package rule from 0.2.2 to 0.2.3, aligning with package.json and MODULE.bazel.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json\nversion: 0.2.3] -->|authority source| V{Published version\n0.2.3}
    B[MODULE.bazel\nversion: 0.2.3] -->|authority source| V
    C[BUILD.bazel\nnpm_package version\n0.2.2 → 0.2.3] -->|this PR fixes| V
    V --> D[bazel build //:pkg\nconsistent artifact]
Loading

Reviews (1): Last reviewed commit: "fix: align bazel package version" | Re-trigger Greptile

@Jesssullivan Jess Sullivan (Jesssullivan) merged commit 3236d3d into main Apr 28, 2026
5 checks passed
@Jesssullivan Jess Sullivan (Jesssullivan) deleted the codex/tin402-bazel-version branch April 28, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant