dprint-plugins.dprint-plugin-json: 0.21.0 -> 0.21.1 (#475750)

This commit is contained in:
Aleksana
2026-01-01 08:35:18 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "JSON/JSONC code formatter";
hash = "sha256-GIoIkW7szyQU4GyLUdj0TTaV8FWg1jzvOerOChHiR7w=";
hash = "sha256-CetVbLXlgZcrBs6yxFNqkK4DK4TThL7qiDfJkYhFTN8=";
initConfig = {
configExcludes = [ "**/*-lock.json" ];
configKey = "json";
@@ -9,6 +9,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-json";
updateUrl = "https://plugins.dprint.dev/dprint/json/latest.json";
url = "https://plugins.dprint.dev/json-0.21.0.wasm";
version = "0.21.0";
url = "https://plugins.dprint.dev/json-0.21.1.wasm";
version = "0.21.1";
}