From fa29c752dbc66151393a8d3b49ca3577644393cd Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 28 Oct 2025 18:13:10 +0100 Subject: [PATCH 1/3] update registry --- packages/devtools/src/tabs/plugin-registry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/src/tabs/plugin-registry.ts b/packages/devtools/src/tabs/plugin-registry.ts index 02772a6f..ab656be3 100644 --- a/packages/devtools/src/tabs/plugin-registry.ts +++ b/packages/devtools/src/tabs/plugin-registry.ts @@ -225,7 +225,7 @@ const PLUGIN_REGISTRY: Record = { }, // default export registers the plugin pluginImport: { - importName: 'default', + importName: 'registerPrefetchHeatmapPlugin', type: 'function', }, // helps the host match your plugin deterministically From c678a95d36b26b946c572180a5cdb96ce33d9d3b Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 28 Oct 2025 18:20:05 +0100 Subject: [PATCH 2/3] chore: fix test issues --- .changeset/early-bees-wonder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/early-bees-wonder.md b/.changeset/early-bees-wonder.md index e6ed640e..c4a673d5 100644 --- a/.changeset/early-bees-wonder.md +++ b/.changeset/early-bees-wonder.md @@ -2,5 +2,5 @@ '@tanstack/devtools': patch --- -add featured section to marketplace +Add featured section to marketplace Add third-party Prefetch Heatmap plugin to marketplace registry(metadata-only) \ No newline at end of file From 921347ec963756d04d85cecc4f4f5e073403b42e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:20:45 +0000 Subject: [PATCH 3/3] ci: apply automated fixes --- .changeset/early-bees-wonder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/early-bees-wonder.md b/.changeset/early-bees-wonder.md index c4a673d5..11ade721 100644 --- a/.changeset/early-bees-wonder.md +++ b/.changeset/early-bees-wonder.md @@ -3,4 +3,4 @@ --- Add featured section to marketplace -Add third-party Prefetch Heatmap plugin to marketplace registry(metadata-only) \ No newline at end of file +Add third-party Prefetch Heatmap plugin to marketplace registry(metadata-only)