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

This commit is contained in:
R. Ryantm
2026-02-01 17:29:22 +00:00
parent 732aaade1a
commit 1a2dfb518e
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-RQAApULPcEGBUeEUZsJic1yEkmP5XMzbzazfSc5e1uw=";
hash = "sha256-C25GgxvZVRhmjEdoMkDy8mV9wD/Gu9OK7fCs4kQiQdk=";
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.11.wasm";
version = "0.11.11";
url = "https://plugins.dprint.dev/biome-0.11.12.wasm";
version = "0.11.12";
}