·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- #8
113bdb8Thanks @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 bundlesfresh-importwhile 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.