feat: promote tummycrypt_tinyvectors 0.3.3 (external-module dist fix, TIN-1721)#73
Merged
Jess Sullivan (Jesssullivan) merged 1 commit intoJul 5, 2026
Conversation
… 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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Promote
tummycrypt_tinyvectors0.3.3.Why
As an external Bazel module,
tinyvectors_buildran barevite buildwith cwd=consumer$(BINDIR), so the declareddist/TreeArtifact shipped empty — consumer SSR crashed withERR_MODULE_NOT_FOUNDondist/index.js(tinyland.dev #616 un-vendored proof, GF run 28757628593). 0.3.3 anchors the build to the package root viascripts/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
sha256-Rm1ME1AsZ0YEhb4W1jVh+y3nZXWCtogNWHDtcO6aQLc=464e3da; tarball verified to containscripts/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.mjsgreen (136 entries).Unblocks TIN-1721
//:app_node_build.