dprint-plugins.dprint-plugin-biome: 0.12.4 -> 0.12.5

This commit is contained in:
R. Ryantm
2026-03-28 17:02:01 +00:00
parent b1a5822d12
commit 32a65c1b80
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-UXpqyifwSnkenmhO8tLmc0+KPtz8yZd/tST/LUEZkwo=";
hash = "sha256-dcM4Z9QP0B+gp2MnQxTfjIykPYZdwPuKnQRjjpL5DV8=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "biome";
@@ -17,6 +17,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-biome";
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
url = "https://plugins.dprint.dev/biome-0.12.4.wasm";
version = "0.12.4";
url = "https://plugins.dprint.dev/biome-0.12.5.wasm";
version = "0.12.5";
}