dprint-plugins.dprint-plugin-biome: 0.10.1 -> 0.10.3

This commit is contained in:
R. Ryantm
2025-09-12 16:13:35 +00:00
parent 7825177de3
commit 574148ae04

View File

@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS) wrapper plugin";
hash = "sha256-6iDlZ1e69TM1z0cfGONWyd5vGTYtyDoaw357PgBVyD4=";
hash = "sha256-hQL9lzyqXGe2HKED21eGepwNUyYaVVoVnxeONoQFyqE=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "biome";
@@ -16,6 +16,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-biome";
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
url = "https://plugins.dprint.dev/biome-0.10.1.wasm";
version = "0.10.1";
url = "https://plugins.dprint.dev/biome-0.10.3.wasm";
version = "0.10.3";
}