dprint-plugins.dprint-plugin-biome: 0.11.14 -> 0.12.1

This commit is contained in:
R. Ryantm
2026-03-03 14:38:53 +00:00
parent 109d6c9890
commit 580b8bd697
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-oVhS76n0SVoSrheKv3ynpKKS7s4Zj1s2ER3FaG8r4WM=";
hash = "sha256-EZg0l50VGrEDGKEMX64d7EzvdO3+tQfCtTIJp8JUYX4=";
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.11.14.wasm";
version = "0.11.14";
url = "https://plugins.dprint.dev/biome-0.12.1.wasm";
version = "0.12.1";
}