File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88import * as fs from "fs" ;
99import { spawnSync } from "child_process" ;
1010import { Octokit } from "@octokit/rest" ;
11- import { printInlineDiff } from "print-diff" ;
11+ import { printUnifiedDiff } from "print-diff" ;
1212import { generateChangelogFrom } from "../lib/changelog.js" ;
1313import { packages } from "./createTypesPackages.js" ;
1414import { fileURLToPath } from "node:url" ;
@@ -65,7 +65,7 @@ for (const dirName of fs.readdirSync(generatedDir)) {
6565 ) ;
6666 console . log ( ` - ${ file } ` ) ;
6767 if ( oldFile !== generatedDTSContent )
68- printInlineDiff ( oldFile , generatedDTSContent ) ;
68+ printUnifiedDiff ( oldFile , generatedDTSContent ) ;
6969
7070 const title = `## \`${ file } \`` ;
7171 const notes = generateChangelogFrom ( oldFile , generatedDTSContent ) ;
You can’t perform that action at this time.
0 commit comments