You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vendor intx-types and intx-storage-isogit at upstream head
Re-syncs vendor/intx-types and vendor/intx-storage-isogit from Interchange
commit 55c4431e60cc97dae2f63bfd52de56166e42b13b (both were previously at
ad0f99e7). vendor/intx-inference stays at ad0f99e7 for now (tracked
separately); the shared PendingOperation shape did not change in this
range so the two are still compatible.
Both packages remain verbatim, no local patches. storage-isogit's index
now requires a runtime-bound entry point (./node or ./browser) instead of
a bare createIsogitStore export; the one first-party consumer switches to
@intx/storage-isogit/node, which keeps the identical signature. Adds the
package's two new upstream deps (@isomorphic-git/lightning-fs, buffer,
both browser-only) and a 0.2.2-pinned @intx/crypto dev dependency,
mirroring the existing @intx/mime pin on intx-inference.
Excludes vendor/intx-storage-isogit/src/browser-bundle.test.ts via
bunfig.toml: it bundles against an export condition that resolves
@intx/log/@intx/mime to source files that only exist in upstream's own
monorepo, not in our published-npm installs of those two packages.
Full suite: 6042 pass, 1 pre-existing failure in vendor/intx-inference's
reactor.test.ts unrelated to this sync (reproduces identically before
these changes).
Part of CL-5684; fixes CL-6826
https://linear.app/abklabs/issue/CL-6826
0 commit comments