dprint-plugins.dprint-plugin-typescript: 0.95.9 -> 0.95.10 (#435256)

Co-authored-by: phanirithvij <madlad@duck.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-20 18:31:33 +00:00
committed by GitHub
co-authored by phanirithvij
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "TypeScript/JavaScript code formatter";
hash = "sha256-hn2t1y09OGcCY2fUziogOqTmVWJmLvPUBAXOaU7hTj4=";
hash = "sha256-gzwhGs3udzxLeYW4/OHqZRaD6y9WBNS2QlSYne8QAao=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "typescript";
@@ -16,6 +16,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-typescript";
updateUrl = "https://plugins.dprint.dev/dprint/typescript/latest.json";
url = "https://plugins.dprint.dev/typescript-0.95.9.wasm";
version = "0.95.9";
url = "https://plugins.dprint.dev/typescript-0.95.10.wasm";
version = "0.95.10";
}