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

This commit is contained in:
R. Ryantm
2026-01-25 16:08:03 +00:00
parent 9f399ebaf1
commit 14377b17cc
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-P5mAFdr+vw6ogju0Qg6E9sbuTASaZD1Wr4BHt70lCy8=";
hash = "sha256-RQAApULPcEGBUeEUZsJic1yEkmP5XMzbzazfSc5e1uw=";
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.10.wasm";
version = "0.11.10";
url = "https://plugins.dprint.dev/biome-0.11.11.wasm";
version = "0.11.11";
}