diff --git a/package.json b/package.json index 2b15b76f..04e5b313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsondiffpatch", - "version": "0.4.0", + "version": "0.4.1", "author": "Benjamin Eidelman ", "description": "Diff & Patch for Javascript objects", "contributors": [ diff --git a/src/index.d.ts b/src/index.d.ts index ebcef214..58c0b892 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -189,7 +189,7 @@ export const create: (options?: any) => DiffPatcher export const formatters: { annotated: Formatter; console: Formatter; - html: HTMLFormatter; + html: HtmlFormatter; }; export const console: Formatter