Skip to content

v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 06:15
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
fbbf467

Patch Changes

  • #8 113bdb8 Thanks @sapphi-red! - Derive the tracking query name from a per-instance random value (fresh-import-<instance>). Previously two copies of the same build loaded into one process (e.g. Vite bundles fresh-import while another package uses a separately bundled copy) registered the same query name, so only the first-registered hook captured the imports. A random value unique to each loaded module instance keeps their hooks distinct. This replaces the build-time hash, which could not disambiguate two instances of the same build.