Skip to content

feat: promote tummycrypt_tinyvectors 0.3.3 (external-module dist fix, TIN-1721)#73

Merged
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
feat/tinyvectors-033-external-dist
Jul 5, 2026
Merged

feat: promote tummycrypt_tinyvectors 0.3.3 (external-module dist fix, TIN-1721)#73
Jess Sullivan (Jesssullivan) merged 1 commit into
mainfrom
feat/tinyvectors-033-external-dist

Conversation

@Jesssullivan

Copy link
Copy Markdown
Contributor

What

Promote tummycrypt_tinyvectors 0.3.3.

Why

As an external Bazel module, tinyvectors_build ran bare vite build with cwd=consumer $(BINDIR), so the declared dist/ TreeArtifact shipped empty — consumer SSR crashed with ERR_MODULE_NOT_FOUND on dist/index.js (tinyland.dev #616 un-vendored proof, GF run 28757628593). 0.3.3 anchors the build to the package root via scripts/build-vite.mjs (same pattern as its 0.3.2 build-declarations fix). Upstream: tinyvectors#48, CI green (//:pkg //:package_consumer_check //:bundle_size_check //:typecheck //:test).

Integrity

  • Independently re-derived from the released tarball: sha256-Rm1ME1AsZ0YEhb4W1jVh+y3nZXWCtogNWHDtcO6aQLc=
  • Tag verified at the true merge commit 464e3da; tarball verified to contain scripts/build-vite.mjs (a phantom tag at unfixed main was caught and deleted before promotion).
  • 0.3.3/MODULE.bazel = module truth at tag (diff vs 0.3.2 = version line only).
  • validate-registry.mjs green (136 entries).

Unblocks TIN-1721 //:app_node_build.

… TIN-1721)

CWD-independent Bazel vite build: as an external module the declared dist/
TreeArtifact shipped empty (bare vite build resolved outDir against the
consumer BINDIR), silently externalizing the package and crashing consumer
SSR with ERR_MODULE_NOT_FOUND on dist/index.js. 0.3.3 anchors the build to
the package root (tinyvectors#48).

Integrity independently re-derived from the v0.3.3 release tarball;
tarball verified to contain the fix (scripts/build-vite.mjs);
validate-registry.mjs green (136 entries).
@Jesssullivan Jess Sullivan (Jesssullivan) merged commit c449c61 into main Jul 5, 2026
1 check passed
@Jesssullivan Jess Sullivan (Jesssullivan) deleted the feat/tinyvectors-033-external-dist branch July 5, 2026 23:36
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