From 5c746fbea58cce04da394680ff5139560dfa7153 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Sun, 16 Aug 2026 10:01:08 +0200 Subject: [PATCH] =?UTF-8?q?chore(plugin-kit):=200.4.2=20=E2=80=94=20publis?= =?UTF-8?q?h=20the=20art=20scan=20fix,=20which=20no=20plugin=20can=20pick?= =?UTF-8?q?=20up=20otherwise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Steam scanner is `@punktfunk/plugin-steam`, in its own repo, and it builds with `--external '@punktfunk/*'` — so `findLocalArtFile` is resolved from the registry at install time, not bundled. Until the kit cuts a version, every host keeps resolving 0.4.1 and keeps missing the covers. Same shape as the `icon` field at 0.4.1: kit change, out-of-tree producers, and nothing in this repo says so. Nothing but the version moves here. --- plugin-kit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-kit/package.json b/plugin-kit/package.json index eb8fa5d3..689e5a27 100644 --- a/plugin-kit/package.json +++ b/plugin-kit/package.json @@ -1,6 +1,6 @@ { "name": "@punktfunk/plugin-kit", - "version": "0.4.1", + "version": "0.4.2", "description": "Effect-based framework for punktfunk plugins: lifecycle runtime, config/state, sync engine, UI serving, CLI scaffold, and browser helpers.", "type": "module", "license": "MIT OR Apache-2.0",