We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a41f9 commit 12f49b3Copy full SHA for 12f49b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsondiffpatch",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"author": "Benjamin Eidelman <[email protected]>",
5
"description": "Diff & Patch for Javascript objects",
6
"contributors": [
src/index.d.ts
@@ -189,7 +189,7 @@ export const create: (options?: any) => DiffPatcher
189
export const formatters: {
190
annotated: Formatter;
191
console: Formatter;
192
- html: HTMLFormatter;
+ html: HtmlFormatter;
193
};
194
195
export const console: Formatter
0 commit comments