dprint-plugins.dprint-plugin-biome: 0.11.12 -> 0.11.13

This commit is contained in:
R. Ryantm
2026-02-08 15:51:35 +00:00
parent 54976e3e46
commit f2c80ec4cf
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-C25GgxvZVRhmjEdoMkDy8mV9wD/Gu9OK7fCs4kQiQdk=";
hash = "sha256-LaByLZ0y+/kqo2+Yfk0WD6/DMUaS9vkkqnTCQwKwujY=";
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.12.wasm";
version = "0.11.12";
url = "https://plugins.dprint.dev/biome-0.11.13.wasm";
version = "0.11.13";
}