dprint-plugins.dprint-plugin-typescript: 0.95.8 -> 0.95.9 (#429495)

Co-authored-by: phanirithvij <madlad@duck.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-30 02:30:53 +00:00
committed by GitHub
co-authored by phanirithvij
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "TypeScript/JavaScript code formatter";
hash = "sha256-u6DpQWhPyERphKmlXOTE6NW/08YzBDWgzWTJ4JLLAjE=";
hash = "sha256-hn2t1y09OGcCY2fUziogOqTmVWJmLvPUBAXOaU7hTj4=";
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.8.wasm";
version = "0.95.8";
url = "https://plugins.dprint.dev/typescript-0.95.9.wasm";
version = "0.95.9";
}